| Commit message (Expand) | Author | Age | Files | Lines |
| * | amd64/emit: fix REX-requiring 8-bit GPR encoding checking wrong reg | lemon | 2025-11-22 | 1 | -2/+2 |
| * | remove umul | lemon | 2025-11-21 | 1 | -1/+0 |
| * | change op names to match 285063eba44 | lemon | 2025-11-21 | 1 | -24/+24 |
| * | rename IR classes to reflect bitsize | lemon | 2025-11-21 | 1 | -29/+29 |
| * | isel: lower allocas a different way, such that stk address gets materialized ... | lemon | 2025-11-20 | 1 | -4/+4 |
| * | ir: 'trap' jump; c: __builtin_trap; lex: __has_builtin | lemon | 2025-11-15 | 1 | -0/+2 |
| * | emit: stack alignment edgecases | lemon | 2025-11-15 | 1 | -5/+9 |
| * | preeliminary va_list support | lemon | 2025-11-14 | 1 | -3/+46 |
| * | amd64: fix positive RBP off (stack params); address encoding errata | lemon | 2025-11-12 | 1 | -2/+2 |
| * | amd64: get rid of xinc/xdec. handle those at emit stage | lemon | 2025-11-09 | 1 | -8/+6 |
| * | amd64: errata with unsigned greater than or equal (should be JAE) | lemon | 2025-11-06 | 1 | -1/+1 |
| * | isel fixes | lemon | 2025-10-30 | 1 | -1/+0 |
| * | emit: remove unnecessary REX.W prfix for TEST r8 | lemon | 2025-10-26 | 1 | -1/+1 |
| * | amd64: add/sub operands less restrictive | lemon | 2025-10-25 | 1 | -2/+2 |
| * | c: avoid generating relocations in .rodata (putting such objects in .data ins... | lemon | 2025-10-25 | 1 | -1/+3 |
| * | emit: PU8, PU16 | lemon | 2025-10-25 | 1 | -0/+6 |
| * | amd64 rbpoff | lemon | 2025-10-24 | 1 | -1/+1 |
| * | amd64 missing stuff | lemon | 2025-10-23 | 1 | -1/+2 |
| * | amd64: load/store from abs address constants; movabs | lemon | 2025-10-23 | 1 | -11/+32 |
| * | amd64/emit PI8 fix int overflow edgecase | lemon | 2025-10-23 | 1 | -1/+1 |
| * | fix edge case codegen bugs (w/ stack offsets, spilling) | lemon | 2025-10-22 | 1 | -0/+2 |
| * | amd64/emit errata | lemon | 2025-10-20 | 1 | -1/+1 |
| * | Organize source files into directories | lemon | 2025-10-19 | 1 | -1/+1 |
| * | amd64: float conversion insntrs | lemon | 2025-10-18 | 1 | -2/+30 |
| * | codegen bugfix | lemon | 2025-10-17 | 1 | -5/+13 |
| * | amd64: not, udiv | lemon | 2025-10-14 | 1 | -0/+13 |
| * | amd64: mul -> imul | lemon | 2025-10-13 | 1 | -8/+9 |
| * | fix some more codegen bugs for symbol constants | lemon | 2025-09-16 | 1 | -2/+1 |
| * | codegen: fix 3-address sub reg,imm codegen | lemon | 2025-09-15 | 1 | -1/+1 |
| * | start implementing bitfields | lemon | 2025-09-14 | 1 | -0/+6 |
| * | codegen: float cmp, ior; frontend: fix cond expr bug | lemon | 2025-09-14 | 1 | -3/+16 |
| * | preliminary pie and pic | lemon | 2025-09-14 | 1 | -11/+37 |
| * | regalloc: basic spilling support | lemon | 2025-09-13 | 1 | -0/+6 |
| * | 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 |