aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/t_x86-64_emit.c
Commit message (Expand)AuthorAgeFilesLines
* x86-64 backend: fix some edgecases not emitting GOT relocations lemon2026-04-151-5/+13
* get rid of other warnings lemon2026-04-121-4/+3
* x86-64/emit: fix stack arg offset for edgecases lemon2026-04-111-1/+2
* backend: inlining improvements lemon2026-04-091-0/+2
* Implement basic aarch64 struct arg passing ABI lemon2026-04-081-46/+65
* x86-64: redzone optimization for leaf functions lemon2026-03-271-7/+10
* IR: emit inline function standalone bodies lazily lemon2026-03-231-3/+3
* style: change uvlong -> u64int, vlong -> s64int lemon2026-03-221-1/+1
* regalloc & emit: explicit comparisons over memcmp of small structures lemon2026-03-191-2/+18
* Refactor: use typedefs and CamelCase for aggregate types lemon2026-03-181-67/+67
* REFACTOR: finish renaming lemon2026-03-171-3/+3
* REFACTOR: move sources to src/ lemon2026-03-171-0/+1422