| Age | Commit message (Expand) | Author |
| 2013-03-22 | Allow the register scavenger to spill multiple registers | Hal Finkel |
| 2013-02-21 | Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo | Eli Bendersky |
| 2013-02-19 | ARM: Allocation hints must make sure to be in the alloc order. | Jim Grosbach |
| 2013-01-31 | [PEI] Pass the frame index operand number to the eliminateFrameIndex function. | Chad Rosier |
| 2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
| 2012-12-30 | Remove the Function::getFnAttributes method in favor of using the AttributeSet | Bill Wendling |
| 2012-12-19 | MC: Add MCInstrDesc::mayAffectControlFlow() method. | Jim Grosbach |
| 2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
| 2012-12-11 | Trim unneeded header #include. | Jim Grosbach |
| 2012-12-11 | ARM: Remove old testing option. | Jim Grosbach |
| 2012-12-11 | ARM: Remove old testing options. | Jim Grosbach |
| 2012-12-04 | Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks. | Jakob Stoklund Olesen |
| 2012-12-03 | Implement ARMBaseRegisterInfo::getRegAllocationHints(). | Jakob Stoklund Olesen |
| 2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
| 2012-11-06 | Mark the Int_eh_sjlj_dispatchsetup pseudo instruction as clobbering all | Chad Rosier |
| 2012-10-26 | Remove ARMBaseRegisterInfo::isReservedReg(). | Jakob Stoklund Olesen |
| 2012-10-26 | Add GPRPair Register class to ARM. | Jakob Stoklund Olesen |
| 2012-10-26 | Remove the canCombineSubRegIndices() target hook. | Jakob Stoklund Olesen |
| 2012-10-09 | Create enums for the different attributes. | Bill Wendling |
| 2012-09-26 | Remove the `hasFnAttr' method from Function. | Bill Wendling |
| 2012-09-13 | This patch introduces A15 as a target in LLVM. | Silviu Baranga |
| 2012-08-28 | Revert r162713: "Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ... | Jakob Stoklund Olesen |
| 2012-08-27 | Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ARM. | Jakob Stoklund Olesen |
| 2012-08-03 | Add support for the ARM GHC calling convention, this patch was in 3.0, | Eric Christopher |
| 2012-05-07 | Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass(). | Jakob Stoklund Olesen |
| 2012-04-27 | Implement a bastardized ABI. | Evan Cheng |
| 2012-04-23 | This patch fixes a problem which arose when using the Post-RA scheduler | Preston Gurd |
| 2012-04-20 | Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s... | Craig Topper |
| 2012-03-25 | Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions. | Craig Topper |
| 2012-03-20 | remove unused variable | Matt Beaumont-Gay |
| 2012-03-20 | Require a base pointer for stack realignment when SP may vary dynamically. | Bob Wilson |
| 2012-03-20 | Remove some redundant checks. | Bob Wilson |
| 2012-03-17 | Reorder includes to match coding standards. Fix an issue or two exposed by that. | Craig Topper |
| 2012-03-06 | Split fpscr into two registers: FPSCR and FPSCR_NZCV. | Lang Hames |
| 2012-03-04 | Use uint16_t instead of unsigned to store registers in reg classes. Reduces s... | Craig Topper |
| 2012-03-04 | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper |
| 2012-02-28 | Enable ARM base pointer when calling functions with large arguments. | Jakob Stoklund Olesen |
| 2012-02-22 | Remove extra semi-colons. | Chad Rosier |
| 2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
| 2012-02-17 | Re-enable 150652 and 150654 - Make FPSCR non-reserved, and make MachineCSE ba... | Lang Hames |
| 2012-02-16 | Oop - r150653 + r150654 broke one of my test cases. Backing out for now... | Lang Hames |
| 2012-02-16 | FPSCR shouldn't be reserved. | Lang Hames |
| 2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
| 2012-01-17 | Implement ARMBaseRegisterInfo::getCallPreservedMask(). | Jakob Stoklund Olesen |
| 2012-01-05 | Reapply r146997, "Heed spill slot alignment on ARM." | Jakob Stoklund Olesen |
| 2012-01-05 | Avoid reserving an ARM base pointer during register allocation. | Jakob Stoklund Olesen |
| 2012-01-03 | Revert r146997, "Heed spill slot alignment on ARM." | Jakob Stoklund Olesen |
| 2011-12-20 | Heed spill slot alignment on ARM. | Jakob Stoklund Olesen |
| 2011-12-20 | ARM target code clean up. Check for iOS, not Darwin where it makes sense. | Evan Cheng |
| 2011-12-19 | Emit a getMatchingSuperRegClass() implementation for every target. | Jakob Stoklund Olesen |