aboutsummaryrefslogtreecommitdiff
path: root/src/vec.c
AgeCommit message (Collapse)Author
2024-04-07add features that make machine generation easierKimplul
2024-04-03add callsite register savingKimplul
2024-04-03make regalloc work with ssa formKimplul
+ Still not ideal register allocator, but can be improved with some heuristics and potentially completely replaced in the future if so desired with graph coloring or something.
2024-02-24initial commitKimplul
+ Now to do the actual hard parts, heh