Delete trailing whitespace; NFC
[oota-llvm.git] / lib / Target / ARM / ARMFrameLowering.cpp
2011-10-01 Chad RosierAttempt to fix dynamic stack realignment for thumb1...
2011-09-09 Owen AndersonThumb unconditional branches are allowed in IT blocks...
2011-09-02 Jim GrosbachTidy up. Formatting.
2011-08-25 Andrew TrickARM fix for missing implicit operands on ldmia_ret.
2011-08-25 Andrew Trickwhitespace
2011-08-05 Jim GrosbachARM refactor indexed store instructions.
2011-07-26 Owen AndersonSplit am2offset into register addend and immediate...
2011-07-20 Evan ChengSink ARMMCExpr and ARMAddressingModes into MC layer...
2011-07-05 Jim GrosbachARM estimateStackSize() needs to account for simplified...
2011-06-30 Jim GrosbachRefact ARM Thumb1 tMOVr instruction family.
2011-06-30 Jim GrosbachThumb1 register to register MOV instruction is predicable.
2011-06-17 Cameron ZwarichUpdate an insertion point iterator after replacing...
2011-06-13 Jim GrosbachFix coordination for using R4 in Thumb1 as a scratch...
2011-04-22 Evan ChengIn Thumb2 mode, lower frame indix references to:
2011-03-15 Jim GrosbachClean up ARM tail calls a bit. They're pseudo-instructi...
2011-03-05 Anton KorobeynikovPreliminary support for ARM frame save directives emiss...
2011-02-25 Evan ChengFix typo.
2011-02-25 Evan ChengEach prologue may have multiple vpush instructions...
2011-02-14 Bob WilsonRemove unused bitvectors that record ARM callee-saved...
2011-01-25 Evan ChengDon't merge restore with tail call instruction.
2011-01-18 Jeffrey YasskinRemove unused variables found by gcc-4.6's -Wunused...
2011-01-16 Evan ChengSpill R4 if it's going to be used to restore SP from FP.
2011-01-13 Jakob Stoklund OlesenTeach frame lowering to ignore debug values after the...
2011-01-13 Bob WilsonTidy comments, indentation, and 80-column violations.
2011-01-11 Evan ChengClean up ARM subtarget code by using Triple ADT.
2011-01-10 Eric ChristopherExpand on the safeness of restoring the sp from the...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...