summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/Arch/ARM.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-141-3/+3
* [ARM][MVE] MVE-I should not be disabled by -mfpu=noneMomchil Velikov2020-01-091-20/+23
* Revert "[ARM] Allocatable Global Register Variables for ARM"Carey Williams2019-11-291-33/+5
* [ARM] Allocatable Global Register Variables for ARMAnna Welker2019-11-181-5/+33
* Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner2019-10-191-0/+1
* [Driver,ARM] Make -mfloat-abi=soft turn off MVE.Simon Tatham2019-10-161-0/+1
* [ARM] Preserve fpu behaviour for '-crypto'Diogo N. Sampaio2019-10-141-18/+27
* [ARM] Update clang for removal of vfp2d16 and vfp2d16spEli Friedman2019-09-171-1/+1
* [ARM] Take into account -mcpu and -mfpu options while handling 'crypto' featureDiogo N. Sampaio2019-09-111-15/+18
* [clang][Driver][ARM] Favor -mfpu over default CPU featuresAlexandros Lamprineas2019-07-141-1/+5
* [clang][Driver][ARM] NFC: Remove unused function parameterAlexandros Lamprineas2019-07-021-7/+5
* [ARM] Fix bugs introduced by the fp64/d32 rework.Simon Tatham2019-06-071-16/+33
* [ARM] Allow "-march=foo+fp" to vary with fooSjoerd Meijer2019-06-051-29/+43
* [ARM] Fix recent breakage of -mfpu=none.Simon Tatham2019-06-031-2/+7
* [ARM][CMSE] Add commandline option and feature macroJaved Absar2019-05-211-0/+4
* [ARM] Fix the extensions implied by a cpu nameDiogo N. Sampaio2019-05-091-4/+5
* [Driver] Fix float ABI default for Android ARMv8.Dan Albert2019-02-211-1/+1
* [Driver] Default all Android ARM targets to NEON.Dan Albert2019-02-151-3/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ARM][AArch64] Pass through endian flags to assembler and linker.Peter Smith2018-10-161-1/+1
* [Driver] Add defaults for Android ARM FPUs.Dan Albert2018-10-121-0/+7
* [AArch64][ARM] Context sensitive meaning of cryptoSjoerd Meijer2018-10-041-0/+20
* [ARM][AArch64] Add feature +fp16fmlSjoerd Meijer2018-09-241-1/+28
* OpenBSD/arm has switched to float ABI SoftFP.Brad Smith2018-07-221-1/+1
* Change \t to spacesFangrui Song2018-07-201-1/+1
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [ARM] disable FPU features when using soft floating point.Keith Walker2018-02-191-5/+15
* Revert [ARM] disable FPU features when using soft floating point.Keith Walker2017-11-301-15/+5
* [ARM] disable FPU features when using soft floating point.Keith Walker2017-11-301-5/+15
* [ARM] Option for reading thread pointer from coprocessor registerStrahinja Petrovic2017-09-121-0/+24
* [ARM][AArch64] Cortex-A75 and Cortex-A55 testsSam Parker2017-08-211-0/+11
* Revert r311137 (GlobalISel ABI commit).Tim Northover2017-08-181-1/+1
* GlobalISel (AArch64): fix ABI at border between GPRs and SP.Tim Northover2017-08-171-1/+1
* Update to use enum classes for various ARM *Kind enumsFlorian Hahn2017-07-271-8/+7
* NetBSD uses soft-float by default, unless the environment is EABIHF orJoerg Sonnenberger2017-07-111-0/+12
* Update clang support for -mexecute-only/-mpure-code for backend change to use...Eric Christopher2017-07-011-3/+1
* [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/+544
OpenPOWER on IntegriCloud