index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
LiveInterval.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix includes. Patch contributed by Paolo Invernizzi!
Alkis Evlogimenos
2004-09-28
1
-0
/
+1
*
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