Have MachineFunction cache a pointer to the subtarget to make lookups
[oota-llvm.git] / lib / Target / AArch64 / AArch64FrameLowering.cpp
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.