aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AllocationOrder.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+4
* Limit the search space in RAGreedy::tryEvict().Jakob Stoklund Olesen2013-01-121-0/+15
* Speed up the AllocationOrder class a bit.Jakob Stoklund Olesen2012-12-041-5/+16
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* Use the new getRegAllocationHints() hook from AllocationOrder.Jakob Stoklund Olesen2012-12-031-31/+16
* Use MCPhysReg for RegisterClassInfo allocation orders.Jakob Stoklund Olesen2012-11-291-3/+5
* Fix old doxygen comment.Jakob Stoklund Olesen2012-01-241-2/+1
* Get allocation orders from RegisterClassInfo when possible.Jakob Stoklund Olesen2011-06-061-1/+18
* Switch AllocationOrder to using RegisterClassInfo instead of a BitVectorJakob Stoklund Olesen2011-06-031-3/+3
* Try harder to get the hint by preferring to evict hint interference.Jakob Stoklund Olesen2011-02-251-0/+2
* Add an AllocationOrder class that can iterate over the allocatable physicalJakob Stoklund Olesen2010-12-101-0/+54