| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks. | Jakob Stoklund Olesen | 2012-12-04 | 1 | -12/+0 |
* | Implement ARMBaseRegisterInfo::getRegAllocationHints(). | Jakob Stoklund Olesen | 2012-12-03 | 1 | -0/+6 |
* | Mark the Int_eh_sjlj_dispatchsetup pseudo instruction as clobbering all | Chad Rosier | 2012-11-06 | 1 | -0/+1 |
* | Remove ARMBaseRegisterInfo::isReservedReg(). | Jakob Stoklund Olesen | 2012-10-26 | 1 | -2/+0 |
* | Remove the canCombineSubRegIndices() target hook. | Jakob Stoklund Olesen | 2012-10-26 | 1 | -10/+0 |
* | Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass(). | Jakob Stoklund Olesen | 2012-05-07 | 1 | -1/+2 |
* | This patch fixes a problem which arose when using the Post-RA scheduler | Preston Gurd | 2012-04-23 | 1 | -0/+2 |
* | Use uint16_t instead of unsigned to store registers in reg classes. Reduces s... | Craig Topper | 2012-03-04 | 1 | -1/+1 |
* | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper | 2012-03-04 | 1 | -1/+1 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Implement ARMBaseRegisterInfo::getCallPreservedMask(). | Jakob Stoklund Olesen | 2012-01-17 | 1 | -0/+1 |
* | Fix more places which should be checking for iOS, not darwin. | Evan Cheng | 2012-01-04 | 1 | -7/+7 |
* | Emit a getMatchingSuperRegClass() implementation for every target. | Jakob Stoklund Olesen | 2011-12-19 | 1 | -7/+0 |
* | Change ARM / Thumb2 addc / adde and subc / sube modeling to use physical | Evan Cheng | 2011-08-30 | 1 | -0/+2 |
* | Thumb parsing diagnostics for low-reg requirements on ADD and MOV. | Jim Grosbach | 2011-08-16 | 1 | -13/+0 |
* | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng | 2011-07-18 | 1 | -4/+0 |
* | Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc | Evan Cheng | 2011-06-27 | 1 | -1/+3 |
* | Rename TRI::getAllocationOrder() to getRawAllocationOrder(). | Jakob Stoklund Olesen | 2011-06-16 | 1 | -4/+3 |
* | Use the dwarf->llvm mapping to print register names in the cfi | Rafael Espindola | 2011-05-30 | 1 | -0/+1 |
* | Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on regist... | Jakob Stoklund Olesen | 2011-04-26 | 1 | -0/+3 |
* | Avoid write-after-write issue hazards for Cortex-A9. | Bob Wilson | 2011-04-19 | 1 | -0/+2 |
* | Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo. | Cameron Zwarich | 2011-03-07 | 1 | -0/+3 |
* | Implement frame unwinding information emission for Thumb1. Not finished yet b... | Anton Korobeynikov | 2011-03-05 | 1 | -1/+2 |
* | During local stack slot allocation, the materializeFrameBaseRegister function | Bill Wendling | 2010-12-17 | 1 | -1/+1 |
* | Move more PEI-related hooks to TFI | Anton Korobeynikov | 2010-11-27 | 1 | -5/+0 |
* | Move some more hooks to TargetFrameInfo | Anton Korobeynikov | 2010-11-20 | 1 | -5/+0 |
* | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov | 2010-11-18 | 1 | -4/+0 |
* | Rewrite stack callee saved spills and restores to use push/pop instructions. | Eric Christopher | 2010-11-18 | 1 | -0/+39 |
* | silence a ton of warnings from clang. | Chris Lattner | 2010-11-15 | 1 | -1/+1 |
* | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov | 2010-11-15 | 1 | -3/+1 |
* | Revert this temporarily. | Eric Christopher | 2010-11-11 | 1 | -14/+0 |
* | Change the prologue and epilogue to use push/pop for the low ARM registers. | Eric Christopher | 2010-11-11 | 1 | -0/+14 |
* | move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helper | Jim Grosbach | 2010-09-15 | 1 | -4/+0 |
* | simplify getRegisterNumbering(). Remove the unused isSPVFP argument and | Jim Grosbach | 2010-09-15 | 1 | -4/+2 |
* | Re-apply r112883: | Jim Grosbach | 2010-09-03 | 1 | -0/+6 |
* | Revert "For ARM stack frames that utilize variable sized objects and have eit... | Daniel Dunbar | 2010-09-03 | 1 | -6/+0 |
* | For ARM stack frames that utilize variable sized objects and have either | Jim Grosbach | 2010-09-02 | 1 | -0/+6 |
* | Simplify eliminateFrameIndex() interface back down now that PEI doesn't need | Jim Grosbach | 2010-08-26 | 1 | -3/+2 |
* | tidy up a bit. no functional change. | Jim Grosbach | 2010-08-26 | 1 | -1/+1 |
* | Add ARM heuristic for when to allocate a virtual base register for stack | Jim Grosbach | 2010-08-24 | 1 | -1/+1 |
* | Move enabling the local stack allocation pass into the target where it belongs. | Jim Grosbach | 2010-08-24 | 1 | -0/+2 |
* | Better handling of offsets on frame index references. rdar://8277890 | Jim Grosbach | 2010-08-19 | 1 | -3/+4 |
* | Add hook for re-using virtual base registers for local stack slot access. | Jim Grosbach | 2010-08-18 | 1 | -0/+2 |
* | Add materialization of virtual base registers for frame indices allocated into | Jim Grosbach | 2010-08-17 | 1 | -0/+4 |
* | Add hook to examine an instruction referencing a frame index to determine | Jim Grosbach | 2010-08-17 | 1 | -0/+1 |
* | For local variables in functions with a frame pointer, use FP as a base | Jim Grosbach | 2010-08-05 | 1 | -0/+2 |
* | prune #includes a little. | Chris Lattner | 2010-07-20 | 1 | -1/+1 |
* | Constify some arguments. | Eric Christopher | 2010-07-20 | 1 | -2/+2 |
* | Clean up 80 column violations. No functional change. | Jim Grosbach | 2010-06-02 | 1 | -2/+2 |
* | Rename canCombinedSubRegIndex method to something more grammatically correct | Bob Wilson | 2010-06-02 | 1 | -8/+9 |