Age | Commit message (Expand) | Author |
2011-10-05 | Override TRI::getSubClassWithSubReg for X86. | Jakob Stoklund Olesen |
2011-07-18 | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng |
2011-07-06 | Constify getCompactUnwindRegNum. | Bill Wendling |
2011-06-30 | Add target a target hook to get the register number used by the compact unwind | Bill Wendling |
2011-06-27 | Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc | Evan Cheng |
2011-06-23 | Get rid of one getStackAlignment(). RegisterInfo shouldn't need to know about... | Evan Cheng |
2011-05-30 | Use the dwarf->llvm mapping to print register names in the cfi | Rafael Espindola |
2011-05-24 | Add a method to TargetRegisterInfo to get the register number that the Win64 EH | Charles Davis |
2011-04-26 | Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on regist... | Jakob Stoklund Olesen |
2011-03-07 | Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo. | Cameron Zwarich |
2010-11-27 | Move more PEI-related hooks to TFI | Anton Korobeynikov |
2010-11-20 | Move some more hooks to TargetFrameInfo | Anton Korobeynikov |
2010-11-18 | Move getInitialFrameState() to TargetFrameInfo | Anton Korobeynikov |
2010-11-18 | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov |
2010-11-15 | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov |
2010-08-26 | Simplify eliminateFrameIndex() interface back down now that PEI doesn't need | Jim Grosbach |
2010-07-20 | Constify some arguments. | Eric Christopher |
2010-06-02 | Remove unused function. | Rafael Espindola |
2010-05-24 | Rename X86 subregister indices to something shorter. | Jakob Stoklund Olesen |
2010-03-14 | Now that DBG_LABEL is updated, we can finally make MachineMove | Chris Lattner |
2010-03-09 | Change the Value argument to eliminateFrameIndex to a type-tagged value. This | Jim Grosbach |
2010-02-28 | Implement XMM subregs. | Dan Gohman |
2010-01-26 | constify a method argument. | Chris Lattner |
2010-01-19 | For aligned load/store instructions, it's only required to know whether a | Jim Grosbach |
2009-11-12 | Make the MachineFunction argument of getFrameRegister const. | David Greene |
2009-10-07 | Add register-reuse to frame-index register scavenging. When a target uses | Jim Grosbach |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-07-29 | Give getPointerRegClass() a "kind" value so that targets can | Chris Lattner |
2009-07-18 | Enable cross register class coalescing. | Evan Cheng |
2009-07-09 | Targets sometimes assign fixed stack object to spill certain callee-saved | Evan Cheng |
2009-07-08 | Recommit r74952 with a bug fix: | Bill Wendling |
2009-07-07 | --- Reverse-merging (from foreign repository) r74952 into '.': | Bill Wendling |
2009-07-07 | DWARF requires frame moves be specified at specific times. If you have a | Bill Wendling |
2009-04-13 | Implement x86 h-register extract support. | Dan Gohman |
2009-02-06 | Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo. | Evan Cheng |
2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
2008-10-27 | For now, don't split live intervals around x87 stack register barriers. FpGET... | Evan Cheng |
2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands |
2008-04-23 | Eastimate required stack alignment early, so we can decide, whether we will n... | Anton Korobeynikov |
2008-04-23 | Provide convenient helpers for some operations | Anton Korobeynikov |
2008-04-16 | Infrastructure for getting the machine code size of a function and an instruc... | Nicolas Geoffray |
2008-03-31 | Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo. | Evan Cheng |
2008-03-22 | Add information about callee-saved registers on Win64 | Anton Korobeynikov |
2008-03-11 | Recommitting parts of r48130. These do not appear to cause the observed failu... | Christopher Lamb |
2008-03-10 | Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests. | Evan Cheng |
2008-03-10 | Allow insert_subreg into implicit, target-specific values. | Christopher Lamb |
2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |
2008-02-08 | Avoid needlessly casting away const qualifiers. | Dan Gohman |
2008-02-02 | Frame index can be negative. | Evan Cheng |
2008-01-31 | Add x86 specific getFrameIndexOffset(). This fixes local variable debugging i... | Evan Cheng |