index
:
~cnx/roux
this commit
main
Alternative QBE compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisc
/
rega.c
Age
Commit message (
Expand
)
Author
2015-10-06
add pool memory management
Quentin Carbonneaux
2015-10-06
specialize vdup into idup
Quentin Carbonneaux
2015-10-06
factor ins array edition in icpy
Quentin Carbonneaux
2015-10-05
factor vector duplication in vdup()
Quentin Carbonneaux
2015-10-05
rename blocka to balloc
Quentin Carbonneaux
2015-10-05
factor some utility functions/data in util.c
Quentin Carbonneaux
2015-10-05
clean the command line interface
Quentin Carbonneaux
2015-09-29
wip on new stack slots (emit, spill)
Quentin Carbonneaux
2015-09-28
stupid hinting works better without traces!
Quentin Carbonneaux
2015-09-25
fresh new trace based allocator (needs tuning)
Quentin Carbonneaux
2015-09-25
prepare rega for trace-based allocation
Quentin Carbonneaux
2015-09-22
do not do dce on register assignments
Quentin Carbonneaux
2015-09-21
fix rega bug for indirect calls
Quentin Carbonneaux
2015-09-20
save callee-save registers
Quentin Carbonneaux
2015-09-15
fix call bug in rega
Quentin Carbonneaux
2015-09-15
heavy modification of call handling
Quentin Carbonneaux
2015-09-15
more modifications to rega
Quentin Carbonneaux
2015-09-15
add a size to all operations (wip)
Quentin Carbonneaux
2015-09-15
my assumptions in dopm() were wrong
Quentin Carbonneaux
2015-09-15
simplify rega's dopm()
Quentin Carbonneaux
2015-09-15
update dopm()
Quentin Carbonneaux
2015-09-15
add helpful diagnostics
Quentin Carbonneaux
2015-09-15
add test scaffolding code
Quentin Carbonneaux
2015-09-15
work in progress on parallel moves
Quentin Carbonneaux
2015-09-15
fix two bugs in rega
Quentin Carbonneaux
2015-09-15
remove dead code from rega
Quentin Carbonneaux
2015-09-15
treat two instruction args uniformly in rega
Quentin Carbonneaux
2015-09-15
tweak block-border heuristic for reg. allocation
Quentin Carbonneaux
2015-09-15
refine the clobber code
Quentin Carbonneaux
2015-09-15
fix two heuristics in rega
Quentin Carbonneaux
2015-09-15
remove round-robin in ralloc (need preferences)
Quentin Carbonneaux
2015-09-15
clobber check code was wrong in dopm()
Quentin Carbonneaux
2015-09-15
fix bug in parallel moves code
Quentin Carbonneaux
2015-09-15
avoid depending on uninitialized r
Quentin Carbonneaux
2015-09-15
use the same bitset for regs and tmps in rega()
Quentin Carbonneaux
2015-09-15
major lifting: get rid of RReg
Quentin Carbonneaux
2015-09-15
prefix register macros
Quentin Carbonneaux
2015-09-15
use round-robin in ralloc
Quentin Carbonneaux
2015-09-15
simplify frequent pred detection in rega
Quentin Carbonneaux
2015-09-15
fix 2 bad bugs in rega and improve substraction
Quentin Carbonneaux
2015-09-15
use correct sizes during reg allocation
Quentin Carbonneaux
2015-09-15
use a new Ref type for registers
Quentin Carbonneaux
2015-09-15
start work on word/long handling
Quentin Carbonneaux
2015-09-15
clean the commutativity + fix bug in emit
Quentin Carbonneaux
2015-09-15
add support for in-block reg. contraints
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