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
/
LiveIntervalAnalysis.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose the LiveInterval interfaces as public headers.
Chris Lattner
2005-09-21
1
-199
/
+0
*
Teach live intervals to not crash on dead livein regs
Chris Lattner
2005-09-02
1
-1
/
+2
*
Allow the live interval analysis pass to be a bit more aggressive about
Chris Lattner
2005-03-09
1
-3
/
+9
*
For PR387:\
Reid Spencer
2004-12-07
1
-1
/
+1
*
* Wrap some comments to 80 cols
Chris Lattner
2004-09-30
1
-1
/
+6
*
Use a DenseMap for mapping reg->reg. This improves the LiveInterval
Alkis Evlogimenos
2004-09-08
1
-6
/
+7
*
Use newly added API in MRegisterInfo.
Alkis Evlogimenos
2004-08-26
1
-0
/
+2
*
Clean up whitespace.
Alkis Evlogimenos
2004-08-04
1
-1
/
+1
*
Convert indentation to 2 spaces.
Alkis Evlogimenos
2004-08-04
1
-152
/
+152
*
Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,
Alkis Evlogimenos
2004-07-24
1
-17
/
+21
*
Completely eliminate the intervals_ list. instead, the r2iMap_ maintains
Chris Lattner
2004-07-24
1
-24
/
+26
*
Add a new differingRegisterClasses method
Chris Lattner
2004-07-24
1
-4
/
+8
*
More minor changes:
Chris Lattner
2004-07-23
1
-3
/
+17
*
Speedup debug builds a bit
Chris Lattner
2004-07-23
1
-2
/
+3
*
Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis.(cpp|h)
Chris Lattner
2004-07-23
1
-0
/
+159