summary refs log tree commit diff stats
path: root/compiler/vm.nim
Commit message (Expand)AuthorAgeFilesLines
...
* should fix the nkExprColonExpr bug in the vmAraq2014-03-131-2/+1
* teach opcLdObj about nkExprColonExprZahary Karadjov2014-03-091-1/+3
* xmltree.`<>` macro works againAraq2014-02-271-2/+4
* renamed TRegister to TFullReg so that older versions can compile itAraq2014-02-261-16/+16
* htmlgen works againAraq2014-02-251-3/+8
* bootstrapping should work againAraq2014-02-251-2/+1
* made some tests green; htmlgen still brokenAraq2014-02-251-2/+6
* new VM is getting stableAraq2014-02-241-16/+34
* simple macros work againAraq2014-02-221-40/+32
* fixed opcConvAraq2014-02-221-7/+25
* vm2: new representation of registersAraq2014-02-211-441/+486
* fixes #923Araq2014-02-171-1/+1
* Fixes macros.len crashing on nodes which lack the sons field.Dominik Picheta2014-02-111-1/+1
* fixes regression: constant fac4 didn't workAraq2014-02-061-1/+4
* macro tests almost greenAraq2014-02-031-2/+4
* remove the old testerAraq2014-02-021-1/+1
|\
| * Merge branch 'devel' of https://www.github.com/Araq/Nimrod into develZahary Karadjov2014-01-261-0/+2
| |\
| * | implements #766;Zahary Karadjov2014-01-241-1/+1
* | | tstringinterp almost workingAraq2014-02-011-3/+13
| |/ |/|
* | fixes #838Araq2014-01-251-0/+2
|/
* better html generator for the tester; fixes some VM bugsAraq2014-01-171-11/+22
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-01-131-1/+2
|\
| * Merge branch 'upstream' into develZahary Karadjov2013-12-291-1/+2
| |\
* | | new vm: bugfixAraq2014-01-121-1/+1
|/ /
* | case consistency: cs:partial bootstraps on windowsAraq2013-12-291-1/+1
* | case consistency: next stepsAraq2013-12-291-2/+2
* | case consistency part 4Araq2013-12-271-11/+11
* | case consistency part 1Araq2013-12-271-1/+1
* | tcnstseq works againAraq2013-12-231-3/+3
* | new VM: some progress for the FFI supportAraq2013-12-231-2/+15
* | more tests workAraq2013-12-131-3/+2
* | new VM: globals kinda workAraq2013-12-131-2/+8
* | new VM: improvementsAraq2013-12-121-18/+60
* | new VM supports 'getAst'Araq2013-12-061-1/+14
* | new VM: passes more testsAraq2013-12-061-5/+8
* | next steps for FFI supportAraq2013-11-251-20/+38
* | tcnstseq works againAraq2013-11-071-1/+1
* | VM now supports lambda liftingAraq2013-11-061-15/+45
* | new VM is getting stableAraq2013-10-291-109/+171
* | computed goto now works; some progress on the new VMAraq2013-10-251-3/+14
* | opcLdGlobal bugfixAraq2013-10-161-1/+1
* | some complex macros workAraq2013-10-161-25/+44
* | compiler bootstraps with new VMAraq2013-10-151-26/+54
|/
* cooler quote for c2nimAraq2013-10-101-17/+12
* bugfix: package names should not contain '.'Araq2013-10-071-3/+13
* support for multiple modules of the same name; niminst supports 'platforms'; ...Araq2013-09-241-1/+1
* implemented opcTypeTraitAraq2013-08-221-0/+6
* fixed and documented computedGoto pragmaAraq2013-08-221-1/+0
* implemented computed goto supportAraq2013-08-131-3/+3
* new VM: preparations for evalMacroCallAraq2013-08-111-11/+81