summary refs log tree commit diff
path: root/arm64
AgeCommit message (Expand)Author
2022-02-02shared linkage logic for func/dataQuentin Carbonneaux
2022-01-31arm64: handle large slots in OcopyQuentin Carbonneaux
2022-01-28implement float -> unsigned castsBor Grošelj Simić
2022-01-28implement unsigned -> float castsBor Grošelj Simić
2022-01-23Add a negation instructionEyal Sawady
2021-12-05arm64: fix slots with offset >32kQuentin Carbonneaux
2021-11-08amd64: avoid reading past end of passed structMichael Forney
2021-11-08fix for sloppy reg->mem in arm64 abiQuentin Carbonneaux
2021-10-26spill: fix regs assertionsQuentin Carbonneaux
2021-10-26arm64: Add LR to list of registers to saveMichael Forney
2021-10-25arm64/emit.c: fix move instructions with big immediate valuesSudipto Mallick
2021-10-25arm64: handle copy of constant to slotMichael Forney
2021-10-25arm64: Handle slots in Ocopy operandsMichael Forney
2021-10-25arm64: handle slotsMichael Forney
2021-10-22make variadic args explicitQuentin Carbonneaux
2021-03-18spill: use stronger assertion for registers in use at start of functionMichael Forney
2021-03-12arm64: fix selcall call data for return of aggregate in memoryMichael Forney
2021-03-02arm64: handle stack offsets >=4096 in OaddrMichael Forney
2020-08-06arm64: Make sure SP stays aligned by 16Michael Forney
2020-08-06Use a dynamic array for phi argumentsMichael Forney
2019-05-15arm64: Handle stack allocations larger than 4095 bytesMichael Forney
2019-05-15arm64: Handle truncd instructionMichael Forney
2019-05-15arm64: Use 32-bit register name when loading 'b' or 'h' into 'l'Michael Forney
2019-04-17avoid some gcc warningsQuentin Carbonneaux
2019-03-14Rearrange the fields in Ins so the bit-fields get packed togetherMichael Forney
2018-04-26more compiler warnings...Quentin Carbonneaux
2018-04-26Fix compiler warnings.Emil Skoeldberg
2017-06-06fix fp subtractions on amd64Quentin Carbonneaux
2017-05-17intern symbol namesQuentin Carbonneaux
2017-04-08new arm64 backend, yeepeeQuentin Carbonneaux