index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
LiveIntervalAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly update #intervals statistic.
Alkis Evlogimenos
2004-01-14
1
-0
/
+2
*
Fix bug in LiveIntervals::Interval::overlaps and
Alkis Evlogimenos
2004-01-14
1
-3
/
+3
*
Fix miscomputation of live intervals. The catch is that registers can
Alkis Evlogimenos
2004-01-13
1
-0
/
+17
*
Remove allocatable registers vector. It is already provided by
Alkis Evlogimenos
2004-01-13
1
-21
/
+2
*
Cleanup debugging output.
Alkis Evlogimenos
2004-01-13
1
-9
/
+6
*
Fix output of live intervals to show correctly its closed, open
Alkis Evlogimenos
2004-01-13
1
-1
/
+1
*
Correctly compute live variable information for physical registers
Alkis Evlogimenos
2004-01-13
1
-11
/
+6
*
Change implementation of LiveIntervals::overlap(). This results in a
Alkis Evlogimenos
2004-01-07
1
-10
/
+22
*
Remove simple coalescing.
Alkis Evlogimenos
2004-01-05
1
-15
/
+0
*
Add coalescing to register allocator. A hint is added to each interval
Alkis Evlogimenos
2003-12-28
1
-1
/
+17
*
Do a separate pass to compute spill weights because doing it inline
Alkis Evlogimenos
2003-12-24
1
-10
/
+27
*
Fix crash when compiling twolf.
Alkis Evlogimenos
2003-12-22
1
-1
/
+2
*
Change weight into a float so that we can take into account the
Alkis Evlogimenos
2003-12-21
1
-3
/
+11
*
Add support for inactive intervals. This effectively reuses registers
Alkis Evlogimenos
2003-12-21
1
-2
/
+47
*
Remove TwoAddressInstruction from the public headers and add an ID
Alkis Evlogimenos
2003-12-18
1
-2
/
+1
*
Modify linear scan register allocator to use the two-address
Alkis Evlogimenos
2003-12-18
1
-0
/
+2
*
When a variable is killed and redifined in a basic block only one
Alkis Evlogimenos
2003-12-18
1
-1
/
+4
*
Handle multiple virtual register definitions gracefully.
Alkis Evlogimenos
2003-12-18
1
-51
/
+67
*
Change preserve all claim to just preserve live variables and phielimination.
Alkis Evlogimenos
2003-12-15
1
-1
/
+2
*
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-12-14
1
-1
/
+1
*
Ignore non-allocatable physical registers in live interval analysis.
Alkis Evlogimenos
2003-12-13
1
-0
/
+4
*
Handle explicit physical register defs.
Alkis Evlogimenos
2003-12-13
1
-2
/
+5
*
Move operator<<(std::ostream&, const LiveInterval&) out of the header file.
Alkis Evlogimenos
2003-12-05
1
-0
/
+11
*
Sort live intervals by increasing start point.
Alkis Evlogimenos
2003-12-05
1
-0
/
+1
*
Merging the linear scan register allocator in trunk. It currently passes most...
Alkis Evlogimenos
2003-11-20
1
-0
/
+302