summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMFrameLowering.cpp
Commit message (Expand)AuthorAge
...
* Split am2offset into register addend and immediate addend forms, necessary fo...Owen Anderson2011-07-26
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-20
* ARM estimateStackSize() needs to account for simplified call frames.Jim Grosbach2011-07-05
* Refact ARM Thumb1 tMOVr instruction family.Jim Grosbach2011-06-30
* Thumb1 register to register MOV instruction is predicable.Jim Grosbach2011-06-30
* Update an insertion point iterator after replacing a return instruction with aCameron Zwarich2011-06-17
* Fix coordination for using R4 in Thumb1 as a scratch for SP restore.Jim Grosbach2011-06-13
* In Thumb2 mode, lower frame indix references to:Evan Cheng2011-04-22
* Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches.Jim Grosbach2011-03-15
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-05
* Fix typo.Evan Cheng2011-02-25
* Each prologue may have multiple vpush instructions to store callee-savedEvan Cheng2011-02-25
* Remove unused bitvectors that record ARM callee-saved registers.Bob Wilson2011-02-14
* Don't merge restore with tail call instruction.Evan Cheng2011-01-25
* Remove unused variables found by gcc-4.6's -Wunused-but-set-variable.Jeffrey Yasskin2011-01-18
* Spill R4 if it's going to be used to restore SP from FP.Evan Cheng2011-01-16
* Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen2011-01-13
* Tidy comments, indentation, and 80-column violations.Bob Wilson2011-01-13
* Clean up ARM subtarget code by using Triple ADT.Evan Cheng2011-01-11
* Expand on the safeness of restoring the sp from the fp a bit more.Eric Christopher2011-01-10
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10