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