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
/
LiveInterval.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Fix the sense of joinable
Chris Lattner
2004-07-25
1
-4
/
+4
*
This patch makes use of the infrastructure implemented before to safely and
Chris Lattner
2004-07-25
1
-1
/
+43
*
Make a method const, no functionality changes
Chris Lattner
2004-07-25
1
-5
/
+5
*
Fix a bug in the range remover
Chris Lattner
2004-07-25
1
-1
/
+1
*
Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,
Alkis Evlogimenos
2004-07-24
1
-2
/
+2
*
In the joiner, merge the small interval into the large interval. This restores
Chris Lattner
2004-07-24
1
-0
/
+9
*
Little stuff:
Chris Lattner
2004-07-24
1
-17
/
+130
*
Change addRange and join to be a little bit smarter. In particular, we don't
Chris Lattner
2004-07-23
1
-33
/
+76
*
Search by the start point, not by the whole interval. This saves some
Chris Lattner
2004-07-23
1
-11
/
+12
*
Instead of searching for a live interval pair, search for a location. This g...
Chris Lattner
2004-07-23
1
-6
/
+4
*
Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (which
Chris Lattner
2004-07-23
1
-0
/
+151
[prev]