summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64FrameLowering.cpp
Commit message (Expand)AuthorAge
* Remove the uses of AArch64TargetMachine and AArch64Subtarget fromEric Christopher2014-06-10
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-24
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Add const qualifier to some static arrays.Craig Topper2013-07-15
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Remove addFrameMove.Rafael Espindola2013-05-16
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-11
* AArch64: remove unnecessary check that RS is validTim Northover2013-04-23
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-22
* Move estimateStackSize from ARM into MachineFrameInfoHal Finkel2013-03-14
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* Fix formatting in AArch64 backend.Tim Northover2013-02-05
* Add AArch64 as an experimental target.Tim Northover2013-01-31