| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add initializers (only static for initialier list rn) | 2023-06-29 | 2 | -0/+90 | |
| * | backend: don't mixup float and int temps | 2023-06-24 | 1 | -0/+11 | |
| * | backend: fix regalloc to work with more complex dataflow | 2023-06-24 | 1 | -2/+8 | |
| * | backend: compile comparison instrs and branches | 2023-06-19 | 1 | -0/+19 | |
| * | basic cli driver | 2023-06-18 | 1 | -3/+3 | |
| * | basic ELF output | 2023-06-17 | 1 | -0/+3 | |
| * | add spilling for function calls, misc fixes | 2023-06-14 | 1 | -1/+3 | |
| * | xor reg,reg | 2023-06-12 | 1 | -1/+4 | |
| * | dec,inc,sub | 2023-06-12 | 1 | -2/+14 | |
| * | something with phi | 2023-06-12 | 1 | -6/+2 | |
| * | register renaming and such | 2023-06-12 | 1 | -2/+14 | |
| * | remove RPARAM, add Oparam, lower args/rets to abi regs in abi0 | 2023-06-11 | 1 | -0/+5 | |
| * | isel skeleton | 2023-06-10 | 2 | -4/+17 | |
| * | codegen skeleton | 2023-06-06 | 2 | -2/+11 | |
| * | encode calls a different way in the IR | 2023-06-05 | 1 | -5/+5 | |
| * | strlits | 2023-06-05 | 3 | -0/+125 |