| Commit message (Expand) | Author | Age | Files | Lines |
| * | amd64: improve codegen for ADD | lemon | 2025-09-11 | 1 | -0/+3 |
| * | amd64: bugfix for stack args with no RBP, also reuse epilogue code? | lemon | 2025-09-11 | 1 | -26/+48 |
| * | amd64/emit: fix order of stack restore operations with regs+stk | lemon | 2025-09-09 | 1 | -6/+11 |
| * | ioper | lemon | 2025-09-09 | 1 | -12/+21 |
| * | fixes, delnops | lemon | 2025-09-09 | 1 | -2/+2 |
| * | amd64: swap, sar | lemon | 2025-09-08 | 1 | -1/+21 |
| * | amd64: bugfix | lemon | 2025-09-08 | 1 | -4/+9 |
| * | amd64: add mulf and divf codegen | lemon | 2023-08-07 | 1 | -3/+18 |
| * | amd64/emit bugfix | lemon | 2023-07-09 | 1 | -3/+3 |
| * | amd64 codegen fixes | lemon | 2023-07-07 | 1 | -12/+19 |
| * | fix emit() setcc and copy | lemon | 2023-07-06 | 1 | -1/+2 |
| * | misc bugfixs | lemon | 2023-06-30 | 1 | -19/+90 |
| * | add initializers (only static for initialier list rn) | lemon | 2023-06-29 | 1 | -27/+58 |
| * | backend: don't mixup float and int temps | lemon | 2023-06-24 | 1 | -3/+3 |
| * | backend: fix regalloc to work with more complex dataflow | lemon | 2023-06-24 | 1 | -4/+22 |
| * | change RMORE -> RADDR; use RXXX (RNONE) for special args,also undef | lemon | 2023-06-22 | 1 | -14/+14 |
| * | amd64: conform to ABI for varargs func calls | lemon | 2023-06-20 | 1 | -0/+9 |
| * | amd64/emit: ensure stack is 16-byte aligned | lemon | 2023-06-20 | 1 | -10/+29 |
| * | another emit() errata | lemon | 2023-06-20 | 1 | -1/+1 |
| * | fix regression | lemon | 2023-06-20 | 1 | -4/+4 |
| * | fix cls logic for comparison instrs | lemon | 2023-06-20 | 1 | -1/+2 |
| * | errata | lemon | 2023-06-20 | 1 | -2/+2 |
| * | backend: compile comparison instrs and branches | lemon | 2023-06-19 | 1 | -14/+229 |
| * | amd64/emit: fix mov(zx/sx)w | lemon | 2023-06-19 | 1 | -6/+6 |
| * | fix isel & emit for sym constants | lemon | 2023-06-19 | 1 | -1/+4 |
| * | oops | lemon | 2023-06-19 | 1 | -1/+1 |
| * | add endian.h for endian dependent stuff | lemon | 2023-06-18 | 1 | -0/+1 |
| * | basic ELF output | lemon | 2023-06-17 | 1 | -7/+29 |
| * | misc | lemon | 2023-06-17 | 1 | -10/+14 |
| * | oops | lemon | 2023-06-14 | 1 | -1/+1 |
| * | imrpove emit() | lemon | 2023-06-14 | 1 | -78/+104 |
| * | add spilling for function calls, misc fixes | lemon | 2023-06-14 | 1 | -6/+18 |
| * | simpler handling of large constants in IR | lemon | 2023-06-14 | 1 | -4/+4 |
| * | use a hashtable for addr refs | lemon | 2023-06-13 | 1 | -2/+2 |
| * | lower allocas in isel() instead of emit() and misc fixes | lemon | 2023-06-13 | 1 | -47/+8 |
| * | amd64/emit: add comments | lemon | 2023-06-12 | 1 | -87/+115 |
| * | dumb | lemon | 2023-06-12 | 1 | -9/+8 |
| * | xor reg,reg | lemon | 2023-06-12 | 1 | -3/+13 |
| * | nyi fdiv | lemon | 2023-06-12 | 1 | -1/+1 |
| * | dec,inc,sub | lemon | 2023-06-12 | 1 | -0/+22 |
| * | amd64/emit: emit LEA for 3-address ADD | lemon | 2023-06-12 | 1 | -3/+14 |
| * | register renaming and such | lemon | 2023-06-12 | 1 | -3/+27 |
| * | remove RPARAM, add Oparam, lower args/rets to abi regs in abi0 | lemon | 2023-06-11 | 1 | -32/+62 |
| * | isel skeleton | lemon | 2023-06-10 | 1 | -114/+344 |
| * | codegen skeleton | lemon | 2023-06-06 | 1 | -0/+323 |