index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
RegAllocBase.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-08
[RegAllocGreedy] Introduce a late pass to repair broken hints.
Quentin Colombet
1
-0
/
+3
2014-08-13
Canonicalize header guards into a common format.
Benjamin Kramer
1
-3
/
+3
2014-04-16
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
1
-1
/
+2
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
1
-1
/
+0
2013-11-19
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
1
-0
/
+1
2013-11-18
Revert r194865 and r194874.
Alexey Samsonov
1
-1
/
+0
2013-11-15
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
1
-0
/
+1
2013-09-11
Revert "Give internal classes hidden visibility."
Benjamin Kramer
1
-1
/
+1
2013-09-11
Give internal classes hidden visibility.
Benjamin Kramer
1
-1
/
+1
2013-08-14
Track new virtual registers by register number.
Mark Lacey
1
-1
/
+1
2013-08-14
LiveIntervalUnion is not used in RegAllocBase.
Jakob Stoklund Olesen
1
-1
/
+1
2013-07-17
Make constant string pointer into an array to remove a pointer lookup for eve...
Craig Topper
1
-1
/
+1
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
1
-2
/
+2
2012-11-28
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
1
-1
/
+1
2012-06-20
Remove LiveIntervalUnions from RegAllocBase.
Jakob Stoklund Olesen
1
-54
/
+2
2012-06-20
Convert RABasic to using LiveRegMatrix interference checking.
Jakob Stoklund Olesen
1
-1
/
+3
2012-06-09
Also compute MBB live-in lists in the new rewriter pass.
Jakob Stoklund Olesen
1
-3
/
+0
2012-06-06
Move RegisterClassInfo.h.
Andrew Trick
1
-2
/
+2
2012-06-05
Move LiveUnionArray into LiveIntervalUnion.h
Jakob Stoklund Olesen
1
-21
/
+1
2012-01-11
Make data structures private.
Jakob Stoklund Olesen
1
-6
/
+12
2012-01-11
Sink spillInterferences into RABasic.
Jakob Stoklund Olesen
1
-9
/
+0
2012-01-11
Cleanup.
Jakob Stoklund Olesen
1
-9
/
+0
2011-06-03
Switch AllocationOrder to using RegisterClassInfo instead of a BitVector
Jakob Stoklund Olesen
1
-0
/
+2
2011-05-10
Fix PR9883. Make sure all caches are invalidated when a live range is repaired.
Jakob Stoklund Olesen
1
-0
/
+4
2011-03-16
Tag cached interference with a user-provided tag instead of the virtual regis...
Jakob Stoklund Olesen
1
-2
/
+7
2011-02-22
Change the RAGreedy register assignment order so large live ranges are alloca...
Jakob Stoklund Olesen
1
-7
/
+8
2011-02-09
Evict a lighter single interference before attempting to split a live range.
Jakob Stoklund Olesen
1
-0
/
+9
2010-12-29
Add a missing word to a comment.
Cameron Zwarich
1
-1
/
+1
2010-12-17
Make the -verify-regalloc command line option available to base classes as
Jakob Stoklund Olesen
1
-0
/
+4
2010-12-11
Add named timer groups for the different stages of register allocation.
Jakob Stoklund Olesen
1
-0
/
+3
2010-12-10
Move MRI into RegAllocBase. Clean up debug output a bit.
Jakob Stoklund Olesen
1
-2
/
+3
2010-12-09
Added register reassignment prototype to RAGreedy. It's a simple
Andrew Trick
1
-2
/
+2
2010-12-08
Store (priority,regnum) pairs in the priority queue instead of providing an
Jakob Stoklund Olesen
1
-11
/
+6
2010-12-08
Move RABasic::addMBBLiveIns to the base class, it is generally useful.
Jakob Stoklund Olesen
1
-0
/
+3
2010-12-07
Switch LiveIntervalUnion from std::set to IntervalMap.
Jakob Stoklund Olesen
1
-3
/
+6
2010-11-30
Coding style. No significant functionality. Abandon linear scan style
Andrew Trick
1
-40
/
+39
2010-11-11
Check TRI->getReservedRegs because other allocators do it. Even though
Andrew Trick
1
-2
/
+12
2010-11-10
RABasic is nearly functionally complete. There are a few remaining
Andrew Trick
1
-5
/
+12
2010-11-09
Adds RABasic verification and tracing.
Andrew Trick
1
-0
/
+5
2010-11-09
Reverting r118604. Windows build broke.
Andrew Trick
1
-5
/
+0
2010-11-09
Adds RABasic verification and tracing.
Andrew Trick
1
-0
/
+5
2010-11-08
Adds support for spilling previously allocated live intervals to
Andrew Trick
1
-3
/
+13
2010-10-26
Jakob's review of the basic register allocator.
Andrew Trick
1
-78
/
+29
2010-10-22
Nonvirtual dtor that was accessible enough to be bad.
Andrew Trick
1
-0
/
+2
2010-10-22
This is a prototype of an experimental register allocation
Andrew Trick
1
-0
/
+179