| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -1/+1 |
| * | [CodeGen] Rename functions PrintReg* to printReg* | Francis Visoiu Mistrih | 2017-11-28 | 1 | -1/+1 |
| * | [RegAlloc, SystemZ] Increase number of LOCRs by passing "hard" regalloc hints. | Jonas Paulsson | 2017-11-10 | 1 | -2/+3 |
| * | Use the range variant of find instead of unpacking begin/end | David Majnemer | 2016-08-11 | 1 | -1/+1 |
| * | TargetRegisterInfo: Provide a way to check assigned registers in getRegAlloca... | Matthias Braun | 2015-07-15 | 1 | -2/+3 |
| * | [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
| * | Assert that the target provided hints are in the allocation order. | Jakob Stoklund Olesen | 2013-02-19 | 1 | -0/+5 |
| * | Remove unneeded "TargetMachine.h" #includes. | Jakub Staszak | 2013-02-09 | 1 | -1/+0 |
| * | Speed up the AllocationOrder class a bit. | Jakob Stoklund Olesen | 2012-12-04 | 1 | -18/+1 |
| * | Sort includes for all of the .h files under the 'lib' tree. These were | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
| * | Use the new getRegAllocationHints() hook from AllocationOrder. | Jakob Stoklund Olesen | 2012-12-03 | 1 | -48/+33 |
| * | Use MCPhysReg for RegisterClassInfo allocation orders. | Jakob Stoklund Olesen | 2012-11-29 | 1 | -3/+3 |
| * | Make the LiveRegMatrix analysis available to targets. | Jakob Stoklund Olesen | 2012-11-28 | 1 | -1/+1 |
| * | Remove RegisterClassInfo::isReserved() and isAllocatable(). | Jakob Stoklund Olesen | 2012-10-15 | 1 | -2/+3 |
| * | Move RegisterClassInfo.h. | Andrew Trick | 2012-06-06 | 1 | -1/+1 |
| * | Use uint16_t instead of unsigned to store registers in reg classes. Reduces s... | Craig Topper | 2012-03-04 | 1 | -1/+1 |
| * | Rename TRI::getAllocationOrder() to getRawAllocationOrder(). | Jakob Stoklund Olesen | 2011-06-16 | 1 | -10/+8 |
| * | Get allocation orders from RegisterClassInfo when possible. | Jakob Stoklund Olesen | 2011-06-06 | 1 | -22/+34 |
| * | Switch AllocationOrder to using RegisterClassInfo instead of a BitVector | Jakob Stoklund Olesen | 2011-06-03 | 1 | -4/+5 |
| * | Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic. | Jakob Stoklund Olesen | 2011-01-10 | 1 | -1/+1 |
| * | Use AllocationOrder in RegAllocGreedy, fix a bug in the hint calculation. | Jakob Stoklund Olesen | 2010-12-10 | 1 | -4/+4 |
| * | Add an AllocationOrder class that can iterate over the allocatable physical | Jakob Stoklund Olesen | 2010-12-10 | 1 | -0/+68 |