index
:
~cnx/roux
this commit
main
Alternative QBE compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisc
/
spill.c
Age
Commit message (
Expand
)
Author
2015-11-13
this is a buggy shortcut!
Quentin Carbonneaux
2015-11-09
provide BZERO macro for bitsets
Quentin Carbonneaux
2015-11-03
add interference hints
Quentin Carbonneaux
2015-10-30
fix two bugs in spiller
Quentin Carbonneaux
2015-10-30
port spill.c to work with RAMem
Quentin Carbonneaux
2015-10-30
rename spill field in Tmp to slot
Quentin Carbonneaux
2015-10-08
rename ealloc to emalloc
Quentin Carbonneaux
2015-10-06
add pool memory management
Quentin Carbonneaux
2015-10-06
specialize vdup into idup
Quentin Carbonneaux
2015-10-05
factor vector duplication in vdup()
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-26
move the liveon() function in live.c
Quentin Carbonneaux
2015-09-15
simplify call handling in spiller
Quentin Carbonneaux
2015-09-15
heavy modification of call handling
Quentin Carbonneaux
2015-09-15
add a size to all operations (wip)
Quentin Carbonneaux
2015-09-15
make spiller aware of parallel assignments
Quentin Carbonneaux
2015-09-15
fix bug in alignment constraints of spill slots
Quentin Carbonneaux
2015-09-15
move spill and emit to the new slot system
Quentin Carbonneaux
2015-09-15
remove obsolete comment
Quentin Carbonneaux
2015-09-15
forgot about phi nodes in the spiller
Quentin Carbonneaux
2015-09-15
tentative support for fast allocs
Quentin Carbonneaux
2015-09-15
major lifting: get rid of RReg
Quentin Carbonneaux
2015-09-15
split store into store{w,l}
Quentin Carbonneaux
2015-09-15
add nmem to opdesc for use in the spiller
Quentin Carbonneaux
2015-09-15
forbid two memory operands for comparisons
Quentin Carbonneaux
2015-09-15
fix a bug in setloc
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
fix limit bug in spill
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 a new Ref type for registers
Quentin Carbonneaux
2015-09-15
clean the commutativity + fix bug in emit
Quentin Carbonneaux
2015-09-15
add a code emitter for at&t syntax
Quentin Carbonneaux
2015-09-15
simplify spiller
Quentin Carbonneaux
2015-09-15
finish spiller, now needs testing!
Quentin Carbonneaux
2015-09-15
standardize error message
Quentin Carbonneaux
2015-09-15
factor some spilling logic
Quentin Carbonneaux
2015-09-15
comment and fix if(BSET(..)) bug
Quentin Carbonneaux
2015-09-15
add slot addressing and some more spilling
Quentin Carbonneaux
2015-09-15
prepare for block processing
Quentin Carbonneaux
2015-09-15
refine assertion in cost computation
Quentin Carbonneaux
2015-09-15
rework spilling code for jump arguments
Quentin Carbonneaux
2015-09-15
refine precision of loop use sets
Quentin Carbonneaux
2015-09-15
move some debug output out of main
Quentin Carbonneaux
2015-09-15
simplify tests for hd
Quentin Carbonneaux
2015-09-15
nicer debug, bug fixed in loop detection
Quentin Carbonneaux
2015-09-15
attempt to fix loop uses/pressure in spill
Quentin Carbonneaux
[next]