Fix a typo.
[oota-llvm.git] / lib / Target / ARM / ARMFrameLowering.cpp
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...