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
/
RegAllocBase.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch AllocationOrder to using RegisterClassInfo instead of a BitVector
Jakob Stoklund Olesen
2011-06-03
1
-0
/
+2
*
Fix PR9883. Make sure all caches are invalidated when a live range is repaired.
Jakob Stoklund Olesen
2011-05-10
1
-0
/
+4
*
Tag cached interference with a user-provided tag instead of the virtual regis...
Jakob Stoklund Olesen
2011-03-16
1
-2
/
+7
*
Change the RAGreedy register assignment order so large live ranges are alloca...
Jakob Stoklund Olesen
2011-02-22
1
-7
/
+8
*
Evict a lighter single interference before attempting to split a live range.
Jakob Stoklund Olesen
2011-02-09
1
-0
/
+9
*
Add a missing word to a comment.
Cameron Zwarich
2010-12-29
1
-1
/
+1
*
Make the -verify-regalloc command line option available to base classes as
Jakob Stoklund Olesen
2010-12-17
1
-0
/
+4
*
Add named timer groups for the different stages of register allocation.
Jakob Stoklund Olesen
2010-12-11
1
-0
/
+3
*
Move MRI into RegAllocBase. Clean up debug output a bit.
Jakob Stoklund Olesen
2010-12-10
1
-2
/
+3
*
Added register reassignment prototype to RAGreedy. It's a simple
Andrew Trick
2010-12-09
1
-2
/
+2
*
Store (priority,regnum) pairs in the priority queue instead of providing an
Jakob Stoklund Olesen
2010-12-08
1
-11
/
+6
*
Move RABasic::addMBBLiveIns to the base class, it is generally useful.
Jakob Stoklund Olesen
2010-12-08
1
-0
/
+3
*
Switch LiveIntervalUnion from std::set to IntervalMap.
Jakob Stoklund Olesen
2010-12-07
1
-3
/
+6
*
Coding style. No significant functionality. Abandon linear scan style
Andrew Trick
2010-11-30
1
-40
/
+39
*
Check TRI->getReservedRegs because other allocators do it. Even though
Andrew Trick
2010-11-11
1
-2
/
+12
*
RABasic is nearly functionally complete. There are a few remaining
Andrew Trick
2010-11-10
1
-5
/
+12
*
Adds RABasic verification and tracing.
Andrew Trick
2010-11-09
1
-0
/
+5
*
Reverting r118604. Windows build broke.
Andrew Trick
2010-11-09
1
-5
/
+0
*
Adds RABasic verification and tracing.
Andrew Trick
2010-11-09
1
-0
/
+5
*
Adds support for spilling previously allocated live intervals to
Andrew Trick
2010-11-08
1
-3
/
+13
*
Jakob's review of the basic register allocator.
Andrew Trick
2010-10-26
1
-78
/
+29
*
Nonvirtual dtor that was accessible enough to be bad.
Andrew Trick
2010-10-22
1
-0
/
+2
*
This is a prototype of an experimental register allocation
Andrew Trick
2010-10-22
1
-0
/
+179