Test commit
[oota-llvm.git] / lib / Target / Mips / MipsFrameLowering.h
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-18 Eric ChristopherFrameLowering depends only upon the Subtarget, so only...
2014-07-02 Eric ChristopherSo that we can include frame lowering in the subtarget...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2013-03-29 Akira Hatanaka[mips] Add parameter Alignment to MipsFrameLowering...
2013-03-12 Akira Hatanaka[mips] Rename function and variable names to start...
2012-11-02 Akira Hatanaka[mips] Add function MipsFrameLowering::estimateStackSize.
2012-08-02 Akira HatanakaMove the code that creates instances of MipsInstrInfo...
2012-08-02 Akira HatanakaSet transient stack alignment in constructor of MipsFra...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsFrameLowering...
2012-07-31 Akira HatanakaLet PEI::calculateFrameObjectOffsets compute the final...
2012-07-10 Akira HatanakaMake register Mips::RA allocatable if not in mips16...
2012-02-28 Jia Liuremove blanks, and some code format
2011-09-22 Akira HatanakaMips64 aligns stack on 16-byte boundary.
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-05-26 Akira HatanakaAdd support for C++ exception handling.
2011-05-23 Akira HatanakaChange StackDirection from StackGrowsUp to StackGrowsDown.
2011-05-20 Akira HatanakaMake $fp and $ra callee-saved registers and let PrologE...
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Akira HatanakaFix lines that have incorrect indentation or exceed...
2011-03-04 Bruno Cardoso LopesFix an old copy-n-paste
2011-01-18 Bruno Cardoso LopesEnsure Mips::GP is properly reloaded after a function...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...