aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86RegisterInfo.h
AgeCommit message (Expand)Author
2011-10-05Override TRI::getSubClassWithSubReg for X86.Jakob Stoklund Olesen
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2011-07-06Constify getCompactUnwindRegNum.Bill Wendling
2011-06-30Add target a target hook to get the register number used by the compact unwindBill Wendling
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2011-06-23Get rid of one getStackAlignment(). RegisterInfo shouldn't need to know about...Evan Cheng
2011-05-30Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola
2011-05-24Add a method to TargetRegisterInfo to get the register number that the Win64 EHCharles Davis
2011-04-26Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on regist...Jakob Stoklund Olesen
2011-03-07Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.Cameron Zwarich
2010-11-27Move more PEI-related hooks to TFIAnton Korobeynikov
2010-11-20Move some more hooks to TargetFrameInfoAnton Korobeynikov
2010-11-18Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov
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-07-20Constify some arguments.Eric Christopher
2010-06-02Remove unused function.Rafael Espindola
2010-05-24Rename X86 subregister indices to something shorter.Jakob Stoklund Olesen
2010-03-14Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner
2010-03-09Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach
2010-02-28Implement XMM subregs.Dan Gohman
2010-01-26constify a method argument.Chris Lattner
2010-01-19For aligned load/store instructions, it's only required to know whether aJim 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-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-07-29Give getPointerRegClass() a "kind" value so that targets can Chris Lattner
2009-07-18Enable cross register class coalescing.Evan Cheng
2009-07-09Targets sometimes assign fixed stack object to spill certain callee-savedEvan Cheng
2009-07-08Recommit r74952 with a bug fix:Bill Wendling
2009-07-07--- Reverse-merging (from foreign repository) r74952 into '.':Bill Wendling
2009-07-07DWARF requires frame moves be specified at specific times. If you have aBill Wendling
2009-04-13Implement x86 h-register extract support.Dan Gohman
2009-02-06Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-10-27For now, don't split live intervals around x87 stack register barriers. FpGET...Evan Cheng
2008-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands
2008-04-23Eastimate required stack alignment early, so we can decide, whether we will n...Anton Korobeynikov
2008-04-23Provide convenient helpers for some operationsAnton Korobeynikov
2008-04-16Infrastructure for getting the machine code size of a function and an instruc...Nicolas Geoffray
2008-03-31Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng
2008-03-22Add information about callee-saved registers on Win64Anton Korobeynikov
2008-03-11Recommitting parts of r48130. These do not appear to cause the observed failu...Christopher Lamb
2008-03-10Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.Evan Cheng
2008-03-10Allow insert_subreg into implicit, target-specific values. Christopher Lamb
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-02-08Avoid needlessly casting away const qualifiers.Dan Gohman
2008-02-02Frame index can be negative.Evan Cheng
2008-01-31Add x86 specific getFrameIndexOffset(). This fixes local variable debugging i...Evan Cheng