summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "AArch64: Fix frame record chain"Logan Chien2019-12-141-11/+0
* AArch64: Fix frame record chainLogan Chien2019-12-141-0/+11
* [AArch64] Fix issues with large arrays on stackKiran Chandramohan2019-12-101-3/+3
* [AArch64] Extend storeRegToStackSlot to spill SVE registers.Sander de Smalen2019-11-131-0/+3
* AArch64FunctionInfo - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-111-6/+6
* [AArch64][SVE] Spilling/filling of SVE callee-saves.Sander de Smalen2019-11-111-1/+21
* Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)Sander de Smalen2019-10-291-2/+50
* Revert rG70f5aecedef9a6e347e425eb5b843bf797b95319 - "Reland [AArch64][DebugIn...Simon Pilgrim2019-10-291-50/+2
* Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)Sander de Smalen2019-10-281-2/+50
* Reverted r375425 as it broke some buildbots.Sander de Smalen2019-10-211-50/+2
* [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)Sander de Smalen2019-10-211-2/+50
* Prune two MachineInstr.h includes, fix up depsReid Kleckner2019-10-191-0/+1
* [AArch64] Static (de)allocation of SVE stack objects.Sander de Smalen2019-10-031-0/+16
* Basic codegen for MTE stack tagging.Evgeniy Stepanov2019-07-171-0/+13
* [COFF, ARM64] Fix ABI implementation of struct returnsMandeep Singh Grang2019-05-031-0/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [COFF, ARM64] Make sure to forward arguments from vararg to musttail varargMandeep Singh Grang2018-10-301-0/+8
* AArch64: add a pass to compress jump-table entries when possible.Tim Northover2018-10-241-0/+15
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-9/+9
* [MachineOutliner] Keep track of fns that use a redzone in AArch64FunctionInfoJessica Paquette2018-04-031-0/+15
* [AArch64] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-07-251-4/+6
* [AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2017-01-061-28/+20
* [AArch64] Mark various *Info classes as 'final'. NFC.Ahmed Bougacha2016-07-271-1/+1
* Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...Benjamin Kramer2016-07-021-4/+4
* [PEI, AArch64] Use empty spaces in stack area for local stack slot allocation.Geoff Berry2016-06-021-2/+15
* [AArch64] Break the dependency between FP and SP when possible.Chad Rosier2016-03-141-2/+9
* [AArch64] Simplify callee-save register save/restore. NFC.Geoff Berry2016-02-011-0/+6
* CXX_FAST_TLS calling convention: performance improvement for AArch64.Manman Ren2015-12-161-2/+11
* Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...Nick Lewycky2015-07-291-1/+1
* WebAssembly: fix build breakage.JF Bastien2015-07-141-1/+1
* 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
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-3/+3
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+163
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-149/+0
* AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover2013-02-151-11/+0
* Fix formatting in AArch64 backend.Tim Northover2013-02-051-1/+3
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+158
OpenPOWER on IntegriCloud