summary refs log tree commit diff stats
path: root/compiler/vmgen.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes regression: constant fac4 didn't workAraq2014-02-061-1/+1
* tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is re...Araq2014-02-051-11/+12
* macro tests almost greenAraq2014-02-031-14/+17
* deactivated debug outputAraq2014-02-021-3/+3
* tstringinterp almost workingAraq2014-02-011-37/+57
* compiler warns when you use GC'ed memory and '--gc:none'Araq2014-01-191-2/+3
* unittest module works againAraq2014-01-181-2/+11
* better html generator for the tester; fixes some VM bugsAraq2014-01-171-4/+26
* Merge branch 'upstream' into develZahary Karadjov2013-12-291-3/+3
|\
| * static params: expr[T] is now static[T]Zahary Karadjov2013-12-191-3/+3
* | case consistency: next stepsAraq2013-12-291-11/+11
* | case consistency part 4Araq2013-12-271-12/+12
* | case consistency part 1Araq2013-12-271-1/+1
* | vm: FFI improvementsAraq2013-12-231-4/+1
* | new VM: some progress for the FFI supportAraq2013-12-231-1/+9
* | case expression with discardable result worksAraq2013-12-181-0/+8
* | more tests workAraq2013-12-131-1/+7
* | new VM: globals kinda workAraq2013-12-131-3/+21
* | new VM: improvementsAraq2013-12-121-20/+40
* | more tests are greenAraq2013-12-081-8/+8
* | new VM supports 'getAst'Araq2013-12-061-3/+12
* | new VM: passes more testsAraq2013-12-061-10/+18
* | makes 'reject' tests greenAraq2013-12-051-4/+16
* | next steps for FFI supportAraq2013-11-251-9/+33
* | VM now supports lambda liftingAraq2013-11-061-7/+20
* | jump optimizer worksAraq2013-10-291-11/+16
* | new VM is getting stableAraq2013-10-291-8/+13
* | some complex macros workAraq2013-10-161-9/+21
* | compiler bootstraps with new VMAraq2013-10-151-7/+16
|/
* implemented opcTypeTraitAraq2013-08-221-2/+5
* fixed and documented computedGoto pragmaAraq2013-08-221-9/+33
* new VM: preparations for evalMacroCallAraq2013-08-111-6/+16
* new VM: register allocator bugfix; implemented more magicsAraq2013-08-081-28/+67
* new VM: implemented constructors and jump optimizerAraq2013-08-071-10/+115
* new VM: next stepsAraq2013-08-031-4/+7
* new vm: further progressAraq2013-07-291-22/+47
* new vm: lots of fixesAraq2013-07-271-25/+89
* new vm: can execute simple programsAraq2013-07-261-6/+6
* new vm: next stepsAraq2013-07-251-2/+7
* new evaluation engine: next stepsAraq2013-07-251-6/+9
* first steps to a new evaluation engineAraq2013-07-241-0/+1002