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
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