Age | Commit message (Expand) | Author |
2012-10-04 | Add register encoding support in X86 backend | Michael Liao |
2012-09-30 | Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ... | Craig Topper |
2012-07-10 | Add support for dynamic stack realignment in the presence of dynamic allocas on | Chad Rosier |
2012-06-18 | Temporarily revert r158087. | Chandler Carruth |
2012-06-06 | Add support for dynamic stack realignment in the presence of dynamic allocas on | Chad Rosier |
2012-05-07 | Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass(). | Jakob Stoklund Olesen |
2012-04-23 | This patch fixes a problem which arose when using the Post-RA scheduler | Preston Gurd |
2012-03-04 | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2012-01-17 | Move X86 callee saved register lists to the X86CallConv .td file. | Jakob Stoklund Olesen |
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 |