index
:
~cnx/roux
this commit
main
Alternative QBE compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arm64
/
abi.c
Age
Commit message (
Expand
)
Author
2023-05-09
fix sub-word returns on arm64_apple
Quentin Carbonneaux
2023-03-22
rename blknew() to newblk()
Quentin Carbonneaux
2023-03-19
naming nit
Quentin Carbonneaux
2023-03-16
silence format warning more reliably
Quentin Carbonneaux
2023-03-15
silence some warnings
Quentin Carbonneaux
2022-12-14
new blit instruction
Quentin Carbonneaux
2022-10-08
mark apple targets with a boolean
Quentin Carbonneaux
2022-10-03
fix case of Pool constants
Quentin Carbonneaux
2022-10-03
new arm64_apple target
Quentin Carbonneaux
2022-03-17
fix return for big aggregates
Quentin Carbonneaux
2022-03-15
support env calls on 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
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-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
2020-08-06
Use a dynamic array for phi arguments
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-04-08
new arm64 backend, yeepee
Quentin Carbonneaux