index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
LiveIntervalUnion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added register reassignment prototype to RAGreedy. It's a simple
Andrew Trick
2010-12-09
1
-1
/
+4
*
IntervalMap iterators are heavyweight, so avoid copying them around and use
Jakob Stoklund Olesen
2010-12-09
1
-3
/
+20
*
Properly deal with empty intervals when checking for interference.
Jakob Stoklund Olesen
2010-12-08
1
-1
/
+2
*
Switch LiveIntervalUnion from std::set to IntervalMap.
Jakob Stoklund Olesen
2010-12-07
1
-127
/
+58
*
Comment typo.
Andrew Trick
2010-11-30
1
-1
/
+1
*
Coding style. No significant functionality. Abandon linear scan style
Andrew Trick
2010-11-30
1
-154
/
+178
*
RABasic is nearly functionally complete. There are a few remaining
Andrew Trick
2010-11-10
1
-1
/
+71
*
Adds RABasic verification and tracing.
Andrew Trick
2010-11-09
1
-5
/
+47
*
Reverting r118604. Windows build broke.
Andrew Trick
2010-11-09
1
-46
/
+5
*
Adds RABasic verification and tracing.
Andrew Trick
2010-11-09
1
-5
/
+46
*
Adds support for spilling previously allocated live intervals to
Andrew Trick
2010-11-08
1
-41
/
+57
*
Remove the vector of live vregs. I thought we would need to track
Andrew Trick
2010-10-26
1
-5
/
+0
*
Jakob's review of the basic register allocator.
Andrew Trick
2010-10-26
1
-14
/
+16
*
Fix a likely bug in an assertion by adding parentheses around '||'. This bug
Chandler Carruth
2010-10-23
1
-1
/
+1
*
This is a prototype of an experimental register allocation
Andrew Trick
2010-10-22
1
-0
/
+167