[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / lib / Target / MSP430 / MSP430RegisterInfo.h
2015-03-11 Eric ChristopherHave getCalleeSavedRegs take a non-null MachineFunction...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-06-27 Eric ChristopherRemove uses and caches of the target machine and subtar...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2012-10-17 Anton KorobeynikovFix fallout from RegInfo => FrameLowering refactoring...
2012-05-07 Jakob Stoklund OlesenAdd an MF argument to TRI::getPointerRegClass() and...
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-12-19 Jakob Stoklund OlesenEmit a getMatchingSuperRegClass() implementation for...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-04 Jakob Stoklund OlesenImplement MSP430RegisterInfo::getMatchingSuperRegClass...
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-08-26 Jim GrosbachSimplify eliminateFrameIndex() interface back down...
2010-07-20 Eric ChristopherConstify some arguments.
2010-06-02 Rafael Espindolacleanup
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2009-11-12 David GreeneMake the MachineFunction argument of getFrameRegister...
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
2009-07-29 Chris LattnerGive getPointerRegClass() a "kind" value so that target...
2009-05-03 Anton KorobeynikovAdd prologue/epilogue emission. Fix frame pointer handling.
2009-05-03 Anton KorobeynikovFirst draft of stack slot loads / stores lowering
2009-05-03 Anton KorobeynikovAdd call frame setup instruction elimination and loweri...
2009-05-03 Anton KorobeynikovDummy MSP430 backend