summary refs log tree commit diff
path: root/arm64
AgeCommit message (Expand)Author
2023-03-22rename blknew() to newblk()Quentin Carbonneaux
2023-03-19naming nitQuentin Carbonneaux
2023-03-16silence format warning more reliablyQuentin Carbonneaux
2023-03-15silence some warningsQuentin Carbonneaux
2023-03-11Emit .type and .size directives on RISC-V and ARMAlexey Yerin
2022-12-14new blit instructionQuentin Carbonneaux
2022-12-12new rsval() helper for signed RefsQuentin Carbonneaux
2022-11-27new hlt block terminatorQuentin Carbonneaux
2022-11-22use a new struct for symbolsQuentin Carbonneaux
2022-10-12thread-local storage for amd64_appleQuentin Carbonneaux
2022-10-12thread-local storage for arm64_appleQuentin Carbonneaux
2022-10-08mark apple targets with a booleanQuentin Carbonneaux
2022-10-08"rel" fields become "reloc"Quentin Carbonneaux
2022-10-08add support for thread-local storageQuentin Carbonneaux
2022-10-03fix case of Pool constantsQuentin Carbonneaux
2022-10-03new arm64_apple targetQuentin Carbonneaux
2022-10-03add new target-specific abi0 passQuentin Carbonneaux
2022-09-01remove two unsignedQuentin Carbonneaux
2022-09-01use direct bl calls on arm64Quentin Carbonneaux
2022-08-31drop -G flag and add target amd64_appleQuentin Carbonneaux
2022-05-10arm64: fix maximum immediate size for small loads/storesMichael Forney
2022-03-17fix return for big aggregatesQuentin Carbonneaux
2022-03-15new -t? flag to print default targetQuentin Carbonneaux
2022-03-15support env calls on arm64Quentin Carbonneaux
2022-03-14dynamic stack allocs for arm64Quentin Carbonneaux
2022-03-14improve consistency in abisQuentin Carbonneaux
2022-03-14arm64/abi: fix big aggregates passed on the stackQuentin Carbonneaux
2022-03-08flag types defined as unionsQuentin Carbonneaux
2022-03-08cosmeticsQuentin Carbonneaux
2022-02-25improve consistency in arm64 and rv64 abisQuentin Carbonneaux
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