summaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains/Arch/AArch64.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner2019-10-191-0/+1
* [AArch64] Support selecting TPIDR_EL[1-3] as the thread baseOliver Stannard2019-03-291-0/+12
* [Driver] Pass +reserve-x25 to backend if -ffixed-x25 is specifiedPetr Hosek2019-02-131-0/+3
* [AArch64] Support reserving arbitrary general purpose registersPetr Hosek2019-02-131-0/+42
* Use llvm::is_contained. NFCFangrui Song2019-02-101-3/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [darwin][arm64] use the "cyclone" CPU for Darwin even when `-arch`Alex Lorenz2018-12-171-10/+20
* [AArch64][ARM] Context sensitive meaning of cryptoSjoerd Meijer2018-10-041-0/+81
* [AArch64] Support adding X[8-15,18] registers as CSRs.Tri Vo2018-09-251-0/+27
* [ARM][AArch64] Add feature +fp16fmlSjoerd Meijer2018-09-241-0/+26
* [AArch64] Support reserving x1-7 registers.Tri Vo2018-09-121-0/+21
* [Driver,AArch64] Add support for -mcpu=native.Florian Hahn2018-07-061-0/+3
* [AArch64] Support reserving x20 registerPetr Hosek2018-06-121-0/+3
* [AArch64] Fix PR34625 -mtune without -mcpu should not set -target-cpuPeter Smith2017-10-241-6/+10
* Update to use enum classes for various ARM *Kind enumsFlorian Hahn2017-07-271-3/+3
* [ARM] Add a driver option for +no-neg-immediatesSanne Wouda2017-03-271-0/+3
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-0/+196