aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/op.def
Commit message (Collapse)AuthorAgeFilesLines
* regalloc+emit: get rid of xsave/xrestore hack lemon2025-12-181-2/+0
| | | | | | | Was used for situation where we needed to spill more than 1 temporary and have to use a register that is already used. Instead of push/pop, we can just allocate and set aside specific stack slots for this purpose. Also, reworked linearscan() interval sets to separate FPR/GPR intervals.
* remove umul lemon2025-11-211-1/+0
|
* change op names to match 285063eba44 lemon2025-11-211-72/+72
|
* preeliminary va_list support lemon2025-11-141-0/+3
|
* amd64: get rid of xinc/xdec. handle those at emit stage lemon2025-11-091-2/+0
|
* Organize source files into directories lemon2025-10-191-0/+76