summary refs log tree commit diff stats
path: root/compiler/vmgen.nim
Commit message (Expand)AuthorAgeFilesLines
* fixed dot operator recursive loop & macro suggest (#16922)Saem Ghani2021-02-151-1/+4
* fix #16555, fixes #16405: len, high honors '\0' for cstring in vm (#16610)Timothee Cour2021-01-111-5/+7
* IC: next steps (#16550)Andreas Rumpf2021-01-071-5/+8
* move asciitables to std/private/ (#16498)flywind2020-12-291-1/+1
* fix #16469 vm float constants: do not conflate -0.0 and 0.0 (#16470)Timothee Cour2020-12-271-1/+6
* [backport => 1.0] fix #16428 vmops now works for generic procs (#16429)Timothee Cour2020-12-221-10/+2
* [docs minor]space for code-block (#16266)flywind2020-12-061-1/+1
* fixes #15939, fixes #15464, fixes #16169, fixes #16226 VM now supports `addr(...Timothee Cour2020-12-031-4/+6
* combine PR#16009 and PR#16012 (#16024)flywind2020-11-181-0/+5
* Revert "follow #16009 VM supports cast nil to ptr (#16012)"Andrey R (cooldome)2020-11-171-3/+0
* follow #16009 VM supports cast nil to ptr (#16012)flywind2020-11-171-0/+3
* fix #15463 (#15831)flywind2020-11-051-1/+1
* Closure iterators are not supported by VM (#15818)flywind2020-11-021-0/+2
* fixes #15717flywind2020-11-021-0/+2
* fix #15704 #15597 wrong VM register was freed (#15705)Timothee Cour2020-10-261-2/+4
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-251-3/+3
* [minor] nimVMDebug: fix codeListing formatting for jump-to-file to work (#15711)Timothee Cour2020-10-251-1/+1
* fix #15662 (#15678)cooldome2020-10-231-17/+15
* const view types; fixes some cases from https://github.com/nim-lang/Nim/issue...Andreas Rumpf2020-10-051-1/+1
* fix warnings for deprecated `low` and `high` (#15291)Miran2020-09-111-1/+1
* Big compiler Cleanup (#14777)Clyybber2020-08-281-17/+4
* 'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011)Andreas Rumpf2020-07-201-1/+1
* remove tyOpt, mOpt (#14636)Timothee Cour2020-06-121-2/+0
* CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ...Timothee Cour2020-04-231-3/+6
* fix operators containing percent for VM usage (#13536)Arne Döring2020-03-111-2/+2
* Remove dead magics (#13551)Arne Döring2020-03-031-32/+3
* EndsInNoReturn in expressions extension, fixes #13490 (#13520)cooldome2020-02-281-2/+0
* VM: support importc var, ptr/pointer types, cast int <=> ptr/pointer (#12877)Timothee Cour2020-01-051-4/+30
* Refactored VM registerlayout. The size and location of the registers in (#12775)Ico Doornekamp2019-11-301-20/+20
* fixes #11727 [backport]Araq2019-11-281-2/+7
* fixes #12488 [backport]Araq2019-11-281-1/+4
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-262/+256
* VM: improvements for var T/addr (#12667); fixes #12489Andreas Rumpf2019-11-281-8/+14
* fixes #12612 [backport] (#12681)Andreas Rumpf2019-11-191-6/+9
* ARC: solves phase ordering problems (#12654)Andreas Rumpf2019-11-141-2/+1
* fixes #12547 [backport]Araq2019-10-291-0/+7
* VM: fixes register leaks [backport] (#12510)Andreas Rumpf2019-10-251-0/+2
* VM: fixes most ran-out-registers problems [backport] (#12485)Andreas Rumpf2019-10-241-19/+38
* fixes #12310 [backport] (#12470)Andreas Rumpf2019-10-201-2/+6
* fixes #12294 [backport]Andreas Rumpf2019-09-301-1/+0
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* fixes #10981; fixes #7261 (#12217)Andreas Rumpf2019-09-191-1/+4
* add nodeId proc to macros (#11456)Arne Döring2019-09-181-0/+2
* rename cast opcodes, fix for 32bit cast, fix python pretty printer (#12207)Arne Döring2019-09-181-5/+9
* fixes #12195Araq2019-09-171-18/+17
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-9/+9
* Merge branch 'devel' into uint-range-checksAndreas Rumpf2019-09-021-1/+1
|\
| * fix min/max for float numbers (#12068)Arne Döring2019-09-021-1/+1
* | Merge branch 'devel' into uint-range-checksAraq2019-09-021-2/+1
|\|
| * Fix to int to biggest int (#12066)Arne Döring2019-08-271-2/+1