aboutsummaryrefslogtreecommitdiffhomepage
path: root/amd64/sysv.c
Commit message (Collapse)AuthorAgeFilesLines
* regalloc: basic spilling supportlemon2025-09-131-0/+1
|
* amd64: bugfixlemon2025-09-081-1/+0
|
* backend: fix regalloc to work with more complex dataflowlemon2023-06-241-2/+2
| | | | | | | | basically an allocation map at the beginning (in) and end (out) of each block is kept and after the first allocation pass another pass is ran to resolve allocation conflicts between each edge, plus another pass to finish lowering phi functions. also introduced `regset` and plenty of other miscellaneous fixes
* amd64: fix aggregate return in regslemon2023-06-201-3/+3
|
* forgot some staticslemon2023-06-181-1/+1
|
* misclemon2023-06-171-0/+2
|
* lower allocas in isel() instead of emit() and misc fixeslemon2023-06-131-4/+4
|
* register renaming and suchlemon2023-06-121-1/+1
|
* remove RPARAM, add Oparam, lower args/rets to abi regs in abi0lemon2023-06-111-5/+8
|
* isel skeletonlemon2023-06-101-0/+1
|
* codegen skeletonlemon2023-06-061-0/+1
|
* encode calls a different way in the IRlemon2023-06-051-1/+1
|
* fix classify ptrslemon2023-06-051-2/+2
|
* gooflemon2023-06-041-1/+5
|
* abi lowering passlemon2023-06-041-18/+56
|
* basic ABI lowering of aggregateslemon2023-06-011-0/+103
|
* regalloc skeletonlemon2023-05-311-0/+3