aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AllocationOrder.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-11-10[RegAlloc, SystemZ] Increase number of LOCRs by passing "hard" regalloc hints.Jonas Paulsson1-0/+8
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer1-3/+2
2015-07-15TargetRegisterInfo: Provide a way to check assigned registers in getRegAlloca...Matthias Braun1-1/+3
2015-07-01[CodeGen] Reduce visibility of implementation detailsBenjamin Kramer1-1/+1
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2013-12-05Check hint registers for interference only once before evictionsAditya Nandakumar1-2/+4
2013-09-11Revert "Give internal classes hidden visibility."Benjamin Kramer1-1/+1
2013-09-11Give internal classes hidden visibility.Benjamin Kramer1-1/+1
2013-01-12Limit the search space in RAGreedy::tryEvict().Jakob Stoklund Olesen1-0/+15
2012-12-04Speed up the AllocationOrder class a bit.Jakob Stoklund Olesen1-5/+16
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth1-1/+1
2012-12-03Use the new getRegAllocationHints() hook from AllocationOrder.Jakob Stoklund Olesen1-31/+16
2012-11-29Use MCPhysReg for RegisterClassInfo allocation orders.Jakob Stoklund Olesen1-3/+5
2012-01-24Fix old doxygen comment.Jakob Stoklund Olesen1-2/+1
2011-06-06Get allocation orders from RegisterClassInfo when possible.Jakob Stoklund Olesen1-1/+18
2011-06-03Switch AllocationOrder to using RegisterClassInfo instead of a BitVectorJakob Stoklund Olesen1-3/+3
2011-02-25Try harder to get the hint by preferring to evict hint interference.Jakob Stoklund Olesen1-0/+2
2010-12-10Add an AllocationOrder class that can iterate over the allocatable physicalJakob Stoklund Olesen1-0/+54