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
/
RegAllocBasic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Store (priority,regnum) pairs in the priority queue instead of providing an
Jakob Stoklund Olesen
2010-12-08
1
-46
/
+17
*
Move RABasic::addMBBLiveIns to the base class, it is generally useful.
Jakob Stoklund Olesen
2010-12-08
1
-33
/
+31
*
Switch LiveIntervalUnion from std::set to IntervalMap.
Jakob Stoklund Olesen
2010-12-07
1
-9
/
+17
*
Simplify assertion.
Jakob Stoklund Olesen
2010-12-07
1
-9
/
+2
*
Coding style. No significant functionality. Abandon linear scan style
Andrew Trick
2010-11-30
1
-238
/
+232
*
Namespacify.
Benjamin Kramer
2010-11-25
1
-2
/
+2
*
RABasic fix. Regalloc is responsible for updating block live ins.
Andrew Trick
2010-11-20
1
-0
/
+30
*
Whitespace.
Andrew Trick
2010-11-20
1
-20
/
+20
*
Check TRI->getReservedRegs because other allocators do it. Even though
Andrew Trick
2010-11-11
1
-35
/
+42
*
RABasic is nearly functionally complete. There are a few remaining
Andrew Trick
2010-11-10
1
-61
/
+99
*
Adds RABasic verification and tracing.
Andrew Trick
2010-11-09
1
-9
/
+85
*
Reverting r118604. Windows build broke.
Andrew Trick
2010-11-09
1
-85
/
+9
*
Adds RABasic verification and tracing.
Andrew Trick
2010-11-09
1
-9
/
+85
*
Adds support for spilling previously allocated live intervals to
Andrew Trick
2010-11-08
1
-33
/
+99
*
Let RegAllocBasic require MachineDominators - they are already available and
Jakob Stoklund Olesen
2010-11-03
1
-0
/
+3
*
Jakob's review of the basic register allocator.
Andrew Trick
2010-10-26
1
-4
/
+91
*
This is a prototype of an experimental register allocation
Andrew Trick
2010-10-22
1
-0
/
+259
[prev]