1. f72fd0e Add optimisation for "for x in range". by Damien · 12 years ago
  2. 5bf32c3 Built-in print function supports variable number of arguments. by Damien · 12 years ago
  3. ae0bc08 Viper supports inplace add (trivial). by Damien · 12 years ago
  4. 40fdfe3 Improve allocation of stack for byte code. by Damien · 12 years ago
  5. 03c9cfb Make byte code jumps relative. by Damien · 12 years ago
  6. 6addc89 Byte code for SMALL_INT uses 3 bytes for integer. by Damien · 12 years ago
  7. 96a0add Fixup include of stdarg and va_list definition. by Damien · 12 years ago
  8. 2f06c57 Add simple var-arg functions; add simple string.format. by Damien · 12 years ago
  9. 33af3bf Change Py API names, py_get_* -> py_obj_get_*. by Damien · 12 years ago
  10. 9b9e996 Support for for-loop in native thumb. by Damien · 12 years ago
  11. 1a6633a Implement more thumb branch instructions. by Damien · 12 years ago
  12. d57eba5 Add user object to runtime. by Damien · 12 years ago
  13. 6ba1314 Fix bug: emit native didn't clear last_was_return in label_assign. by Damien · 12 years ago
  14. 7410e44 Add basic complex number support. by Damien · 12 years ago
  15. e0b1864 Small hack to temporarily fix allocation of unique_code slots. by Damien · 12 years ago
  16. ccfc9c5 Py runtime: list.append returns None. by Damien · 12 years ago
  17. 4ebb32f Implement: str.join, more float support, ROT_TWO in VM. by Damien · 12 years ago
  18. 2839168 Add py_get_array_fixed_n function. by Damien · 12 years ago
  19. 6f08f8c Add working MMA support. by Damien · 12 years ago
  20. d2c1a73 Call gc_free in gc_realloc after allocating new block. by Damien · 12 years ago
  21. 8b3a7c2 Fix func decls with no arguments: () -> (void). by Damien · 12 years ago
  22. 9fc7933 Add py_get_qstr. by Damien · 12 years ago
  23. ec63cce Add simple support for C modules. by Damien · 12 years ago
  24. 92c0656 Improve REPL compount statement detection. by Damien · 12 years ago
  25. bb5316b gc: reserve first block; lexer: free vstr. by Damien · 12 years ago
  26. fd8b6bc Add gc_free function to force a block to be freed. by Damien · 12 years ago
  27. 7b2d3f3 Implement some more operators, mostly for small ints. by Damien · 12 years ago
  28. f086ecf Shrink py_obj_base_t size to 4 machine words. by Damien · 12 years ago
  29. eefcc79 Clear ATBs on gc_init; better gc_info. by Damien · 12 years ago
  30. dcced92 Add mark-sweep garbage collector. by Damien · 12 years ago
  31. fa2162b Integrate new lexer stream with stm framework. by Damien · 12 years ago
  32. 27fb45e Add local_num skeleton framework to deref/closure emit calls. by Damien · 12 years ago
  33. a5185f4 Abstract out back-end stream functionality from lexer. by Damien · 12 years ago
  34. 68f59a9 Add vstr and its functions. by Damien · 12 years ago
  35. df4b4f3 Make grammar rules const so the go in .text section. by Damien · 12 years ago
  36. 4d7adce Remove obsolete emitthumb.c (now use emitnative.c). by Damien · 12 years ago
  37. 1595f32 Make rt_fun_table const, so it goes in .text section. by Damien · 12 years ago
  38. 5ac1b2e Implement REPL. by Damien · 12 years ago
  39. 7bbd110 Remove line in emitbc.c to print code size. by Damien · 12 years ago
  40. 3997be4 Add single_input rule to grammar, for REPL. by Damien · 12 years ago
  41. 9f770c6 Fix up insertion of newline at end of lexer stream. by Damien · 12 years ago
  42. d2755ec Add iterators and comprehension to emitnative. by Damien · 12 years ago
  43. c12aa46 Add SET_ADD opcode to VM. by Damien · 12 years ago
  44. 5fd0966 Add MAP_ADD opcode to VM. by Damien · 12 years ago
  45. bd25445 Implement BC & runtime support for generator/yielding. by Damien · 12 years ago
  46. c226dca Support tuples and list comprehension, albeit crude. by Damien · 12 years ago
  47. 152568b NLR and Python exceptions work on the board. by Damien · 12 years ago
  48. c9f9197 Crude try-except working. by Damien · 12 years ago
  49. ce89a21 Implement basic exception framework, and simple for loop. by Damien · 12 years ago
  50. 3ef4abb Change ifdef/if defined to simple if's. by Damien · 12 years ago
  51. 0efb3a1 Tidy up SMALL_INT optimisations and CPython compatibility. by Damien · 12 years ago
  52. 3a20517 Option in compile.c to emit compatible or not with CPython. by Damien · 12 years ago
  53. c025ebb Separate out mpy core and unix version. by Damien · 12 years ago
  54. a56f292 Remove obsolete emitx64.c (now in emitnative.c). by Damien · 12 years ago
  55. a1ddfcc Wrap out-native code in preprocessor declarations. by Damien · 12 years ago
  56. eb19efb Simplify and improve function & method calling. by Damien · 12 years ago
  57. 5609cca Rename vm.h to bc.h. by Damien · 12 years ago
  58. 7f5dacf Implement basic class/object in native code. by Damien · 12 years ago
  59. a397776 Implement basic class/object functionality in runtime. by Damien · 12 years ago
  60. 91d387d Improve indent/dedent error checking and reporting. by Damien · 12 years ago
  61. ff8ed77 Improve push/pop and register usage for native emit. by Damien · 12 years ago
  62. 13ed3a6 Native Python and Viper support for x64 and thumb all together. by Damien · 12 years ago
  63. 3410be8 Merge viper types with standard native emitter. by Damien · 12 years ago
  64. acbf9a5 Rename r64->reg, i64->imm. by Damien · 12 years ago
  65. 016f75f Add comments. by Damien · 12 years ago
  66. 7af3d19 Implement crude viper emit stage. by Damien · 12 years ago
  67. e4af64f Functions to convert values to/from inline asm. by Damien · 12 years ago
  68. dc83382 Make runtime able to call inline asm with 1 argument. by Damien · 12 years ago
  69. 03d4124 Add b_n opcode to inline thumb asm. by Damien · 12 years ago
  70. b14de21 Optimise typedargslist_name to not create a node if just an id. by Damien · 12 years ago
  71. a2f2f7d Almost supports arguments for inline asm functions. by Damien · 12 years ago
  72. 5fa5ae4 Make range of small int 24 bits. by Damien · 12 years ago
  73. 39cf328 Oops: add emitpass1.c for new factorised emit code. by Damien · 12 years ago
  74. 826005c Add support for inline thumb assembly. by Damien · 12 years ago
  75. 5bfb759 Incorporate emit_thumb into new emit framework. by Damien · 12 years ago
  76. 6cdd3af Implement built-in decorators to select emit type. by Damien · 12 years ago
  77. 4b03e77 Factorise EMIT_COMMON calls, mostly into emit_pass1. by Damien · 12 years ago
  78. 054848a Compiler computes labels and max_num_labels. by Damien · 12 years ago
  79. b05d707 Further factorise PASS_1 out of specific emit code. by Damien · 12 years ago
  80. 415eb6f Restructure emit so it goes through a method table. by Damien · 12 years ago
  81. 492d082 Use macro EMIT_COMMON for emit_common calls. by Damien · 12 years ago
  82. d69adc1 Small fixes to Makefile. by Damien · 12 years ago
  83. 429d719 Initial commit. by Damien · 12 years ago