summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips16FrameLowering.cpp
Commit message (Expand)AuthorAge
* Use FrameSetup on frame instructions for the Mips port.Eric Christopher2014-04-14
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* Fix some indentation.Reed Kotler2013-12-15
* Last change for mips16 prolog/epilog cleanup and optimization.Reed Kotler2013-12-15
* Next step in Mips16 prologue/epilogue cleanup.Reed Kotler2013-12-10
* Add the saving of S2. This is needed for some of the floating pointReed Kotler2013-08-04
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Remove addFrameMove.Rafael Espindola2013-05-16
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-11
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Implement cfi_def_cfa_offset. "Make check" test case for this comming in theReed Kotler2012-12-20
* fix most of remaining issues with large frames.Reed Kotler2012-12-20
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler2012-10-31
* This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler2012-10-28
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-v...NAKAMURA Takumi2012-09-21
* Properly save and restore RA and Mips16 callee save registers S0,S1Akira Hatanaka2012-09-21
* Revert r164051.Akira Hatanaka2012-09-18
* Make sure there is enough room for RA. getStackSize needs to be cleaned up butAkira Hatanaka2012-09-17
* Move the code that creates instances of MipsInstrInfo and MipsFrameLowering outAkira Hatanaka2012-08-02
* Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka2012-07-31