| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | For now, don't split live intervals around x87 stack register barriers. FpGET... | Evan Cheng | 2008-10-27 | 1 | -0/+4 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -1/+1 |
* | Eastimate required stack alignment early, so we can decide, whether we will n... | Anton Korobeynikov | 2008-04-23 | 1 | -0/+2 |
* | Provide convenient helpers for some operations | Anton Korobeynikov | 2008-04-23 | 1 | -0/+5 |
* | Infrastructure for getting the machine code size of a function and an instruc... | Nicolas Geoffray | 2008-04-16 | 1 | -1/+1 |
* | Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo. | Evan Cheng | 2008-03-31 | 1 | -3/+0 |
* | Add information about callee-saved registers on Win64 | Anton Korobeynikov | 2008-03-22 | 1 | -0/+4 |
* | Recommitting parts of r48130. These do not appear to cause the observed failu... | Christopher Lamb | 2008-03-11 | 1 | -0/+9 |
* | Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests. | Evan Cheng | 2008-03-10 | 1 | -9/+0 |
* | Allow insert_subreg into implicit, target-specific values. | Christopher Lamb | 2008-03-10 | 1 | -0/+9 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -2/+2 |
* | Avoid needlessly casting away const qualifiers. | Dan Gohman | 2008-02-08 | 1 | -1/+1 |
* | Frame index can be negative. | Evan Cheng | 2008-02-02 | 1 | -1/+1 |
* | Add x86 specific getFrameIndexOffset(). This fixes local variable debugging i... | Evan Cheng | 2008-01-31 | 1 | -0/+1 |
* | Provide correct DWARF register numbering for debug information emission on x8... | Anton Korobeynikov | 2008-01-25 | 1 | -1/+1 |