aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMFrameLowering.cpp
AgeCommit message (Expand)Author
2012-03-20Remove some redundant checks.Bob Wilson
2012-03-05ARM refactor away a bunch of VLD/VST pseudo instructions.Jim Grosbach
2012-03-04Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper
2012-02-28Enable ARM base pointer when calling functions with large arguments.Jakob Stoklund Olesen
2012-02-24Remove unused cl::opt, make another opt static.Benjamin Kramer
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-01-06Enable aligned NEON spilling by default.Jakob Stoklund Olesen
2012-01-04Fix more places which should be checking for iOS, not darwin.Evan Cheng
2011-12-24Fix Comments.Jakob Stoklund Olesen
2011-12-23Experimental support for aligned NEON spills.Jakob Stoklund Olesen
2011-12-21Move common code into an MRI function.Jakob Stoklund Olesen
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-10-20Revert 142337. Thumb1 still doesn't support dynamic stack realignment. :(Chad Rosier
2011-10-18Add support for dynamic stack realignment when in thumb1 mode.Chad Rosier
2011-10-01Revert r140924 "Attempt to fix dynamic stack realignment for thumb1 functions."Chad Rosier
2011-10-01Attempt to fix dynamic stack realignment for thumb1 functions. It is in fact Chad Rosier
2011-09-09Thumb unconditional branches are allowed in IT blocks, and therefore should h...Owen Anderson
2011-09-02Tidy up. Formatting.Jim Grosbach
2011-08-25ARM fix for missing implicit operands on ldmia_ret.Andrew Trick
2011-08-25whitespaceAndrew Trick
2011-08-05ARM refactor indexed store instructions.Jim Grosbach
2011-07-26Split am2offset into register addend and immediate addend forms, necessary fo...Owen Anderson
2011-07-20Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng
2011-07-05ARM estimateStackSize() needs to account for simplified call frames.Jim Grosbach
2011-06-30Refact ARM Thumb1 tMOVr instruction family.Jim Grosbach
2011-06-30Thumb1 register to register MOV instruction is predicable.Jim Grosbach
2011-06-17Update an insertion point iterator after replacing a return instruction with aCameron Zwarich
2011-06-13Fix coordination for using R4 in Thumb1 as a scratch for SP restore.Jim Grosbach
2011-04-22In Thumb2 mode, lower frame indix references to:Evan Cheng
2011-03-15Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches.Jim Grosbach
2011-03-05Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov
2011-02-25Fix typo.Evan Cheng
2011-02-25Each prologue may have multiple vpush instructions to store callee-savedEvan Cheng
2011-02-14Remove unused bitvectors that record ARM callee-saved registers.Bob Wilson
2011-01-25Don't merge restore with tail call instruction.Evan Cheng
2011-01-18Remove unused variables found by gcc-4.6's -Wunused-but-set-variable.Jeffrey Yasskin
2011-01-16Spill R4 if it's going to be used to restore SP from FP.Evan Cheng
2011-01-13Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen
2011-01-13Tidy comments, indentation, and 80-column violations.Bob Wilson
2011-01-11Clean up ARM subtarget code by using Triple ADT.Evan Cheng
2011-01-10Expand on the safeness of restoring the sp from the fp a bit more.Eric Christopher
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov