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
2023-08-18
file,loc become dbgfile,dbgloc
Quentin Carbonneaux
2023-06-06
implement line number info tracking
Thomas Bracht Laumann Jespersen
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
2023-03-11
Emit .type and .size directives on RISC-V and ARM
Alexey Yerin
2022-12-14
new blit instruction
Quentin Carbonneaux
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 amd64_apple
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
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
[next]