Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PHP codegen can generate foo->bar accesses | Andreas Rumpf | 2016-02-08 | 1 | -1/+10 |
| | |||||
* | makes tints.nim test compile | Andreas Rumpf | 2016-02-08 | 1 | -0/+3 |
| | |||||
* | Made the test tints.nim work for the PHP codegen (uint shifts and | Hans Raaf | 2016-02-07 | 1 | -1/+5 |
| | | | | casts). | ||||
* | Corrected (unsigned) shr for PHP Codegen | Hans Raaf | 2016-02-07 | 1 | -3/+12 |
| | |||||
* | Better code and fix for JS regression. | Hans Raaf | 2016-02-07 | 1 | -9/+9 |
| | |||||
* | Fix für Char to String in PHP. | Hans Raaf | 2016-02-07 | 1 | -0/+4 |
| | |||||
* | Fix tuple field access in PHP. | Hans Raaf | 2016-02-07 | 1 | -1/+4 |
| | |||||
* | Fix for index check in PHP code. | Hans Raaf | 2016-02-07 | 1 | -1/+4 |
| | |||||
* | Fix for shr with PHP (using >>) | Hans Raaf | 2016-02-07 | 1 | -5/+11 |
| | |||||
* | php-codegen fixes | Andreas Rumpf | 2016-02-06 | 1 | -4/+7 |
| | |||||
* | more JS regressions fixed | Andreas Rumpf | 2016-02-06 | 1 | -1/+1 |
| | |||||
* | fixes JS codegen regressions | Andreas Rumpf | 2016-02-06 | 1 | -3/+2 |
| | |||||
* | cleaner toArray magic | Andreas Rumpf | 2016-02-06 | 1 | -21/+24 |
| | |||||
* | PHP codegen can generate PHP classes | Andreas Rumpf | 2016-02-06 | 1 | -53/+199 |
| | |||||
* | first version of an PHP codegen | Andreas Rumpf | 2016-02-06 | 1 | -272/+364 |
| | |||||
* | Prefer JS typed arrays for arrays. | Yuriy Glukhov | 2016-02-03 | 1 | -4/+27 |
| | |||||
* | Merge pull request #3760 from yglukhov/js-unicode-2 | Andreas Rumpf | 2016-01-22 | 1 | -6/+29 |
|\ | | | | | Fixed unicode strings in JS. Second try. | ||||
| * | Fixed unicode strings in JS | Yuriy Glukhov | 2016-01-22 | 1 | -6/+29 |
| | | |||||
* | | Merge pull request #3762 from yglukhov/isnil-fix | Andreas Rumpf | 2016-01-22 | 1 | -1/+1 |
|\ \ | | | | | | | Fixed isNil codegen in JS | ||||
| * | | Fixed isNil codegen in JS | Yuriy Glukhov | 2016-01-22 | 1 | -1/+1 |
| |/ | |||||
* / | JS: Corrected shift operators. Made casting between ints behave like C does. | Yuriy Glukhov | 2016-01-22 | 1 | -9/+49 |
|/ | |||||
* | Revert "Fixed unicode handling in JS. Fixes #3714." | Yuriy Glukhov | 2016-01-21 | 1 | -19/+1 |
| | |||||
* | Merge pull request #3754 from yglukhov/js-unsigned | Andreas Rumpf | 2016-01-21 | 1 | -100/+42 |
|\ | | | | | Unsigned arith corrected for JS | ||||
| * | Unsigned arith corrected for JS | Yuriy Glukhov | 2016-01-21 | 1 | -100/+42 |
| | | |||||
* | | Fixed unicode handling in JS. Fixes #3714. | Yuriy Glukhov | 2016-01-18 | 1 | -1/+19 |
|/ | |||||
* | Use real JS bool literals instead of 1 and 0. Fixes #3722. | Yuriy Glukhov | 2016-01-17 | 1 | -1/+4 |
| | |||||
* | first implementation of the new lambda-lifting pass; barely anything works | Andreas Rumpf | 2015-12-26 | 1 | -1/+1 |
| | |||||
* | Gen temp name instead of nimVarUnpack | Yuriy Glukhov | 2015-10-15 | 1 | -10/+11 |
| | |||||
* | Fixed ret by var in js | Yuriy Glukhov | 2015-10-15 | 1 | -8/+30 |
| | |||||
* | when nimvm stmt proof of concept | Yuriy Glukhov | 2015-09-04 | 1 | -0/+3 |
| | |||||
* | Fixed passing byvar | Yuriy Glukhov | 2015-08-25 | 1 | -5/+23 |
| | |||||
* | Merge pull request #3233 from yglukhov/parsefloat-js-magic | Andreas Rumpf | 2015-08-21 | 1 | -0/+3 |
|\ | | | | | Fixed nimParseBiggestFloat magic in JS | ||||
| * | Fixed nimParseBiggestFloat magic in JS | Yuriy Glukhov | 2015-08-21 | 1 | -0/+3 |
| | | |||||
* | | Untyped pointers godegen changed. addr expression fixed. | Yuriy Glukhov | 2015-08-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #3147 from yglukhov/js-emit | Andreas Rumpf | 2015-08-02 | 1 | -5/+11 |
|\ | | | | | Emit pragma support for JS backend. | ||||
| * | Emit pragma support for JS backend. | Yuriy Glukhov | 2015-07-25 | 1 | -5/+11 |
| | | |||||
* | | fixes #3144 | Araq | 2015-07-26 | 1 | -1/+10 |
|/ | |||||
* | JS object initializer fix. | yglukhov | 2015-06-23 | 1 | -6/+5 |
| | |||||
* | Changed sets of strings to IntSets | yglukhov | 2015-06-18 | 1 | -18/+15 |
| | |||||
* | Fixes #2617, fixes addr of obj downcast. | yglukhov | 2015-06-18 | 1 | -21/+32 |
| | |||||
* | Unhandled exceptions handling brought back. | yglukhov | 2015-06-15 | 1 | -8/+11 |
| | |||||
* | Fixed and slightly changed exception handling. | yglukhov | 2015-06-15 | 1 | -10/+19 |
| | |||||
* | Merge pull request #2903 from yglukhov/js-bracket-addr | Andreas Rumpf | 2015-06-13 | 1 | -8/+11 |
|\ | | | | | Fixed addr of bracket expression. Fixes #2148. | ||||
| * | Singing and dancing with skipTypes. | yglukhov | 2015-06-12 | 1 | -1/+1 |
| | | |||||
| * | Fixed addr of bracket expression. Fixes #2148. | yglukhov | 2015-06-11 | 1 | -8/+11 |
| | | |||||
* | | Merge pull request #2902 from yglukhov/js-copying-fix | Andreas Rumpf | 2015-06-12 | 1 | -2/+2 |
|\ \ | | | | | | | Fixed copying of aggregates in JS. | ||||
| * | | Fixed copying of aggregates in JS. | yglukhov | 2015-06-11 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #2896 from r-ku/I64-magics-gone | Andreas Rumpf | 2015-06-12 | 1 | -30/+0 |
|\ \ | |/ |/| | I64 magics gone | ||||
| * | Removed magics: mAbsI64 | rku | 2015-06-10 | 1 | -2/+0 |
| | | |||||
| * | Removed magics: mBitnotI64 | rku | 2015-06-10 | 1 | -2/+0 |
| | |