| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't cache the instruction and register info from the TargetMachine, because | Bill Wendling | 2013-06-07 | 1 | -2/+1 |
* | Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo | Eli Bendersky | 2013-02-21 | 1 | -4/+0 |
* | [PEI] Pass the frame index operand number to the eliminateFrameIndex function. | Chad Rosier | 2013-01-31 | 1 | -1/+2 |
* | Add __builtin_setjmp/_longjmp supprt in X86 backend | Michael Liao | 2012-10-15 | 1 | -0/+1 |
* | Add register encoding support in X86 backend | Michael Liao | 2012-10-04 | 1 | -4/+0 |
* | Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ... | Craig Topper | 2012-09-30 | 1 | -2/+2 |
* | Add support for dynamic stack realignment in the presence of dynamic allocas on | Chad Rosier | 2012-07-10 | 1 | -0/+8 |
* | Temporarily revert r158087. | Chandler Carruth | 2012-06-18 | 1 | -8/+0 |
* | Add support for dynamic stack realignment in the presence of dynamic allocas on | Chad Rosier | 2012-06-06 | 1 | -0/+8 |
* | Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass(). | Jakob Stoklund Olesen | 2012-05-07 | 1 | -1/+2 |
* | This patch fixes a problem which arose when using the Post-RA scheduler | Preston Gurd | 2012-04-23 | 1 | -1/+2 |
* | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper | 2012-03-04 | 1 | -1/+1 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Move X86 callee saved register lists to the X86CallConv .td file. | Jakob Stoklund Olesen | 2012-01-17 | 1 | -0/+1 |
* | Override TRI::getSubClassWithSubReg for X86. | Jakob Stoklund Olesen | 2011-10-05 | 1 | -0/+3 |
* | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng | 2011-07-18 | 1 | -22/+0 |
* | Constify getCompactUnwindRegNum. | Bill Wendling | 2011-07-06 | 1 | -1/+1 |
* | Add target a target hook to get the register number used by the compact unwind | Bill Wendling | 2011-06-30 | 1 | -0/+4 |
* | Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc | Evan Cheng | 2011-06-27 | 1 | -1/+3 |
* | Get rid of one getStackAlignment(). RegisterInfo shouldn't need to know about... | Evan Cheng | 2011-06-23 | 1 | -6/+0 |
* | Use the dwarf->llvm mapping to print register names in the cfi | Rafael Espindola | 2011-05-30 | 1 | -0/+1 |
* | Add a method to TargetRegisterInfo to get the register number that the Win64 EH | Charles Davis | 2011-05-24 | 1 | -0/+3 |
* | Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on regist... | Jakob Stoklund Olesen | 2011-04-26 | 1 | -0/+3 |
* | Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo. | Cameron Zwarich | 2011-03-07 | 1 | -0/+3 |
* | Move more PEI-related hooks to TFI | Anton Korobeynikov | 2010-11-27 | 1 | -3/+0 |
* | Move some more hooks to TargetFrameInfo | Anton Korobeynikov | 2010-11-20 | 1 | -2/+0 |
* | Move getInitialFrameState() to TargetFrameInfo | Anton Korobeynikov | 2010-11-18 | 1 | -1/+0 |
* | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov | 2010-11-18 | 1 | -4/+0 |
* | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov | 2010-11-15 | 1 | -5/+4 |
* | Simplify eliminateFrameIndex() interface back down now that PEI doesn't need | Jim Grosbach | 2010-08-26 | 1 | -3/+2 |
* | Constify some arguments. | Eric Christopher | 2010-07-20 | 1 | -2/+2 |
* | Remove unused function. | Rafael Espindola | 2010-06-02 | 1 | -6/+0 |
* | Rename X86 subregister indices to something shorter. | Jakob Stoklund Olesen | 2010-05-24 | 1 | -10/+0 |
* | Now that DBG_LABEL is updated, we can finally make MachineMove | Chris Lattner | 2010-03-14 | 1 | -1/+1 |
* | Change the Value argument to eliminateFrameIndex to a type-tagged value. This | Jim Grosbach | 2010-03-09 | 1 | -1/+1 |
* | Implement XMM subregs. | Dan Gohman | 2010-02-28 | 1 | -1/+2 |
* | constify a method argument. | Chris Lattner | 2010-01-26 | 1 | -1/+1 |
* | For aligned load/store instructions, it's only required to know whether a | Jim Grosbach | 2010-01-19 | 1 | -0/+2 |
* | Make the MachineFunction argument of getFrameRegister const. | David Greene | 2009-11-12 | 1 | -1/+1 |
* | Add register-reuse to frame-index register scavenging. When a target uses | Jim Grosbach | 2009-10-07 | 1 | -2/+3 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -2/+2 |
* | Give getPointerRegClass() a "kind" value so that targets can | Chris Lattner | 2009-07-29 | 1 | -1/+1 |
* | Enable cross register class coalescing. | Evan Cheng | 2009-07-18 | 1 | -0/+7 |
* | Targets sometimes assign fixed stack object to spill certain callee-saved | Evan Cheng | 2009-07-09 | 1 | -1/+3 |
* | Recommit r74952 with a bug fix: | Bill Wendling | 2009-07-08 | 1 | -3/+2 |
* | --- Reverse-merging (from foreign repository) r74952 into '.': | Bill Wendling | 2009-07-07 | 1 | -1/+3 |
* | DWARF requires frame moves be specified at specific times. If you have a | Bill Wendling | 2009-07-07 | 1 | -3/+1 |
* | Implement x86 h-register extract support. | Dan Gohman | 2009-04-13 | 1 | -1/+1 |
* | Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo. | Evan Cheng | 2009-02-06 | 1 | -0/+4 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -2/+0 |