index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
RegAllocLinearScan.cpp
Age
Commit message (
Expand
)
Author
2003-12-21
Remove verifyIntervals() since it doesn't actually work right now.
Alkis Evlogimenos
2003-12-21
Change weight into a float so that we can take into account the
Alkis Evlogimenos
2003-12-21
Add support for inactive intervals. This effectively reuses registers
Alkis Evlogimenos
2003-12-18
Prune some #includes
Chris Lattner
2003-12-18
Modify linear scan register allocator to use the two-address
Alkis Evlogimenos
2003-12-18
Fix bug in reserved registers. DH actually aliases DX and EDX which
Alkis Evlogimenos
2003-12-18
Rename LiveIntervals::expired() to LiveIntervals::expiredAt().
Alkis Evlogimenos
2003-12-14
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-12-13
When reserving a preallocated register spill the aliases of this
Alkis Evlogimenos
2003-12-13
Expire any active intervals left when register allocation is done.
Alkis Evlogimenos
2003-12-13
Add instruction numbers to debugging output.
Alkis Evlogimenos
2003-12-05
Fix bug in register spilling when a preallocated live range overlaps a
Alkis Evlogimenos
2003-12-04
Improve debugging output and clean up some code.
Alkis Evlogimenos
2003-11-30
Print instructions before register allocation is performed. Also fix
Alkis Evlogimenos
2003-11-30
Remove "numReloaded" statistic.
Alkis Evlogimenos
2003-11-20
Merging the linear scan register allocator in trunk. It currently passes most...
Alkis Evlogimenos