index
:
~cnx/roux
this commit
main
Alternative QBE compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arm64
/
emit.c
Age
Commit message (
Expand
)
Author
2024-01-02
dbgloc: add column argument
Drew DeVault
2024-01-02
revert 5af33410
Quentin Carbonneaux
2023-12-30
Fix IBT/BTI by instrumenting function calls
Tobias Heider
2023-08-18
file,loc become dbgfile,dbgloc
Quentin Carbonneaux
2023-06-06
implement line number info tracking
Thomas Bracht Laumann Jespersen
2023-03-11
Emit .type and .size directives on RISC-V and ARM
Alexey Yerin
2022-12-12
new rsval() helper for signed Refs
Quentin Carbonneaux
2022-11-27
new hlt block terminator
Quentin Carbonneaux
2022-11-22
use a new struct for symbols
Quentin Carbonneaux
2022-10-12
thread-local storage for arm64_apple
Quentin Carbonneaux
2022-10-08
mark apple targets with a boolean
Quentin Carbonneaux
2022-10-08
"rel" fields become "reloc"
Quentin Carbonneaux
2022-10-08
add support for thread-local storage
Quentin Carbonneaux
2022-10-03
new arm64_apple target
Quentin Carbonneaux
2022-09-01
remove two unsigned
Quentin Carbonneaux
2022-09-01
use direct bl calls on arm64
Quentin Carbonneaux
2022-08-31
drop -G flag and add target amd64_apple
Quentin Carbonneaux
2022-05-10
arm64: fix maximum immediate size for small loads/stores
Michael Forney
2022-03-14
dynamic stack allocs for arm64
Quentin Carbonneaux
2022-02-02
shared linkage logic for func/data
Quentin Carbonneaux
2022-01-31
arm64: handle large slots in Ocopy
Quentin Carbonneaux
2022-01-28
implement float -> unsigned casts
Bor Grošelj Simić
2022-01-28
implement unsigned -> float casts
Bor Grošelj Simić
2022-01-23
Add a negation instruction
Eyal Sawady
2021-12-05
arm64: fix slots with offset >32k
Quentin Carbonneaux
2021-10-25
arm64/emit.c: fix move instructions with big immediate values
Sudipto Mallick
2021-10-25
arm64: handle copy of constant to slot
Michael Forney
2021-10-25
arm64: Handle slots in Ocopy operands
Michael Forney
2021-10-25
arm64: handle slots
Michael Forney
2021-03-02
arm64: handle stack offsets >=4096 in Oaddr
Michael Forney
2020-08-06
arm64: Make sure SP stays aligned by 16
Michael Forney
2019-05-15
arm64: Handle stack allocations larger than 4095 bytes
Michael Forney
2019-05-15
arm64: Handle truncd instruction
Michael Forney
2019-05-15
arm64: Use 32-bit register name when loading 'b' or 'h' into 'l'
Michael Forney
2017-05-17
intern symbol names
Quentin Carbonneaux
2017-04-08
new arm64 backend, yeepee
Quentin Carbonneaux