index
:
~cnx/roux
this commit
main
Alternative QBE compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arm64
Age
Commit message (
Expand
)
Author
2021-11-08
amd64: avoid reading past end of passed struct
Michael Forney
2021-11-08
fix for sloppy reg->mem in arm64 abi
Quentin Carbonneaux
2021-10-26
spill: fix regs assertions
Quentin Carbonneaux
2021-10-26
arm64: Add LR to list of registers to save
Michael Forney
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-10-22
make variadic args explicit
Quentin Carbonneaux
2021-03-18
spill: use stronger assertion for registers in use at start of function
Michael Forney
2021-03-12
arm64: fix selcall call data for return of aggregate in memory
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
2020-08-06
Use a dynamic array for phi arguments
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
2019-04-17
avoid some gcc warnings
Quentin Carbonneaux
2019-03-14
Rearrange the fields in Ins so the bit-fields get packed together
Michael Forney
2018-04-26
more compiler warnings...
Quentin Carbonneaux
2018-04-26
Fix compiler warnings.
Emil Skoeldberg
2017-06-06
fix fp subtractions on amd64
Quentin Carbonneaux
2017-05-17
intern symbol names
Quentin Carbonneaux
2017-04-08
new arm64 backend, yeepee
Quentin Carbonneaux