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
/
RegAllocIterativeScan.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Alkis agrees that that iterative scan allocator isn't going to be worked on
Chris Lattner
2005-10-24
1
-500
/
+0
*
Expose the LiveInterval interfaces as public headers.
Chris Lattner
2005-09-21
1
-1
/
+1
*
Update these register allocators to set the PhysRegUsed info in MachineFunction.
Chris Lattner
2005-01-23
1
-1
/
+9
*
Silence VS warnings
Chris Lattner
2005-01-08
1
-1
/
+1
*
Move virtual method call out of loop
Chris Lattner
2004-12-15
1
-4
/
+4
*
Rename some methods, use 'begin' instead of 'start', add new LiveInterval
Chris Lattner
2004-11-18
1
-5
/
+5
*
Change the way we choose a free register: instead of picking the first
Alkis Evlogimenos
2004-09-02
1
-4
/
+15
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
Be a bit more efficient when processing the active and inactive
Alkis Evlogimenos
2004-09-01
1
-26
/
+31
*
Now that LiveIntervals::addIntervalsForSpills is fixed, do not require
Alkis Evlogimenos
2004-08-27
1
-2
/
+0
*
Back out this change as it broke the build last night. This should be
Alkis Evlogimenos
2004-08-27
1
-0
/
+2
*
The linear scan variants do not require the LiveVariables analysis.
Alkis Evlogimenos
2004-08-27
1
-2
/
+0
*
Convert indentation to 2 spaces.
Alkis Evlogimenos
2004-08-04
1
-378
/
+378
*
Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,
Alkis Evlogimenos
2004-07-24
1
-3
/
+3
*
Completely eliminate the intervals_ list. instead, the r2iMap_ maintains
Chris Lattner
2004-07-24
1
-10
/
+8
*
Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis.(cpp|h)
Chris Lattner
2004-07-23
1
-1
/
+1
*
Use reverse iterators when updating the vector, since scanning from
Alkis Evlogimenos
2004-07-22
1
-11
/
+14
*
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-21
1
-1
/
+0
*
Fix analysis name.
Alkis Evlogimenos
2004-07-21
1
-1
/
+1
*
Clear spilled list at once. Remove unused vector.
Alkis Evlogimenos
2004-07-21
1
-3
/
+2
*
Change std::list into a std::vector for IntervalSets. This reduces
Alkis Evlogimenos
2004-07-21
1
-4
/
+5
*
Improve file comment.
Alkis Evlogimenos
2004-07-21
1
-1
/
+7
*
Add Iterative scan register allocator.
Alkis Evlogimenos
2004-07-21
1
-0
/
+472