summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64FrameLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* Add "Restored" flag to CalleeSavedInfoKrzysztof Parzyszek2017-08-101-1/+1
* [PEI, AArch64] Use empty spaces in stack area for local stack slot allocation.Geoff Berry2016-06-021-0/+2
* [AArch64] Combine callee-save and local stack SP adjustment instructions.Geoff Berry2016-05-061-0/+4
* Change eliminateCallFramePseudoInstr() to return an iteratorHans Wennborg2016-03-311-3/+3
* [AArch64] Clean up callee-save CFI emission. NFC.Geoff Berry2016-02-251-2/+1
* [AArch64][ShrinkWrap] Fix bug in prolog clobbering live reg when shrink wrapp...Geoff Berry2016-02-191-0/+2
* [AArch64] Enable shrink-wrapping by default.Quentin Colombet2015-11-181-0/+5
* Remove redundant TargetFrameLowering::getFrameIndexOffset virtualJames Y Knight2015-08-151-1/+0
* PrologEpilogInserter: Rewrite API to determine callee save regsiters.Matthias Braun2015-07-141-2/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [ShrinkWrap] Add (a simplified version) of shrink-wrapping.Quentin Colombet2015-05-051-1/+1
* [AArch64] Add support for dynamic stack alignmentKristof Beyls2015-04-091-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Remove the uses of AArch64TargetMachine and AArch64Subtarget fromEric Christopher2014-06-101-9/+2
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+75
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-108/+0
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-18/+18
* Add const qualifier to some static arrays.Craig Topper2013-07-151-1/+1
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-0/+4
* AArch64: add block comments where missingTim Northover2013-02-141-1/+2
* Fix formatting in AArch64 backend.Tim Northover2013-02-051-1/+1
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+103
OpenPOWER on IntegriCloud