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
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
fix case of Pool constants
Quentin Carbonneaux
2022-10-03
new arm64_apple target
Quentin Carbonneaux
2022-10-03
add new target-specific abi0 pass
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-17
fix return for big aggregates
Quentin Carbonneaux
2022-03-15
new -t? flag to print default target
Quentin Carbonneaux
2022-03-15
support env calls on arm64
Quentin Carbonneaux
2022-03-14
dynamic stack allocs for arm64
Quentin Carbonneaux
2022-03-14
improve consistency in abis
Quentin Carbonneaux
2022-03-14
arm64/abi: fix big aggregates passed on the stack
Quentin Carbonneaux
2022-03-08
flag types defined as unions
Quentin Carbonneaux
2022-03-08
cosmetics
Quentin Carbonneaux
2022-02-25
improve consistency in arm64 and rv64 abis
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-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