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-31
make phi-class handling more local
Quentin Carbonneaux
2015-10-30
new regalloc heuristic for phis
Quentin Carbonneaux
2015-10-30
wip on regalloc new heuristics
Quentin Carbonneaux
2015-10-30
setup hints for function arguments
Quentin Carbonneaux
2015-10-30
prioritize reg. allocation of some temporaries
Quentin Carbonneaux
2015-10-30
port rega.c to work with RAMem
Quentin Carbonneaux
2015-10-30
start integrating RAMem references
Quentin Carbonneaux
2015-10-30
rename spill field in Tmp to slot
Quentin Carbonneaux
2015-10-30
emit code for extensions, move slots into RAlt
Quentin Carbonneaux
2015-10-13
rename valloc and balloc
Quentin Carbonneaux
2015-10-08
fix minor bug in rega
Quentin Carbonneaux
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
[next]