summaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains/Arch
Commit message (Expand)AuthorAgeFilesLines
* [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
* [mips] Set default float ABI to "soft" on FreeBSDSimon Atanasyan2019-10-092-7/+14
* On PowerPC, Secure-PLT by default for FreeBSD 13 and higherDimitry Andric2019-09-181-1/+2
* [mips] Pass "xgot" flag as a subtarget featureSimon Atanasyan2019-09-181-0/+7
* [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
* [RISCV] Make -march=rv{32,64}gc the default in RISC-V LinuxRoger Ferrer Ibanez2019-09-102-8/+14
* [RISCV] Default to ilp32d/lp64d in RISC-V LinuxRoger Ferrer Ibanez2019-09-101-3/+5
* [RISCV] Move architecture parsing code into its own functionRoger Ferrer Ibanez2019-09-101-140/+150
* [RISCV] Remove duplicated logic when determining the target ABIRoger Ferrer Ibanez2019-08-071-1/+7
* Fix a typo in target featuresGeorge Burgess IV2019-07-161-1/+1
* [clang][Driver][ARM] Favor -mfpu over default CPU featuresAlexandros Lamprineas2019-07-141-1/+5
* [Driver] Delete dead codeFangrui Song2019-07-121-1/+0
* [clang][Driver][ARM] NFC: Remove unused function parameterAlexandros Lamprineas2019-07-021-7/+5
* [RISCV] Avoid save-restore target feature warningSam Elliott2019-07-011-5/+3
* android: enable double-word CAS on x64Saleem Abdulrasool2019-06-251-0/+1
* [RISC-V] Add -msave-restore and -mno-save-restore to clang driverSam Elliott2019-06-211-0/+10
* [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-052-29/+46
* [ARM] Fix recent breakage of -mfpu=none.Simon Tatham2019-06-031-2/+7
* [PowerPC] Set the default PLT mode on musl to Secure PLTFangrui Song2019-05-301-1/+1
* [Driver][RISCV] Simplify. NFCFangrui Song2019-05-261-31/+13
* [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
* [AArch64] Support selecting TPIDR_EL[1-3] as the thread baseOliver Stannard2019-03-291-0/+12
* Use Secure PLT as default on NetBSD/PowerPC.Joerg Sonnenberger2019-02-271-1/+1
* [Driver] Fix float ABI default for Android ARMv8.Dan Albert2019-02-211-1/+1
* [RISCV] Default enable RISCV linker relaxationShiva Chen2019-02-171-0/+12
* [Driver] Default all Android ARM targets to NEON.Dan Albert2019-02-151-3/+1
* [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-102-4/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1916-64/+48
* Replace getOS() == llvm::Triple::*BSD with isOS*BSD() [NFCI]Michal Gorny2018-12-201-2/+2
* [darwin][arm64] use the "cyclone" CPU for Darwin even when `-arch`Alex Lorenz2018-12-172-12/+23
* [Driver] Don't override '-march' when using '-arch x86_64h'Francis Visoiu Mistrih2018-12-171-5/+1
* [PowerPC] Set the default PLT mode on OpenBSD/powerpc to Secure PLT.Brad Smith2018-11-192-4/+8
* [driver][mips] Support MIPS R6 target triplesSimon Atanasyan2018-10-161-0/+5
* [ARM][AArch64] Pass through endian flags to assembler and linker.Peter Smith2018-10-162-2/+2
* [mips] Fix handling of GNUABIN32 environment in a target tripleSimon Atanasyan2018-10-151-0/+3
* [Driver] Add defaults for Android ARM FPUs.Dan Albert2018-10-121-0/+7
* [AArch64][ARM] Context sensitive meaning of cryptoSjoerd Meijer2018-10-042-0/+101
* [AArch64] Support adding X[8-15,18] registers as CSRs.Tri Vo2018-09-251-0/+27
* [ARM][AArch64] Add feature +fp16fmlSjoerd Meijer2018-09-242-1/+54
* [AArch64] Support reserving x1-7 registers.Tri Vo2018-09-121-0/+21
* [x86/SLH] Add a real Clang flag and LLVM IR attribute for SpeculativeChandler Carruth2018-09-041-5/+13
* [x86/retpoline] Split the LLVM concept of retpolines into separateChandler Carruth2018-08-231-0/+20
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* OpenBSD/arm has switched to float ABI SoftFP.Brad Smith2018-07-221-1/+1