aboutsummaryrefslogtreecommitdiffhomepage
path: root/op.def
Commit message (Collapse)AuthorAgeFilesLines
* don't lower params and args to registers in abi0 lemon2023-06-201-0/+1
| | | | | it's better to do it later, currently in isel(), but perhaps in a pre-isel abi1 pass
* dec,inc,sub lemon2023-06-121-0/+3
|
* remove RPARAM, add Oparam, lower args/rets to abi regs in abi0 lemon2023-06-111-1/+1
|
* isel skeleton lemon2023-06-101-3/+7
|
* codegen skeleton lemon2023-06-061-4/+4
|
* regalloc: lower phis lemon2023-06-051-0/+1
|
* encode calls a different way in the IR lemon2023-06-051-0/+1
|
* abi lowering pass lemon2023-06-041-1/+2
|
* struct args and return lemon2023-06-011-0/+1
|
* phis? lemon2023-05-301-0/+1
|
* bool fixes lemon2023-05-281-1/+1
|
* initial commit lemon2023-05-101-0/+60