aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsFrameLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-0/+5
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+3
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+0
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* [mips] Add parameter Alignment to MipsFrameLowering's constructor.Akira Hatanaka2013-03-291-3/+2
* [mips] Rename function and variable names to start with proper case. Fix typos.Akira Hatanaka2013-03-121-1/+1
* [mips] Add function MipsFrameLowering::estimateStackSize.Akira Hatanaka2012-11-021-0/+3
* Move the code that creates instances of MipsInstrInfo and MipsFrameLowering outAkira Hatanaka2012-08-021-0/+7
* Set transient stack alignment in constructor of MipsFrameLowering and re-enableAkira Hatanaka2012-08-021-3/+2
* Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka2012-07-311-13/+0
* Let PEI::calculateFrameObjectOffsets compute the final stack size rather thanAkira Hatanaka2012-07-311-2/+0
* Make register Mips::RA allocatable if not in mips16 mode.Akira Hatanaka2012-07-101-0/+5
* remove blanks, and some code formatJia Liu2012-02-281-1/+1
* Mips64 aligns stack on 16-byte boundary.Akira Hatanaka2011-09-221-1/+2
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-2/+0
* Add support for C++ exception handling.Akira Hatanaka2011-05-261-0/+2
* Change StackDirection from StackGrowsUp to StackGrowsDown.Akira Hatanaka2011-05-231-4/+2
* Make $fp and $ra callee-saved registers and let PrologEpilogInserter handleAkira Hatanaka2011-05-201-0/+2
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-151-3/+3
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-151-3/+3
* Fix an old copy-n-pasteBruno Cardoso Lopes2011-03-041-2/+2
* Ensure Mips::GP is properly reloaded after a function call. Patch by Sasa Sta...Bruno Cardoso Lopes2011-01-181-0/+2
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-0/+46