summary refs log tree commit diff
path: root/rv64/emit.c
AgeCommit message (Expand)Author
2023-03-11Emit .type and .size directives on RISC-V and ARMAlexey Yerin
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-08"rel" fields become "reloc"Quentin Carbonneaux
2022-10-08add support for thread-local storageQuentin Carbonneaux
2022-09-01capitalize a labelQuentin Carbonneaux
2022-08-31drop -G flag and add target amd64_appleQuentin Carbonneaux
2022-06-14rv64: implement Oswap for floating-point typesAlexey Yerin
2022-02-27rv64: formatting and bug fix in epilogueQuentin Carbonneaux
2022-02-17add rv64 backendMichael Forney