index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AllocationOrder.cpp
Age
Commit message (
Expand
)
Author
2012-12-04
Speed up the AllocationOrder class a bit.
Jakob Stoklund Olesen
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-03
Use the new getRegAllocationHints() hook from AllocationOrder.
Jakob Stoklund Olesen
2012-11-29
Use MCPhysReg for RegisterClassInfo allocation orders.
Jakob Stoklund Olesen
2012-11-28
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-10-15
Remove RegisterClassInfo::isReserved() and isAllocatable().
Jakob Stoklund Olesen
2012-06-06
Move RegisterClassInfo.h.
Andrew Trick
2012-03-04
Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...
Craig Topper
2011-06-16
Rename TRI::getAllocationOrder() to getRawAllocationOrder().
Jakob Stoklund Olesen
2011-06-06
Get allocation orders from RegisterClassInfo when possible.
Jakob Stoklund Olesen
2011-06-03
Switch AllocationOrder to using RegisterClassInfo instead of a BitVector
Jakob Stoklund Olesen
2011-01-10
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
Jakob Stoklund Olesen
2010-12-10
Use AllocationOrder in RegAllocGreedy, fix a bug in the hint calculation.
Jakob Stoklund Olesen
2010-12-10
Add an AllocationOrder class that can iterate over the allocatable physical
Jakob Stoklund Olesen