[AArch64] Simplify some TRI/TII getters. NFC.
[oota-llvm.git] / lib / Target / AArch64 / AArch64FrameLowering.cpp
2015-12-16 Ahmed Bougacha[AArch64] Simplify some TRI/TII getters. NFC.
2015-11-05 Tim NorthoverRemove windows line endings introduced by r252177....
2015-11-05 Oleg Ranevskyy[DebugInfo] Fix ARM/AArch64 prologue_end position....
2015-08-15 James Y KnightRemove redundant TargetFrameLowering::getFrameIndexOffs...
2015-08-08 Benjamin KramerFix some comment typos.
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-14 JF BastienWebAssembly: fix build breakage.
2015-07-14 Matthias BraunMachineRegisterInfo: Remove UsedPhysReg infrastructure
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-07-10 Evgeniy StepanovFix AArch64 prologue for empty frame with dynamic allocas.
2015-05-18 Matthias BraunMachineInstr: Change return value of getOpcode() to...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-04-29 Manman Ren[AArch64] Refactor out codes that depend on specific...
2015-04-10 Quentin Colombet[AArch64] Strengthen the code for the prologue insertion.
2015-04-09 Kristof Beyls[AArch64] Add support for dynamic stack alignment
2015-02-14 Duncan P. N. Exon... AArch64: Canonicalize access to function attributes...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-19 Greg Fitzgerald[AArch64] Implement GHC calling convention
2014-12-16 Adrian PrantlARM/AArch64: Attach the FrameSetup MIFlag to CFI instru...
2014-10-02 Juergen Ributzka[Stackmaps] Make ithe frame-pointer required for stackmaps.
2014-08-11 Sylvestre LedruFix typos:
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-25 Benjamin KramerRun sort_includes.py on the AArch64 backend.
2014-06-10 Eric ChristopherRemove the uses of AArch64TargetMachine and AArch64Subt...
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
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-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-07-15 Craig TopperAdd const qualifier to some static arrays.
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-16 Rafael EspindolaRemove addFrameMove.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-04-23 Tim NorthoverAArch64: remove unnecessary check that RS is valid
2013-03-22 Hal FinkelAllow the register scavenger to spill multiple registers
2013-03-14 Hal FinkelMove estimateStackSize from ARM into MachineFrameInfo
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-05 Tim NorthoverFix formatting in AArch64 backend.
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.