Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
[oota-llvm.git] / lib / Target / Mips / Mips16FrameLowering.cpp
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2013-12-15 Reed KotlerFix some indentation.
2013-12-15 Reed KotlerLast change for mips16 prolog/epilog cleanup and optimi...
2013-12-10 Reed KotlerNext step in Mips16 prologue/epilogue cleanup.
2013-08-04 Reed KotlerAdd the saving of S2. This is needed for some of the...
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-16 Rafael EspindolaRemove addFrameMove.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-20 Reed KotlerImplement cfi_def_cfa_offset. "Make check" test case...
2012-12-20 Reed Kotlerfix most of remaining issues with large frames.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-31 Reed KotlerImplement ADJCALLSTACKUP and ADJCALLSTACKDOWN
2012-10-28 Reed KotlerThis patch is for the implementation of mips16 complex...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-21 NAKAMURA TakumiMips16FrameLowering.cpp: Remove unused TII introduced...
2012-09-21 Akira HatanakaProperly save and restore RA and Mips16 callee save...
2012-09-18 Akira HatanakaRevert r164051.
2012-09-17 Akira HatanakaMake sure there is enough room for RA. getStackSize...
2012-08-02 Akira HatanakaMove the code that creates instances of MipsInstrInfo...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsFrameLowering...