index
:
~cnx/roux
this commit
main
Alternative QBE compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
Age
Commit message (
Expand
)
Author
2022-12-14
new blit instruction
Quentin Carbonneaux
2022-11-20
new slot coalescing pass
Quentin Carbonneaux
2022-10-08
fix asm comment position
Quentin Carbonneaux
2022-10-03
new arm64_apple target
Quentin Carbonneaux
2022-10-03
add new target-specific abi0 pass
Quentin Carbonneaux
2022-08-31
drop -G flag and add target amd64_apple
Quentin Carbonneaux
2022-08-31
flag the default target in "qbe -h"
Quentin Carbonneaux
2022-04-11
move nx stack annotation to gas.c
Quentin Carbonneaux
2022-04-11
Close input file after done reading
Daniel Xu
2022-03-15
new -t? flag to print default target
Quentin Carbonneaux
2022-03-14
output symbol type and size
Quentin Carbonneaux
2022-02-17
add rv64 backend
Michael Forney
2022-01-31
Do not use the asm keyword as a local variable
Detlef Riekenberg
2022-01-23
check for fopen() errors for output file
Bor Grošelj Simić
2021-09-09
skip nx stack annotation on osx
Quentin Carbonneaux
2021-03-12
Arrange debug flag table to match pass order
Michael Forney
2019-05-02
move fillloop() after fold()
Quentin Carbonneaux
2019-04-11
properly detect ssa form
Quentin Carbonneaux
2017-04-08
new arm64 backend, yeepee
Quentin Carbonneaux
2017-04-08
prepare for multi-target
Quentin Carbonneaux
2017-02-27
scrub assembly output
Quentin Carbonneaux
2017-02-25
do sign/zero extensions removal in copy.c
Quentin Carbonneaux
2017-02-24
start a new simplification pass
Quentin Carbonneaux
2017-02-24
reenable and fix a bug in memopt
Quentin Carbonneaux
2017-02-10
support variable argument lists
Quentin Carbonneaux
2017-02-06
use uint for block ids
Quentin Carbonneaux
2017-01-12
use a less obtuse api for vnew()
Quentin Carbonneaux
2016-12-21
schedule loop nesting computations earlier
Quentin Carbonneaux
2016-12-12
use the new load optimization
Quentin Carbonneaux
2016-04-13
hack an ssa validator (likely buggy)
Quentin Carbonneaux
2016-04-11
improve help message slightly
Quentin Carbonneaux
2016-04-09
rebuild rpo after fold
Quentin Carbonneaux
2016-04-09
enable constant folding
Quentin Carbonneaux
2016-04-01
don't try to keep use counts in abi()
Quentin Carbonneaux
2016-03-31
move abi code in a new file
Quentin Carbonneaux
2016-03-29
new layout, put LICENSE in root
Quentin Carbonneaux