summary refs log tree commit diff stats
path: root/compiler/nir/nirvm.nim
Commit message (Collapse)AuthorAgeFilesLines
* remove nir; succeeded by nif (#23809)ringabout2024-07-091-1175/+0
| | | ref https://github.com/nim-lang/nif
* NIR: C codegen, WIP (#22903)Andreas Rumpf2023-11-051-1/+1
|
* so close... (#22885)Andreas Rumpf2023-10-311-111/+172
|
* fixes nightlies; fixes incompatible types with csource_v2 (#22889)ringabout2023-10-301-3/+3
| | | | | | | | | | ref https://github.com/nim-lang/nightlies/actions/runs/6686795512/job/18166625042#logs > /home/runner/work/nightlies/nightlies/nim/compiler/nir/nirvm.nim(163, 35) Error: type mismatch: got 'BiggestInt' for 'b.m.lit.numbers[litId(b.m.types.nodes[int(y)])]' but expected 'int' Or unifies the type in one way or another
* NIR: progress (#22884)Andreas Rumpf2023-10-291-10/+71
|
* NIR: VM + refactorings (#22835)Andreas Rumpf2023-10-291-135/+721
|
* NIR: store sizes, alignments and offsets in the type graph; beginning… ↵Andreas Rumpf2023-10-161-0/+467
(#22822) …s of a patent-pending new VM