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
/
RegAllocIterativeScan.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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