summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsFrameLowering.h
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [mips] Add parameter Alignment to MipsFrameLowering's constructor.Akira Hatanaka2013-03-29
* [mips] Rename function and variable names to start with proper case. Fix typos.Akira Hatanaka2013-03-12
* [mips] Add function MipsFrameLowering::estimateStackSize.Akira Hatanaka2012-11-02
* Move the code that creates instances of MipsInstrInfo and MipsFrameLowering outAkira Hatanaka2012-08-02
* Set transient stack alignment in constructor of MipsFrameLowering and re-enableAkira Hatanaka2012-08-02
* Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka2012-07-31
* Let PEI::calculateFrameObjectOffsets compute the final stack size rather thanAkira Hatanaka2012-07-31
* Make register Mips::RA allocatable if not in mips16 mode.Akira Hatanaka2012-07-10
* remove blanks, and some code formatJia Liu2012-02-28
* Mips64 aligns stack on 16-byte boundary.Akira Hatanaka2011-09-22
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Add support for C++ exception handling.Akira Hatanaka2011-05-26
* Change StackDirection from StackGrowsUp to StackGrowsDown.Akira Hatanaka2011-05-23
* Make $fp and $ra callee-saved registers and let PrologEpilogInserter handleAkira Hatanaka2011-05-20
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-15
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-15
* Fix an old copy-n-pasteBruno Cardoso Lopes2011-03-04
* Ensure Mips::GP is properly reloaded after a function call. Patch by Sasa Sta...Bruno Cardoso Lopes2011-01-18
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10