Have MachineFunction cache a pointer to the subtarget to make lookups
[oota-llvm.git] / lib / Target / MSP430 / MSP430RegisterInfo.cpp
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-06-27 Eric ChristopherRemove uses and caches of the target machine and subtar...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-02 Job NoormanMark FPB as a reserved register when needed.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
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 RosierRemove unused variable, which should have been removed...
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
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-17 Craig TopperReorder includes in Target backends to following coding...
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-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-28 Evan ChengHide more details in tablegen generated MCRegisterInfo...
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-09 Jakob Stoklund OlesenRemove custom allocation order boilerplate that is...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
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-07-11 Chandler CarruthRemove two other uses of ATTRIBUTE_UNUSED for variables...
2010-07-03 Evan ChengRemove isSS argument from CreateFixedObject. Fixed...
2010-06-02 Rafael Espindolacleanup
2010-04-21 Evan ChengImplement -disable-non-leaf-fp-elim which disable frame...
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2009-12-28 Bill WendlingMark variable used by 'assert' as 'unused'.
2009-12-21 Anton KorobeynikovMark FPW as allocable when frame address is taken.
2009-12-07 Anton KorobeynikovInitial codegen support for MSP430 ISRs
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
2009-09-06 Duncan SandsRemove some unused variables and methods warned about by
2009-08-25 Anton KorobeynikovProvide dynamic_stackalloc lowering for MSP430.
2009-07-29 Chris LattnerGive getPointerRegClass() a "kind" value so that target...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-03 Duncan SandsSilence warning when building without assertions.
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-05-03 Anton KorobeynikovAdd prologue/epilogue emission. Fix frame pointer handling.
2009-05-03 Anton KorobeynikovTwo more hooks for RA and FP registers
2009-05-03 Anton KorobeynikovProper handle loading of effective address of stack...
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 KorobeynikovAdd 8-bit regclass and pattern for sext_inreg
2009-05-03 Anton KorobeynikovAdd code enough for emission of reg-reg and reg-imm...
2009-05-03 Anton KorobeynikovMake emit{Prologue,Epilogue}() noop for now
2009-05-03 Anton KorobeynikovAdd callee-saved regs & reg classes getter hooks
2009-05-03 Anton KorobeynikovAdd simple FP indicator for given function hook
2009-05-03 Anton KorobeynikovProvide set of reserved registers
2009-05-03 Anton KorobeynikovFix register names, fix register allocation order,...
2009-05-03 Anton KorobeynikovDummy MSP430 backend