summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the uses of AArch64TargetMachine and AArch64Subtarget fromEric Christopher2014-06-101-3/+4
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+891
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-626/+0
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-041-2/+2
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-071-25/+16
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Add const qualifier to some static arrays.Craig Topper2013-07-151-5/+5
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-5/+5
* Remove addFrameMove.Rafael Espindola2013-05-161-11/+13
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-111-5/+4
* AArch64: remove unnecessary check that RS is validTim Northover2013-04-231-2/+3
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-221-1/+1
* Move estimateStackSize from ARM into MachineFrameInfoHal Finkel2013-03-141-54/+1
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-0/+40
* Fix formatting in AArch64 backend.Tim Northover2013-02-051-5/+7
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+644
OpenPOWER on IntegriCloud