summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsFrameLowering.cpp
Commit message (Expand)AuthorAge
...
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-15
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Fix indentation.Akira Hatanaka2011-04-07
* Update ATUsed every time after expandRegLargeImmPair is called.Akira Hatanaka2011-04-07
* Initialize variable.Bill Wendling2011-03-04
* Expands register/immediate pairs when the immediate is too large to fit in 16...Bruno Cardoso Lopes2011-03-04
* Ensure Mips::GP is properly reloaded after a function call. Patch by Sasa Sta...Bruno Cardoso Lopes2011-01-18
* Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen2011-01-13
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10