summary refs log tree commit diff stats
path: root/compiler/vmgen.nim
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1123 from flaviut/bug1110Andreas Rumpf2014-04-201-0/+10
|\
| * Document vmgen.nim a bitflaviut2014-04-201-0/+10
* | Fixes #1093.Dominik Picheta2014-04-201-9/+1
|/
* fixes #1063Araq2014-04-071-1/+1
* minor VM bugfixAraq2014-04-041-0/+1
* fixed another vm bugAraq2014-04-011-8/+6
* fixes #1009Araq2014-03-271-1/+8
* added #903 to the test suiteAraq2014-03-261-1/+1
* VM: attempt to get integer ops rightAraq2014-03-241-16/+46
* VM: endless loop preventionAraq2014-03-241-7/+7
* fixes #404Araq2014-03-231-14/+17
* fixes #1023Araq2014-03-221-20/+31
* fixes #1010Araq2014-03-221-4/+4
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-221-1/+1
|\
| * make some tests greenZahary Karadjov2014-03-161-1/+1
* | fixed tuples in a static context; preparations for correct compile time evalu...Araq2014-03-221-1/+2
|/
* should fix the nkExprColonExpr bug in the vmAraq2014-03-131-7/+15
* Merge branch 'devel' of github.com:Araq/Nimrod into develZahary Karadjov2014-03-061-6/+25
|\
| * fixes #937Araq2014-03-051-6/+25
* | split the inline and closure iterators into different symbol kinds for easier...Zahary Karadjov2014-03-061-1/+1
|/
* tstmtexprs.nim works againAraq2014-02-271-2/+2
* xmltree.`<>` macro works againAraq2014-02-271-4/+4
* made some tests green; htmlgen still brokenAraq2014-02-251-5/+7
* new VM is getting stableAraq2014-02-241-11/+48
* fixed opcConvAraq2014-02-221-3/+2
* vm2: new representation of registersAraq2014-02-211-65/+63
* got rid of debugging codeAraq2014-02-171-2/+0
* fixes #926Araq2014-02-171-7/+12
* fixes #922Araq2014-02-161-2/+16
* fixes #889Araq2014-02-101-8/+13
* 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