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
/
LiveIntervalAnalysis.cpp
Age
Commit message (
Expand
)
Author
2004-01-13
Fix output of live intervals to show correctly its closed, open
Alkis Evlogimenos
2004-01-13
Correctly compute live variable information for physical registers
Alkis Evlogimenos
2004-01-07
Change implementation of LiveIntervals::overlap(). This results in a
Alkis Evlogimenos
2004-01-05
Remove simple coalescing.
Alkis Evlogimenos
2003-12-28
Add coalescing to register allocator. A hint is added to each interval
Alkis Evlogimenos
2003-12-24
Do a separate pass to compute spill weights because doing it inline
Alkis Evlogimenos
2003-12-22
Fix crash when compiling twolf.
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
Remove TwoAddressInstruction from the public headers and add an ID
Alkis Evlogimenos
2003-12-18
Modify linear scan register allocator to use the two-address
Alkis Evlogimenos
2003-12-18
When a variable is killed and redifined in a basic block only one
Alkis Evlogimenos
2003-12-18
Handle multiple virtual register definitions gracefully.
Alkis Evlogimenos
2003-12-15
Change preserve all claim to just preserve live variables and phielimination.
Alkis Evlogimenos
2003-12-14
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-12-13
Ignore non-allocatable physical registers in live interval analysis.
Alkis Evlogimenos
2003-12-13
Handle explicit physical register defs.
Alkis Evlogimenos
2003-12-05
Move operator<<(std::ostream&, const LiveInterval&) out of the header file.
Alkis Evlogimenos
2003-12-05
Sort live intervals by increasing start point.
Alkis Evlogimenos
2003-11-20
Merging the linear scan register allocator in trunk. It currently passes most...
Alkis Evlogimenos
[prev]