aboutsummaryrefslogtreecommitdiffhomepage
path: root/abi0.c
Commit message (Expand)AuthorAgeFilesLines
* compound literalslemon2025-10-091-6/+6
* a little refactoring and cleanuplemon2025-09-151-2/+2
* fix abi regs with aggregate return in hidden paramlemon2024-01-241-3/+7
* abi0: fix agg return by pointer not updating arg countlemon2023-06-241-0/+1
* change RMORE -> RADDR; use RXXX (RNONE) for special args,also undeflemon2023-06-221-3/+3
* mem2reg: implement ssa construction; this breaks regalloc right nowlemon2023-06-211-2/+9
* don't lower params and args to registers in abi0lemon2023-06-201-53/+33
* add spilling for function calls, misc fixeslemon2023-06-141-1/+6
* lowering of structcopylemon2023-06-131-87/+93
* oopslemon2023-06-131-1/+1
* use a hashtable for addr refslemon2023-06-131-4/+3
* lower allocas in isel() instead of emit() and misc fixeslemon2023-06-131-5/+5
* register renaming and suchlemon2023-06-121-2/+2
* remove RPARAM, add Oparam, lower args/rets to abi regs in abi0lemon2023-06-111-104/+146
* encode calls a different way in the IRlemon2023-06-051-84/+69
* stylelemon2023-06-051-4/+4
* command line switch for debug optionslemon2023-06-051-4/+7
* oopslemon2023-06-041-0/+1
* bugfixlemon2023-06-041-15/+14
* abi lowering passlemon2023-06-041-0/+361