Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix incorrect signature for nimLoadProcs when using cpp backend (#6699) | Kartik Saranathan | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | backend preparations for incomplete/forwarded object types | Andreas Rumpf | 2017-10-28 | 1 | -5/+5 |
| | |||||
* | No implicit quit for Genode (#6515) | Emery Hemingway | 2017-10-25 | 1 | -2/+1 |
| | |||||
* | fixes a codegen bug: in 'result = f(result)' the default initialization for ↵ | Andreas Rumpf | 2017-10-09 | 1 | -1/+8 |
| | | | | 'result' IS required | ||||
* | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -1/+1 |
| | |||||
* | refactoring: TLoc knows the node it originated from; it is planned to use ↵ | Andreas Rumpf | 2017-09-21 | 1 | -38/+53 |
| | | | | this to produce better C code (move optimizations) | ||||
* | introduce OnHeapNew and rename TLoc.s to TLoc.storage | Andreas Rumpf | 2017-09-21 | 1 | -6/+6 |
| | |||||
* | improve the debugging experience when line directives are used | Zahary Karadjov | 2017-09-04 | 1 | -4/+6 |
| | |||||
* | fixes #6279 | Andreas Rumpf | 2017-08-29 | 1 | -0/+9 |
| | |||||
* | fixes #5989 | Araq | 2017-07-17 | 1 | -2/+2 |
| | |||||
* | cgen: #undef some more predefined symbols. (#5831) | Markus F.X.J. Oberhumer | 2017-06-13 | 1 | -0/+10 |
| | | | This is a followup to issue #5171. | ||||
* | review and merge zahary's work (#5849) | zah | 2017-06-03 | 1 | -5/+7 |
| | | | | | | | | | * proper indentation for the generated JS code * improved dead-code elimination for JavaScript * test the JS dead-code elimination A new test spec has been added - "maxcodesize". It specifies the maximum size of the generated code in bytes. | ||||
* | a few tiny cleanups (#5712) | Jacek Sieka | 2017-05-29 | 1 | -4/+0 |
| | | | exposes emitLazily (for nlvm) and simplifies some conditionals | ||||
* | Create correct C protoypes in genMainProc. (#5822) | Markus F.X.J. Oberhumer | 2017-05-16 | 1 | -4/+4 |
| | | | This avoids a -Wstrict-prototypes warning in the generated C file. | ||||
* | make -d:nimdiff feature more robust | Andreas Rumpf | 2017-04-26 | 1 | -2/+5 |
| | |||||
* | support for the Genode OS framework (#5560) | Emery Hemingway | 2017-03-31 | 1 | -0/+16 |
| | |||||
* | fixes #5598 | Araq | 2017-03-23 | 1 | -0/+1 |
| | |||||
* | minor codegen bugfix: don't use names for closures that are also mangled Nim ↵ | Araq | 2017-02-26 | 1 | -1/+1 |
| | | | | names | ||||
* | fixes #5439 | Araq | 2017-02-26 | 1 | -4/+5 |
| | |||||
* | Merge branch 'devel' into faster-nimsuggest | Andreas Rumpf | 2017-02-24 | 1 | -14/+14 |
|\ | |||||
| * | removed compiler internal list implementation (#5371) | Arne Döring | 2017-02-22 | 1 | -14/+14 |
| | | |||||
* | | big compiler refactoring; avoid globals for multi method dispatcher generation | Andreas Rumpf | 2017-02-22 | 1 | -2/+2 |
|/ | |||||
* | C++ codegen: emit 'extern C' for importc'ed functions that we declare a ↵ | Araq | 2017-02-14 | 1 | -4/+7 |
| | | | | prototype for | ||||
* | name mangling bugfixes; ndi file generation for debugger support | Andreas Rumpf | 2017-02-03 | 1 | -1/+5 |
| | |||||
* | new name mangling rules for easier debugging | Andreas Rumpf | 2017-02-02 | 1 | -13/+14 |
| | |||||
* | new name mangling scheme implemented | Andreas Rumpf | 2017-02-02 | 1 | -6/+7 |
| | |||||
* | refactoring: explict config state instead of globals | Andreas Rumpf | 2017-02-01 | 1 | -2/+3 |
| | |||||
* | .compile pragma supports patterns and actions | Araq | 2017-01-28 | 1 | -31/+36 |
| | |||||
* | happy new year | Araq | 2017-01-07 | 1 | -2/+2 |
| | |||||
* | make Nim compiler compile with 0.15.2 | Araq | 2017-01-07 | 1 | -3/+16 |
| | |||||
* | fixes #5171 | Araq | 2017-01-03 | 1 | -0/+1 |
| | |||||
* | fixes recently introduced regression | Andreas Rumpf | 2016-12-21 | 1 | -6/+8 |
| | |||||
* | fixes #5136 | Andreas Rumpf | 2016-12-21 | 1 | -6/+6 |
| | |||||
* | Merge branch 'devel' into sighashes | Araq | 2016-12-19 | 1 | -11/+14 |
|\ | |||||
| * | fixes #4308, fixes #4905 | Araq | 2016-12-18 | 1 | -0/+2 |
| | | |||||
| * | revert line info generation change; produces worse results for other cases | Araq | 2016-12-18 | 1 | -2/+2 |
| | | |||||
| * | significantly better stack traces when templates are involved | Araq | 2016-12-18 | 1 | -8/+12 |
| | | |||||
* | | sighashes: do not use the ID mechanism at all | Araq | 2016-12-13 | 1 | -7/+28 |
| | | |||||
* | | implements -d:nimdiff switch for seeing generated C code diffs | Andreas Rumpf | 2016-12-06 | 1 | -1/+7 |
| | | |||||
* | | refactoring: C codegen with fewer global variables | Araq | 2016-12-05 | 1 | -52/+54 |
| | | |||||
* | | more tests work | Araq | 2016-12-02 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'devel' into sighashes | Araq | 2016-12-01 | 1 | -0/+1 |
|\| | |||||
| * | Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern. | Yuriy Glukhov | 2016-11-30 | 1 | -0/+1 |
| | | |||||
* | | attempt to fix things | Andreas Rumpf | 2016-11-23 | 1 | -1/+1 |
| | | |||||
* | | the compiler uses tyAlias internally; tester compiles again | Araq | 2016-11-16 | 1 | -8/+11 |
| | | |||||
* | | removed tyArrayConstr completely from the compiler; introduced tyAlias ↵ | Araq | 2016-11-14 | 1 | -2/+2 |
| | | | | | | | | instead in preparation for further bugfixes | ||||
* | | signature hashing: more progress | Araq | 2016-11-11 | 1 | -12/+7 |
| | | |||||
* | | C codegen: first version of signature hashing for better incremental builds | Araq | 2016-11-08 | 1 | -8/+10 |
|/ | |||||
* | new dependency tracking for nimsuggest | Araq | 2016-11-05 | 1 | -2/+4 |
| |