summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver
Commit message (Expand)AuthorAgeFilesLines
* [RISCV] Fix sysroot tests without GCC on RISC-V hosts with GCCLuís Marques2020-06-252-0/+2
* [X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable2020-06-241-0/+12
* [X86] Add tests to clang Driver to ensure that SLH/Retpoline features are not...Scott Constable2020-06-241-0/+7
* Revert "[X86] Add a Pass that builds a Condensed CFG for Load Value Injection...Craig Topper2020-06-241-5/+0
* [X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable2020-06-241-0/+5
* [X86] Add Indirect Thunk Support to X86 to mitigate Load Value Injection (LVI)Scott Constable2020-06-241-0/+5
* [Driver] Support -fsanitize=shadow-call-stack and cfi-icall on aarch64_beFangrui Song2020-06-241-2/+3
* [Driver] Support -fsanitize=shadow-call-stack on aarch64_beFangrui Song2020-06-241-0/+4
* [AARch64] Add Marvell ThunderX3T110 supportWei Zhao2020-06-171-0/+28
* [CUDA] Warn about unsupported CUDA SDK version only if it's used.Artem Belevich2020-03-231-0/+5
* [driver][darwin] Don't use -platform_version flag by default (PR44813)Hans Wennborg2020-02-274-9/+27
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-191-2/+2
* [Clang] Limit -fintegrated-cc1 to only one TUAlexandre Ganea2020-02-131-8/+23
* [Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error...Alexandre Ganea2020-02-121-0/+8
* Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras...Alexandre Ganea2020-02-102-5/+78
* [CUDA] Assume the latest known CUDA version if we've found an unknown one.Artem Belevich2020-01-297-0/+5
* [Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p...Fangrui Song2020-01-241-3/+5
* [Clang][IFS][Test] Work around in-process cc1 ASAN issues #2.Mitch Phillips2020-01-231-4/+12
* Clang] Fix expansion of response files in -Wp after integrated-cc1 changeAlexandre Ganea2020-01-231-0/+10
* [PATCH] Reland [Clang] Un-break scan-build after integrated-cc1 changeAlexandre Ganea2020-01-224-7/+8
* Revert "[OPENMP]Do not use RTTI by default for NVPTX devices."Alexey Bataev2020-01-171-20/+0
* Replace CLANG_SPAWN_CC1 env var with a driver mode flagNico Weber2020-01-161-4/+22
* [Driver][X86] Add -malign-branch* and -mbranches-within-32B-boundariesFangrui Song2020-01-142-0/+52
* Modify test to use -S instead of -c so that it works when an external assembl...Douglas Yung2020-01-141-4/+4
* [OPENMP]Do not use RTTI by default for NVPTX devices.Alexey Bataev2020-01-141-0/+20
* [Driver][test] Fix Driver/hexagon-toolchain-elf.c for -DCLANG_DEFAULT_LINKER=...Fangrui Song2020-01-141-1/+2
* [Driver] Ignore -fno-semantic-interpositionFangrui Song2020-01-141-0/+1
* Fix NetBSD bot after b4a99a061f517e60985667e39519f60186cbb469 ([Clang][Driver...Alexandre Ganea2020-01-141-1/+1
* [clang] [test] Fix riscv-toolchain-extra to be less picky about pathsMichał Górny2020-01-142-6/+6
* [Clang] Always set -z now linker option on FuchsiaPetr Hosek2020-01-132-2/+2
* [Clang][Driver] Re-use the calling process instead of creating a new process ...Alexandre Ganea2020-01-135-4/+8
* This option allows selecting the TLS size in the local exec TLS model,KAWASHIMA Takahiro2020-01-131-0/+26
* driver: Allow -fdebug-compilation-dir=foo in joined form.Nico Weber2020-01-104-4/+9
* [Driver][PowerPC] Move powerpcspe logic from cc1 to DriverFangrui Song2020-01-101-1/+4
* [Driver][CodeGen] Add -fpatchable-function-entry=N[,0]Fangrui Song2020-01-101-0/+17
* [ARM][MVE] MVE-I should not be disabled by -mfpu=noneMomchil Velikov2020-01-091-17/+37
* AArch64: add missing Apple CPU names and use them by default.Tim Northover2020-01-082-3/+3
* [PowerPC] Default ppc64 linux-gnu/freebsd to -fno-PICFangrui Song2020-01-071-4/+6
* [PowerPC][Triple] Use elfv2 on freebsd>=13 and linux-muslFangrui Song2020-01-071-0/+6
* [HIP] Add option --gpu-max-threads-per-block=nYaxun (Sam) Liu2020-01-071-0/+10
* [Clang] Force rtlib=platform in test to avoid fails with CLANG_DEFAULT_RTLIBKristina Brooks2020-01-061-0/+3
* [SystemZ] Don't allow CL option -mpacked-stack with -mbackchain.Jonas Paulsson2020-01-031-0/+3
* [Driver] Allow -mnop-mcount for SystemZ and -mfentry for X86 and SystemZFangrui Song2019-12-222-3/+16
* [Driver] Verify -mrecord-mcount in Driver, instead of CodeGen after D71627Fangrui Song2019-12-211-0/+8
* Add missing `REQUIRES: hexagon-registered-target`David Zarzycki2019-12-211-0/+1
* Avoid unsupported LLD optionsSid Manning2019-12-202-0/+22
* [NFC][Driver] Add dummy compiler-rt sanitizer dylibs for Darwin.Dan Liew2019-12-2031-0/+0
* Re-land "Add an -fno-temp-file flag for compilation"Hans Wennborg2019-12-191-0/+3
* [Remarks][Driver] Place temporary remark files next to temporary object filesFrancis Visoiu Mistrih2019-12-181-0/+7
* [Remarks][Driver] Run dsymutil when remarks are enabledFrancis Visoiu Mistrih2019-12-181-0/+13
OpenPOWER on IntegriCloud