summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Fix save register pairing for Windows AAPCSSanne Wouda2020-01-141-4/+16
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-141-1/+1
* Revert "Merge memtag instructions with adjacent stack slots."Evgenii Stepanov2020-01-081-432/+4
* Merge memtag instructions with adjacent stack slots.Evgenii Stepanov2020-01-081-4/+432
* Revert "AArch64: Fix frame record chain"Logan Chien2019-12-141-21/+16
* AArch64: Fix frame record chainLogan Chien2019-12-141-16/+21
* [AArch64] Save FP for leaf functions when disabling frame pointer eliminationFangrui Song2019-12-131-1/+1
* [AArch64] Fix issues with large arrays on stackKiran Chandramohan2019-12-101-20/+20
* Revert 651f07908a1 "[AArch64] Don't combine callee-save and local stack adjus...Hans Wennborg2019-11-301-3/+0
* [AArch64] [FrameLowering] Allow conditional insertion of CFI instructionDavid Tellenbach2019-11-221-7/+7
* [AArch64][SVE] Allocate locals that are scalable vectors.Sander de Smalen2019-11-131-10/+44
* Fix -Wcovered-switch-default warning. NFCI.Simon Pilgrim2019-11-111-2/+1
* [AArch64][SVE] Spilling/filling of SVE callee-saves.Sander de Smalen2019-11-111-32/+257
* [cfi] Add flag to always generate .debug_frameDavid Candler2019-10-311-2/+2
* Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)Sander de Smalen2019-10-291-2/+7
* Revert rG70f5aecedef9a6e347e425eb5b843bf797b95319 - "Reland [AArch64][DebugIn...Simon Pilgrim2019-10-291-7/+2
* Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)Sander de Smalen2019-10-281-2/+7
* Reverted r375425 as it broke some buildbots.Sander de Smalen2019-10-211-7/+2
* [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)Sander de Smalen2019-10-211-2/+7
* [AArch64] Don't combine callee-save and local stack adjustment when optimizin...David Green2019-10-181-0/+3
* [AArch64] Stackframe accesses to SVE objects.Sander de Smalen2019-10-141-35/+68
* [AArch64] Static (de)allocation of SVE stack objects.Sander de Smalen2019-10-031-3/+74
* Revert "[AArch64][DebugInfo] Do not recompute CalleeSavedStackSize"Krasimir Georgiev2019-09-181-4/+0
* [AArch64][DebugInfo] Do not recompute CalleeSavedStackSizeSander de Smalen2019-09-181-0/+4
* Relanding r368987 [AArch64] Change location of frame-record within callee-sav...Sander de Smalen2019-08-161-15/+64
* Revert r368987, it caused PR43016.Nico Weber2019-08-161-64/+15
* [AArch64] Change location of frame-record within callee-save area.Sander de Smalen2019-08-151-15/+64
* [aarch64] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-121-5/+5
* [AArch64] NFC: Add generic StackOffset to describe scalable offsets.Sander de Smalen2019-08-061-41/+48
* [AArch64] Do not allocate unnecessary emergency slot.Sander de Smalen2019-08-011-2/+2
* Basic codegen for MTE stack tagging.Evgeniy Stepanov2019-07-171-0/+4
* Factor out resolveFrameOffsetReference (NFC).Evgeniy Stepanov2019-07-121-12/+23
* Don't look for the TargetFrameLowering in the implementationMatt Arsenault2019-06-251-2/+1
* AArch64: Prefer FP-relative debug locations in HWASANified functions.Peter Collingbourne2019-06-221-7/+12
* [AArch64] only indicate CFI on Windows if we emitted CFIMandeep Singh Grang2019-05-151-31/+66
* [AArch64] [Windows] Don't skip constructing UnwindHelp.Eli Friedman2019-02-281-5/+4
* [AArch64] Fix unused variable [NFC]Mandeep Singh Grang2019-02-011-0/+1
* [COFF, ARM64] Fix localaddress to handle stack realignment and variable size ...Mandeep Singh Grang2019-02-011-13/+34
* [AArch64] Fix out of bounds strlenBenjamin Kramer2019-01-231-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix the buildbot failure introduced by r351404Sanjin Sijaric2019-01-171-1/+3
* [SEH] [ARM64] Retrieve the frame pointer from SEH funcletsSanjin Sijaric2019-01-171-0/+11
* [COFF, ARM64] Implement support for SEH extensions __try/__except/__finallyMandeep Singh Grang2019-01-161-0/+4
* [Dwarf/AArch64] Return address signing B key dwarf supportLuke Cheeseman2018-12-211-4/+9
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-12-181-0/+6
* [ARM64][Windows] Fix local stack size for funcletsSanjin Sijaric2018-12-041-3/+8
* AArch64: Don't emit CFI for SCS register in nounwind functions.Peter Collingbourne2018-11-301-14/+16
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-231-6/+0
* Revert r343341Luke Cheeseman2018-11-231-0/+6
* Fix MSVC 'truncation of constant value' warning. NFCI.Simon Pilgrim2018-11-201-1/+1
OpenPOWER on IntegriCloud