aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* make ptr offset in init take obj size into account lemon2023-09-051-1/+1
* regalloc fixes and rpo lemon2023-07-091-1/+1
* add initializers (only static for initialier list rn) lemon2023-06-292-0/+90
* backend: don't mixup float and int temps lemon2023-06-241-0/+11
* backend: fix regalloc to work with more complex dataflow lemon2023-06-241-2/+8
* backend: compile comparison instrs and branches lemon2023-06-191-0/+19
* basic cli driver lemon2023-06-181-3/+3
* basic ELF output lemon2023-06-171-0/+3
* add spilling for function calls, misc fixes lemon2023-06-141-1/+3
* xor reg,reg lemon2023-06-121-1/+4
* dec,inc,sub lemon2023-06-121-2/+14
* something with phi lemon2023-06-121-6/+2
* register renaming and such lemon2023-06-121-2/+14
* remove RPARAM, add Oparam, lower args/rets to abi regs in abi0 lemon2023-06-111-0/+5
* isel skeleton lemon2023-06-102-4/+17
* codegen skeleton lemon2023-06-062-2/+11
* encode calls a different way in the IR lemon2023-06-051-5/+5
* strlits lemon2023-06-053-0/+125