Untabify.
[oota-llvm.git] / lib / Target / ARM / Thumb1FrameLowering.cpp
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-07-22 Quentin Colombet[ARM] Make the frame lowering code ready for shrink...
2015-07-20 Quentin Colombet[ARM] Refactor the prologue/epilogue emission to be...
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-03-12 Eric ChristopherIn preparation for moving ARM's TargetRegisterInfo...
2015-03-11 Eric ChristopherHave getCalleeSavedRegs take a non-null MachineFunction...
2015-03-11 Tim NorthoverARM: simplify and extend byval handling
2015-01-29 Eric ChristopherMigrate ARM except for TTI, AsmPrinter, and frame lowering
2014-12-22 Adrian PrantlThumb1 frame lowering: Mark CFI instructions with the...
2014-08-05 Jonathan RoelofsRe-apply r214881: Fix return sequence on armv4 thumb
2014-08-05 Jonathan RoelofsRevert r214881 because it broke lots of build-bots
2014-08-05 Jonathan RoelofsFix return sequence on armv4 thumb
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-06-26 Eric ChristopherMove the frame lowering constructors out of line to...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-05 David BlaikieFix clang -Werror build break due to mismatched sign...
2014-03-05 Oliver StannardARM: Correctly align arguments after a byval struct...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-02-14 Artyom SkrobovGenerate the DWARF stack frame decode operations in...
2014-01-14 Tim NorthoverARM: correctly determine final tBX_LR in Thumb1 functions
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2013-12-02 Tim NorthoverARM: decide whether to use movw/movt based on "minsize...
2013-12-01 Tim NorthoverARM: fix bug in -Oz stack adjustment folding
2013-11-08 Tim NorthoverARM: fold prologue/epilogue sp updates into push/pop...
2013-11-04 Tim NorthoverARM: remove unnecessary state-tracking during frame...
2013-05-20 Stepan DyatkovskiyPR15868 fix.
2013-04-30 Stepan DyatkovskiyRefactoring patch.
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-20 Logan ChienFix thumbv5e frame lowering assertion failure.
2012-12-20 Jakob Stoklund OlesenAdd an MF argument to MI::copyImplicitOps().
2012-03-17 Craig TopperReorder includes to match coding standards. Fix an...
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-01-08 Evan ChengDon't forget to transfer implicit uses of return instru...
2012-01-07 Evan ChengCopy implicit defs (e.g. r0) when changing tBX_RET...
2012-01-04 Evan ChengFix more places which should be checking for iOS, not...
2011-10-20 Chad RosierRevert 142337. Thumb1 still doesn't support dynamic...
2011-10-18 Chad RosierAdd support for dynamic stack realignment when in thumb...
2011-10-15 Chad RosierThumb1 does not support dynamic stack realignment.
2011-10-01 Chad RosierRevert r140924 "Attempt to fix dynamic stack realignmen...
2011-10-01 Chad RosierAttempt to fix dynamic stack realignment for thumb1...
2011-09-13 Jim GrosbachTidy up a few 80 column violations.
2011-08-24 Jim GrosbachThumb1 ADD/SUB SP instructions are predicable in Thumb2...
2011-07-08 Jim GrosbachMake tBX_RET and tBX_RET_vararg predicable.
2011-06-30 Jim GrosbachRefact ARM Thumb1 tMOVr instruction family.
2011-06-30 Jim GrosbachThumb1 register to register MOV instruction is predicable.
2011-06-29 Jim GrosbachRefactor away tSpill and tRestore pseudos in ARM backend.
2011-06-13 Jim GrosbachFix coordination for using R4 in Thumb1 as a scratch...
2011-03-05 Anton KorobeynikovImplement frame unwinding information emission for...
2011-03-05 Anton KorobeynikovPreliminary support for ARM frame save directives emiss...
2011-01-13 Jakob Stoklund OlesenTeach frame lowering to ignore debug values after the...
2011-01-11 Eric ChristopherEven if we don't have 7 bytes of stack space we may...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...