aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-16ARM/AArch64: Attach the FrameSetup MIFlag to CFI instructions.Adrian Prantl1-6/+12
2014-10-02[Stackmaps] Make ithe frame-pointer required for stackmaps.Juergen Ributzka1-1/+2
2014-08-11Fix typos:Sylvestre Ledru1-1/+1
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-22/+16
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-16/+22
2014-07-25Run sort_includes.py on the AArch64 backend.Benjamin Kramer1-3/+3
2014-06-10Remove the uses of AArch64TargetMachine and AArch64Subtarget fromEric Christopher1-3/+4
2014-05-24AArch64/ARM64: move ARM64 into AArch64's placeTim Northover1-0/+891
2014-05-24AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover1-626/+0
2014-04-04Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper1-2/+2
2014-03-07Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola1-25/+16
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-1/+1
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-07-15Add const qualifier to some static arrays.Craig Topper1-5/+5
2013-06-18Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling1-5/+5
2013-05-16Remove addFrameMove.Rafael Espindola1-11/+13
2013-05-11Change getFrameMoves to return a const reference.Rafael Espindola1-5/+4
2013-04-23AArch64: remove unnecessary check that RS is validTim Northover1-2/+3
2013-03-22Allow the register scavenger to spill multiple registersHal Finkel1-1/+1
2013-03-14Move estimateStackSize from ARM into MachineFrameInfoHal Finkel1-54/+1
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky1-0/+40
2013-02-05Fix formatting in AArch64 backend.Tim Northover1-5/+7
2013-01-31Add AArch64 as an experimental target.Tim Northover1-0/+644