Age | Commit message (Expand) | Author | Files | Lines |
2016-05-27 | [sparc] Remove some unused (and undefined) declarations. | Benjamin Kramer | 1 | -3/+0 |
2015-08-21 | [Sparc] Support user-specified stack object overalignment. | James Y Knight | 1 | -1/+3 |
2015-03-12 | Remove some unnecessary forward declarations and put a couple more | Eric Christopher | 1 | -4/+0 |
2015-03-12 | Remove the need to cache the subtarget in the Sparc TargetRegisterInfo | Eric Christopher | 1 | -4/+1 |
2015-03-11 | Have getCallPreservedMask and getThisCallPreservedMask take a | Eric Christopher | 1 | -1/+2 |
2015-03-11 | Have getCalleeSavedRegs take a non-null MachineFunction all the | Eric Christopher | 1 | -2/+1 |
2014-08-13 | Canonicalize header guards into a common format. | Benjamin Kramer | 1 | -2/+2 |
2014-04-29 | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 1 | -6/+7 |
2014-04-28 | [C++] Use 'nullptr'. | Craig Topper | 1 | -3/+3 |
2014-04-04 | Make consistent use of MCPhysReg instead of uint16_t throughout the tree. | Craig Topper | 1 | -1/+1 |
2013-10-07 | Remove getEHExceptionRegister and getEHHandlerRegister. | Rafael Espindola | 1 | -4/+0 |
2013-09-05 | [Sparc] Correctly handle call to functions with ReturnsTwice attribute. | Venkatraman Govindaraju | 1 | -0/+2 |
2013-08-23 | Add an OtherPreserved field to the CalleeSaved TableGen class. | Jakob Stoklund Olesen | 1 | -0/+1 |
2013-06-07 | Don't cache the instruction and register info from the TargetMachine, because | Bill Wendling | 1 | -2/+1 |
2013-04-02 | Add an I64Regs register class for 64-bit registers. | Jakob Stoklund Olesen | 1 | -0/+3 |
2013-03-14 | Provide the register scavenger to processFunctionBeforeFrameFinalized | Hal Finkel | 1 | -1/+2 |
2013-02-21 | Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo | Eli Bendersky | 1 | -4/+0 |
2013-01-31 | [PEI] Pass the frame index operand number to the eliminateFrameIndex function. | Chad Rosier | 1 | -1/+2 |
2012-03-04 | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper | 1 | -1/+1 |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 1 | -1/+1 |
2011-07-18 | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng | 1 | -4/+0 |
2011-06-27 | Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc | Evan Cheng | 1 | -1/+3 |
2011-05-30 | Use the dwarf->llvm mapping to print register names in the cfi | Rafael Espindola | 1 | -0/+1 |
2010-11-18 | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov | 1 | -2/+0 |
2010-11-15 | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov | 1 | -5/+2 |
2010-08-26 | Simplify eliminateFrameIndex() interface back down now that PEI doesn't need | Jim Grosbach | 1 | -3/+2 |
2010-06-02 | cleanup | Rafael Espindola | 1 | -3/+0 |
2010-03-09 | Change the Value argument to eliminateFrameIndex to a type-tagged value. This | Jim Grosbach | 1 | -1/+1 |
2009-11-12 | Make the MachineFunction argument of getFrameRegister const. | David Greene | 1 | -1/+1 |
2009-10-07 | Add register-reuse to frame-index register scavenging. When a target uses | Jim Grosbach | 1 | -2/+3 |
2008-03-31 | Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo. | Evan Cheng | 1 | -3/+0 |
2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 1 | -2/+2 |
2008-01-07 | Move even more functionality from MRegisterInfo into TargetInstrInfo. | Owen Anderson | 1 | -10/+0 |
2008-01-01 | Move some more instruction creation methods from RegisterInfo into InstrInfo. | Owen Anderson | 1 | -26/+1 |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 1 | -2/+2 |
2007-12-05 | Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether | Evan Cheng | 1 | -2/+2 |
2007-12-02 | Remove redundant foldMemoryOperand variants and other code clean up. | Evan Cheng | 1 | -14/+2 |
2007-12-01 | Allow some reloads to be folded in multi-use cases. Specifically testl r, r -... | Evan Cheng | 1 | -0/+12 |
2007-11-13 | Add parameter to getDwarfRegNum to permit targets | Dale Johannesen | 1 | -1/+1 |
2007-11-11 | Use TableGen to emit information for dwarf register numbers. | Anton Korobeynikov | 1 | -0/+2 |
2007-10-18 | - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o... | Evan Cheng | 1 | -2/+2 |
2007-10-18 | Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p... | Evan Cheng | 1 | -4/+4 |
2007-10-05 | - Added a few target hooks to generate load / store instructions from / to any | Evan Cheng | 1 | -0/+10 |
2007-09-26 | Allow copyRegToReg to emit cross register classes copies. | Evan Cheng | 1 | -1/+2 |
2007-08-30 | Add a variant of foldMemoryOperand to fold any load / store, not just load / ... | Evan Cheng | 1 | -0/+6 |
2007-07-14 | Long live the exception handling! | Anton Korobeynikov | 1 | -2/+3 |
2007-05-01 | eliminateFrameIndex() change. | Evan Cheng | 1 | -1/+1 |
2007-03-20 | Added MRegisterInfo hook to re-materialize an instruction. | Evan Cheng | 1 | -0/+3 |
2007-02-28 | PEI now passes a RegScavenger ptr to eliminateFrameIndex. | Evan Cheng | 1 | -1/+2 |
2007-02-21 | Support to provide exception and selector registers. | Jim Laskey | 1 | -0/+4 |