Improve Mips back-end's handling of DBG_VALUE.
[oota-llvm.git] / lib / Target / Mips / MipsFrameLowering.cpp
2011-06-07 Akira HatanakaCoding style fixes.
2011-06-07 Akira HatanakaAdd test case for C++ exception handling and fix the...
2011-06-02 Akira HatanakaCustom-lower FRAMEADDR. Patch by Sasa Stankovic.
2011-05-26 Akira HatanakaUse MachineFrameInfo::hasCalls instead of MipsFunctionI...
2011-05-26 Akira HatanakaAdd support for C++ exception handling.
2011-05-25 Akira HatanakaChange initial value of MaxCallFrameSize. MipsFI::getMa...
2011-05-24 Akira HatanakaEnable printing of immediates that do not fit in 16...
2011-05-23 Akira HatanakaChange StackDirection from StackGrowsUp to StackGrowsDown.
2011-05-21 Akira HatanakaInsert instructions that copy $sp to or from $fp at...
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-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-07 Akira HatanakaFix indentation.
2011-04-07 Akira HatanakaUpdate ATUsed every time after expandRegLargeImmPair...
2011-03-04 Bill WendlingInitialize variable.
2011-03-04 Bruno Cardoso LopesExpands register/immediate pairs when the immediate...
2011-01-18 Bruno Cardoso LopesEnsure Mips::GP is properly reloaded after a function...
2011-01-13 Jakob Stoklund OlesenTeach frame lowering to ignore debug values after the...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...