aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/Mips16FrameLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-4/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+4
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-25/+31
* Add the saving of S2. This is needed for some of the floating pointReed Kotler2013-08-041-2/+6
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-4/+4
* Remove addFrameMove.Rafael Espindola2013-05-161-12/+9
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-111-5/+4
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-0/+19
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* Implement cfi_def_cfa_offset. "Make check" test case for this comming in theReed Kotler2012-12-201-0/+27
* fix most of remaining issues with large frames.Reed Kotler2012-12-201-9/+8
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler2012-10-311-2/+4
* This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler2012-10-281-0/+9
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-v...NAKAMURA Takumi2012-09-211-1/+0
* Properly save and restore RA and Mips16 callee save registers S0,S1Akira Hatanaka2012-09-211-1/+39
* Revert r164051.Akira Hatanaka2012-09-181-4/+0
* Make sure there is enough room for RA. getStackSize needs to be cleaned up butAkira Hatanaka2012-09-171-0/+4
* Move the code that creates instances of MipsInstrInfo and MipsFrameLowering outAkira Hatanaka2012-08-021-0/+5
* Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka2012-07-311-0/+82