aboutsummaryrefslogtreecommitdiffhomepage
path: root/amd64/sysv.c
Commit message (Collapse)AuthorAgeFilesLines
* forgot some statics lemon2023-06-181-1/+1
|
* misc lemon2023-06-171-0/+2
|
* lower allocas in isel() instead of emit() and misc fixes lemon2023-06-131-4/+4
|
* register renaming and such lemon2023-06-121-1/+1
|
* remove RPARAM, add Oparam, lower args/rets to abi regs in abi0 lemon2023-06-111-5/+8
|
* isel skeleton lemon2023-06-101-0/+1
|
* codegen skeleton lemon2023-06-061-0/+1
|
* encode calls a different way in the IR lemon2023-06-051-1/+1
|
* fix classify ptrs lemon2023-06-051-2/+2
|
* goof lemon2023-06-041-1/+5
|
* abi lowering pass lemon2023-06-041-18/+56
|
* basic ABI lowering of aggregates lemon2023-06-011-0/+103
|
* regalloc skeleton lemon2023-05-311-0/+3