aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ir_regalloc.c
Commit message (Collapse)AuthorAgeFilesLines
* regalloc & emit: explicit comparisons over memcmp of small structures lemon2026-03-191-1/+1
| | | | | The one in x86-64_emit was not portable due to relying on zero initialization of inactive union fields/padding.
* regalloc: use in-place mergesort for intervals lemon2026-03-181-60/+60
| | | | | | Instead of constructing an array and doing quicksort. i love .02% speedup microoptimizations
* Refactor: use typedefs and CamelCase for aggregate types lemon2026-03-181-166/+174
| | | | Looks nicer
* Refactor: move some utils from antcc.h to their own headers lemon2026-03-171-0/+1
|
* REFACTOR: move sources to src/ lemon2026-03-171-0/+1417