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