aboutsummaryrefslogtreecommitdiffhomepage
path: root/abi0.c
Commit message (Collapse)AuthorAgeFilesLines
* abi0: fix agg return by pointer not updating arg count lemon2023-06-241-0/+1
|
* change RMORE -> RADDR; use RXXX (RNONE) for special args,also undef lemon2023-06-221-3/+3
|
* mem2reg: implement ssa construction; this breaks regalloc right now lemon2023-06-211-2/+9
|
* don't lower params and args to registers in abi0 lemon2023-06-201-53/+33
| | | | | it's better to do it later, currently in isel(), but perhaps in a pre-isel abi1 pass
* add spilling for function calls, misc fixes lemon2023-06-141-1/+6
|
* lowering of structcopy lemon2023-06-131-87/+93
|
* oops lemon2023-06-131-1/+1
|
* use a hashtable for addr refs lemon2023-06-131-4/+3
|
* lower allocas in isel() instead of emit() and misc fixes lemon2023-06-131-5/+5
|
* register renaming and such lemon2023-06-121-2/+2
|
* remove RPARAM, add Oparam, lower args/rets to abi regs in abi0 lemon2023-06-111-104/+146
|
* encode calls a different way in the IR lemon2023-06-051-84/+69
|
* style lemon2023-06-051-4/+4
|
* command line switch for debug options lemon2023-06-051-4/+7
|
* oops lemon2023-06-041-0/+1
|
* bugfix lemon2023-06-041-15/+14
|
* abi lowering pass lemon2023-06-041-0/+361