summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86RegisterInfo.h
Commit message (Expand)AuthorAge
* Move X86RegisterInfo away from using the TargetMachine and onlyEric Christopher2014-06-10
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* [C++11] Mark more classes in the X86 target as 'final'.Craig Topper2014-03-31
* x86: getCalleeSavedRegs() would crash on 0 (so don't default to it)Duncan P. N. Exon Smith2014-03-14
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-09
* Remove getEHExceptionRegister and getEHHandlerRegister.Rafael Espindola2013-10-07
* I'm starting to commit KNL backend. I'll push patches one-by-one. This patch ...Elena Demikhovsky2013-07-24
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-31
* Add __builtin_setjmp/_longjmp supprt in X86 backendMichael Liao2012-10-15
* Add register encoding support in X86 backendMichael Liao2012-10-04
* Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...Craig Topper2012-09-30
* Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier2012-07-10
* Temporarily revert r158087.Chandler Carruth2012-06-18
* Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier2012-06-06
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-07
* This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2012-04-23
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-04
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Move X86 callee saved register lists to the X86CallConv .td file.Jakob Stoklund Olesen2012-01-17
* Override TRI::getSubClassWithSubReg for X86.Jakob Stoklund Olesen2011-10-05
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Constify getCompactUnwindRegNum.Bill Wendling2011-07-06
* Add target a target hook to get the register number used by the compact unwindBill Wendling2011-06-30
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-27
* Get rid of one getStackAlignment(). RegisterInfo shouldn't need to know about...Evan Cheng2011-06-23
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-30
* Add a method to TargetRegisterInfo to get the register number that the Win64 EHCharles Davis2011-05-24
* Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on regist...Jakob Stoklund Olesen2011-04-26
* Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.Cameron Zwarich2011-03-07
* Move more PEI-related hooks to TFIAnton Korobeynikov2010-11-27
* Move some more hooks to TargetFrameInfoAnton Korobeynikov2010-11-20
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-18
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-18
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-15
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-26
* Constify some arguments.Eric Christopher2010-07-20
* Remove unused function.Rafael Espindola2010-06-02
* Rename X86 subregister indices to something shorter.Jakob Stoklund Olesen2010-05-24
* Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner2010-03-14
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-09
* Implement XMM subregs.Dan Gohman2010-02-28
* constify a method argument.Chris Lattner2010-01-26
* For aligned load/store instructions, it's only required to know whether aJim Grosbach2010-01-19
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-12
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-07
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Give getPointerRegClass() a "kind" value so that targets can Chris Lattner2009-07-29