aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcRegisterInfo.cpp
AgeCommit message (Expand)Author
2012-08-06Remove empty overrides of processFunctionBeforeFrameFinalized().Roman Divacky
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-03-04Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-06-28Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng
2011-06-28Hide more details in tablegen generated MCRegisterInfo ctor function.Evan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng
2011-06-09Remove custom allocation order boilerplate that is no longer needed.Jakob Stoklund Olesen
2011-05-30Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola
2010-11-18Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov
2010-11-15First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov
2010-08-26Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach
2010-06-02cleanupRafael Espindola
2010-04-02use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner
2010-03-09Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach
2009-11-12Make the MachineFunction argument of getFrameRegister const.David Greene
2009-10-07Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach
2009-09-08Add source debug information to the Sparc code generator.Richard Pennington
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-02-23Propagate debug loc info through prologue/epilogue.Bill Wendling
2009-02-13Remove non-DebugLoc versions of buildMI from Sparc.Dale Johannesen
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-08-03Emit saveri with the correct operand order, patch by Richard Pennington!Chris Lattner
2008-03-31Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-01-07Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson
2008-01-01Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson
2007-12-31Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson
2007-12-30Add new shorter predicates for testing machine operands for various types: Chris Lattner
2007-12-30Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-05Add a argument to storeRegToStackSlot and storeRegToAddr to specify whetherEvan Cheng
2007-12-02Remove redundant foldMemoryOperand variants and other code clean up.Evan Cheng
2007-11-13Add parameter to getDwarfRegNum to permit targetsDale Johannesen
2007-11-11Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov
2007-10-18- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o...Evan Cheng
2007-10-18Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p...Evan Cheng
2007-10-05- Added a few target hooks to generate load / store instructions from / to anyEvan Cheng
2007-09-26Allow copyRegToReg to emit cross register classes copies.Evan Cheng
2007-07-14Long live the exception handling!Anton Korobeynikov
2007-05-01eliminateFrameIndex() change.Evan Cheng
2007-03-20Added MRegisterInfo hook to re-materialize an instruction.Evan Cheng
2007-02-28PEI now passes a RegScavenger ptr to eliminateFrameIndex.Evan Cheng
2007-02-23By default, spills kills the register being stored.Evan Cheng