index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
LiveIntervals.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
[prev]