summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/Arch
Commit message (Expand)AuthorAgeFilesLines
* [X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable2020-06-241-1/+7
* Revert "[X86] Add a Pass that builds a Condensed CFG for Load Value Injection...Craig Topper2020-06-241-7/+1
* [X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable2020-06-241-1/+7
* [X86] Add Indirect Thunk Support to X86 to mitigate Load Value Injection (LVI)Scott Constable2020-06-241-0/+17
* Revert "[RISCV] Add Clang frontend support for Bitmanip extension"Scott Egerton2020-01-151-3/+0
* [RISCV] Add Clang frontend support for Bitmanip extensionScott Egerton2020-01-141-0/+3
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-141-3/+3
* [Driver][PowerPC] Move powerpcspe logic from cc1 to DriverFangrui Song2020-01-101-0/+3
* [ARM][MVE] MVE-I should not be disabled by -mfpu=noneMomchil Velikov2020-01-091-20/+23
* AArch64: add missing Apple CPU names and use them by default.Tim Northover2020-01-081-4/+5
* [NFC] Use isX86() instead of getArch()Jim Lin2020-01-071-2/+1
* [clang][SystemZ] Add support for -march=nativeUlrich Weigand2019-12-162-4/+17
* Revert "[ARM] Allocatable Global Register Variables for ARM"Carey Williams2019-11-291-33/+5
* [PowerPC] Add new Future CPU for PowerPCStefan Pintilie2019-11-211-0/+1
* [ARM] Allocatable Global Register Variables for ARMAnna Welker2019-11-181-5/+33
* [RISCV] Match GCC `-march`/`-mabi` driver defaultsSam Elliott2019-11-152-12/+129
* Add 8548 CPU definition and attributesJustin Hibbits2019-11-121-0/+2
* [RISCV] Add support for -ffixed-xX flagsSimon Cook2019-10-221-0/+64
* Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner2019-10-194-0/+4
* [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
OpenPOWER on IntegriCloud