aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86RegisterInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-2/+1
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-4/+0
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-311-1/+2
* Add __builtin_setjmp/_longjmp supprt in X86 backendMichael Liao2012-10-151-0/+1
* Add register encoding support in X86 backendMichael Liao2012-10-041-4/+0
* Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...Craig Topper2012-09-301-2/+2
* Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier2012-07-101-0/+8
* Temporarily revert r158087.Chandler Carruth2012-06-181-8/+0
* Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier2012-06-061-0/+8
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-071-1/+2
* This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2012-04-231-1/+2
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-041-1/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Move X86 callee saved register lists to the X86CallConv .td file.Jakob Stoklund Olesen2012-01-171-0/+1
* Override TRI::getSubClassWithSubReg for X86.Jakob Stoklund Olesen2011-10-051-0/+3
* 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