aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ir_regalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Implement basic aarch64 struct arg passing ABIlemon2026-04-081-3/+1
* regalloc: remove dead code for liveness fixuplemon2026-03-241-100/+22
* IR: mark free'd instructions as suchlemon2026-03-231-12/+12
* rega/devirt: don't assume unused operands are zeroinitializedlemon2026-03-231-1/+1
* aarch64: rem/urem, bswap*, arg bugfixlemon2026-03-221-6/+6
* IR: add 3rd operand to Instrlemon2026-03-221-10/+21
* regalloc & emit: explicit comparisons over memcmp of small structureslemon2026-03-191-1/+1
* regalloc: use in-place mergesort for intervalslemon2026-03-181-60/+60
* Refactor: use typedefs and CamelCase for aggregate typeslemon2026-03-181-166/+174
* Refactor: move some utils from antcc.h to their own headerslemon2026-03-171-0/+1
* REFACTOR: move sources to src/lemon2026-03-171-0/+1417