index
:
~cnx/roux
this commit
main
Alternative QBE compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-09-15
fix a bug in setloc
Quentin Carbonneaux
2015-09-15
add very nice spilling stress test
Quentin Carbonneaux
2015-09-15
minor change in rpo walking
Quentin Carbonneaux
2015-09-15
simplify frequent pred detection in rega
Quentin Carbonneaux
2015-09-15
factor some comparison emitting code
Quentin Carbonneaux
2015-09-15
add some more specific comments
Quentin Carbonneaux
2015-09-15
the only wrong use count is the one of r
Quentin Carbonneaux
2015-09-15
I forgot cmp as flag setting instruction!
Quentin Carbonneaux
2015-09-15
jez becomes jnz, complete cmp+jmp contraction
Quentin Carbonneaux
2015-09-15
implement smarter compare+branch
Quentin Carbonneaux
2015-09-15
split cmp in two sizes
Quentin Carbonneaux
2015-09-15
get rid of the iteration macro
Quentin Carbonneaux
2015-09-15
fix two bugs in isel
Quentin Carbonneaux
2015-09-15
fix 2 bad bugs in rega and improve substraction
Quentin Carbonneaux
2015-09-15
use nreg only when != NReg
Quentin Carbonneaux
2015-09-15
use a temporary for constant comparisons
Quentin Carbonneaux
2015-09-15
fix limit bug in spill
Quentin Carbonneaux
2015-09-15
remove useless TODO for now
Quentin Carbonneaux
2015-09-15
quick fix for comparisons with constants
Quentin Carbonneaux
2015-09-15
start work on comparisons
Quentin Carbonneaux
2015-09-15
use cmp $0, it works with spill slots
Quentin Carbonneaux
2015-09-15
use correct sizes during reg allocation
Quentin Carbonneaux
2015-09-15
print registers with numbers
Quentin Carbonneaux
2015-09-15
adapt emit to new Ref setting
Quentin Carbonneaux
2015-09-15
use regs of the correct type in isel
Quentin Carbonneaux
2015-09-15
use a new Ref type for registers
Quentin Carbonneaux
2015-09-15
patch isel to use symbol types
Quentin Carbonneaux
2015-09-15
silence clang warning
Quentin Carbonneaux
2015-09-15
avoid name conflicts in enums
Quentin Carbonneaux
2015-09-15
start change of representation for registers
Quentin Carbonneaux
2015-09-15
start work on word/long handling
Quentin Carbonneaux
2015-09-15
replace IA with X for x64 instructions
Quentin Carbonneaux
2015-09-15
avoid keyword clash by using cons for constants
Quentin Carbonneaux
2015-09-15
cosmetic modifications to parse.c
Quentin Carbonneaux
2015-09-15
clean the commutativity + fix bug in emit
Quentin Carbonneaux
2015-09-15
cosmetics
Quentin Carbonneaux
2015-09-15
compress parsref code a little
Quentin Carbonneaux
2015-09-15
start improving constants support
Quentin Carbonneaux
2015-09-15
add TODO
Quentin Carbonneaux
2015-09-15
add support for in-block reg. contraints
Quentin Carbonneaux
2015-09-15
perform isel before code emission
Quentin Carbonneaux
2015-09-15
emit some x86-sepcific instructions
Quentin Carbonneaux
2015-09-15
compile emit module
Quentin Carbonneaux
2015-09-15
add a code emitter for at&t syntax
Quentin Carbonneaux
2015-09-15
silence clang warning
Quentin Carbonneaux
2015-09-15
add crippled dce to the allocator
Quentin Carbonneaux
2015-09-15
complete a crude register allocator
Quentin Carbonneaux
2015-09-15
start work on parallel moves
Quentin Carbonneaux
2015-09-15
initiate work on reg allocation
Quentin Carbonneaux
2015-09-15
simplify spiller
Quentin Carbonneaux
[next]