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
/
include
/
llvm
/
CodeGen
/
LiveInterval.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typeo
Chris Lattner
2004-11-18
1
-1
/
+1
*
Add ability to give hints to the overlaps routines.
Chris Lattner
2004-11-18
1
-2
/
+14
*
Add new advanceTo method
Chris Lattner
2004-11-18
1
-0
/
+13
*
Fix a minor bug in expiredAt. endNumber() is the first number that is not va...
Chris Lattner
2004-11-18
1
-1
/
+1
*
Rename some methods, use 'begin' instead of 'start', add new LiveInterval
Chris Lattner
2004-11-18
1
-6
/
+11
*
Make a method const, no functionality changes
Chris Lattner
2004-07-25
1
-1
/
+1
*
Remove implementation of operator= and make it private so that it is
Alkis Evlogimenos
2004-07-24
1
-8
/
+1
*
Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,
Alkis Evlogimenos
2004-07-24
1
-0
/
+15
*
Little stuff:
Chris Lattner
2004-07-24
1
-10
/
+37
*
Change addRange and join to be a little bit smarter. In particular, we don't
Chris Lattner
2004-07-23
1
-3
/
+9
*
New helper method
Chris Lattner
2004-07-23
1
-1
/
+7
*
Instead of searching for a live interval pair, search for a location. This g...
Chris Lattner
2004-07-23
1
-0
/
+5
*
Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (which
Chris Lattner
2004-07-23
1
-0
/
+109