index
:
~cnx/roux
this commit
main
Alternative QBE compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rv64
Age
Commit message (
Expand
)
Author
2024-01-02
dbgloc: add column argument
Drew DeVault
2023-08-18
file,loc become dbgfile,dbgloc
Quentin Carbonneaux
2023-06-06
implement line number info tracking
Thomas Bracht Laumann Jespersen
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-08
"rel" fields become "reloc"
Quentin Carbonneaux
2022-10-08
add support for thread-local storage
Quentin Carbonneaux
2022-10-03
add new target-specific abi0 pass
Quentin Carbonneaux
2022-09-01
capitalize a label
Quentin Carbonneaux
2022-08-31
drop -G flag and add target amd64_apple
Quentin Carbonneaux
2022-06-14
rv64: implement Oswap for floating-point types
Alexey Yerin
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
homogenize riscv and arm abis
Quentin Carbonneaux
2022-03-15
fix register count in riscv argregs
Quentin Carbonneaux
2022-03-14
dynamic stack allocs for arm64
Quentin Carbonneaux
2022-03-14
improve consistency in abis
Quentin Carbonneaux
2022-03-10
rv64: plug holes in the abi
Quentin Carbonneaux
2022-03-08
flag types defined as unions
Quentin Carbonneaux
2022-03-08
cosmetics
Quentin Carbonneaux
2022-02-27
rv64: formatting and bug fix in epilogue
Quentin Carbonneaux
2022-02-27
rv64: cosmetics in isel
Quentin Carbonneaux
2022-02-25
improve consistency in arm64 and rv64 abis
Quentin Carbonneaux
2022-02-17
add rv64 backend
Michael Forney