aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsFrameLowering.cpp
AgeCommit message (Expand)Author
2011-08-11Enclose directive .cprestore with .set macro and nomacro to silence assemblerAkira Hatanaka
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng
2011-06-07Coding style fixes.Akira Hatanaka
2011-06-07Add test case for C++ exception handling and fix the following mistakes in Mi...Akira Hatanaka
2011-06-02Custom-lower FRAMEADDR. Patch by Sasa Stankovic.Akira Hatanaka
2011-05-26Use MachineFrameInfo::hasCalls instead of MipsFunctionInfo::hasCall to check ifAkira Hatanaka
2011-05-26Add support for C++ exception handling.Akira Hatanaka
2011-05-25Change initial value of MaxCallFrameSize. MipsFI::getMaxCallFrameSize() shouldAkira Hatanaka
2011-05-24Enable printing of immediates that do not fit in 16-bit. .cprestore can haveAkira Hatanaka
2011-05-23Change StackDirection from StackGrowsUp to StackGrowsDown.Akira Hatanaka
2011-05-21Insert instructions that copy $sp to or from $fp at the right locations. 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-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-07Fix indentation.Akira Hatanaka
2011-04-07Update ATUsed every time after expandRegLargeImmPair is called.Akira Hatanaka
2011-03-04Initialize variable.Bill Wendling
2011-03-04Expands register/immediate pairs when the immediate is too large to fit in 16...Bruno Cardoso Lopes
2011-01-18Ensure Mips::GP is properly reloaded after a function call. Patch by Sasa Sta...Bruno Cardoso Lopes
2011-01-13Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov