aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86RegisterInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-22/+0
* Constify getCompactUnwindRegNum.Bill Wendling2011-07-061-1/+1
* Add target a target hook to get the register number used by the compact unwindBill Wendling2011-06-301-0/+4
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-1/+3
* Get rid of one getStackAlignment(). RegisterInfo shouldn't need to know about...Evan Cheng2011-06-231-6/+0
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-301-0/+1
* Add a method to TargetRegisterInfo to get the register number that the Win64 EHCharles Davis2011-05-241-0/+3
* Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on regist...Jakob Stoklund Olesen2011-04-261-0/+3
* Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.Cameron Zwarich2011-03-071-0/+3
* Move more PEI-related hooks to TFIAnton Korobeynikov2010-11-271-3/+0
* Move some more hooks to TargetFrameInfoAnton Korobeynikov2010-11-201-2/+0
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-181-1/+0
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-4/+0
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-5/+4
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-261-3/+2
* Constify some arguments.Eric Christopher2010-07-201-2/+2
* Remove unused function.Rafael Espindola2010-06-021-6/+0
* Rename X86 subregister indices to something shorter.Jakob Stoklund Olesen2010-05-241-10/+0
* Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner2010-03-141-1/+1
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-091-1/+1
* Implement XMM subregs.Dan Gohman2010-02-281-1/+2
* constify a method argument.Chris Lattner2010-01-261-1/+1
* For aligned load/store instructions, it's only required to know whether aJim Grosbach2010-01-191-0/+2
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-121-1/+1
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-071-2/+3
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-2/+2
* Give getPointerRegClass() a "kind" value so that targets can Chris Lattner2009-07-291-1/+1
* Enable cross register class coalescing.Evan Cheng2009-07-181-0/+7
* Targets sometimes assign fixed stack object to spill certain callee-savedEvan Cheng2009-07-091-1/+3
* Recommit r74952 with a bug fix:Bill Wendling2009-07-081-3/+2
* --- Reverse-merging (from foreign repository) r74952 into '.':Bill Wendling2009-07-071-1/+3
* DWARF requires frame moves be specified at specific times. If you have aBill Wendling2009-07-071-3/+1
* Implement x86 h-register extract support.Dan Gohman2009-04-131-1/+1
* Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng2009-02-061-0/+4
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-2/+0
* For now, don't split live intervals around x87 stack register barriers. FpGET...Evan Cheng2008-10-271-0/+4
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-1/+1
* Eastimate required stack alignment early, so we can decide, whether we will n...Anton Korobeynikov2008-04-231-0/+2
* Provide convenient helpers for some operationsAnton Korobeynikov2008-04-231-0/+5
* Infrastructure for getting the machine code size of a function and an instruc...Nicolas Geoffray2008-04-161-1/+1
* Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng2008-03-311-3/+0
* Add information about callee-saved registers on Win64Anton Korobeynikov2008-03-221-0/+4
* Recommitting parts of r48130. These do not appear to cause the observed failu...Christopher Lamb2008-03-111-0/+9
* Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.Evan Cheng2008-03-101-9/+0
* Allow insert_subreg into implicit, target-specific values. Christopher Lamb2008-03-101-0/+9
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-2/+2
* Avoid needlessly casting away const qualifiers.Dan Gohman2008-02-081-1/+1
* Frame index can be negative.Evan Cheng2008-02-021-1/+1
* Add x86 specific getFrameIndexOffset(). This fixes local variable debugging i...Evan Cheng2008-01-311-0/+1
* Provide correct DWARF register numbering for debug information emission on x8...Anton Korobeynikov2008-01-251-1/+1