summaryrefslogtreecommitdiffstats
path: root/test/Driver
Commit message (Expand)AuthorAgeFilesLines
* [Clang][NewPM] Don't bail out if the target machine is emptyPetr Hosek2019-05-061-0/+1
* [MinGW] Use SEH by default on AArch64Martin Storsjo2019-05-061-2/+2
* [OpenMP][Clang] Support for target math functionsGheorghe-Teodor Bercea2019-05-061-0/+5
* Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper ...Luo, Yuanke2019-05-061-0/+5
* [Driver] Create non-existent directory for -fcrash-diagnostics-dirPetr Hosek2019-05-041-1/+0
* [CommandLine] Change help output to prefix long options with `--` instead of ...Don Hinton2019-05-031-4/+4
* [Driver] Explicitly request platform rtlib in the Driver pic testPetr Hosek2019-05-011-3/+3
* Change llvm-{objdump,readobj} -long-option to --long-option or well-known sho...Fangrui Song2019-05-012-2/+2
* [WebAssembly] Use the "wasm32-wasi" triple in testsDan Gohman2019-04-302-12/+12
* [Driver] Support compiler-rt crtbegin.o/crtend.o for LinuxPetr Hosek2019-04-305-61/+66
* [Fuchsia] Support multilib for -fsanitize=address and -fno-exceptionsPetr Hosek2019-04-273-0/+21
* [clang][driver] Weaken the test from 359353 to appease Windows botsAlex Lorenz2019-04-261-1/+1
* [driver][macOS] Link libarclite from the default toolchain when clangAlex Lorenz2019-04-261-0/+8
* Add 'REQUIRES: shell' to verbose-output-quoting.cHans Wennborg2019-04-241-0/+1
* Fix unquoted spaces in args in clang --verbose outputHans Wennborg2019-04-241-0/+9
* Enable frame pointer elimination for OpenBSD on powerpc.Brad Smith2019-04-191-0/+4
* clang-cl: Parse /openmp:experimentalHans Wennborg2019-04-171-0/+1
* [Driver] Simplify -g level computation and its interaction with -gsplit-dwarfFangrui Song2019-04-171-1/+5
* Modify test to use -S instead of -c so that it works when an external assembl...Douglas Yung2019-04-161-3/+3
* Tweak test to pass when using a non-integrated assembler.Richard Smith2019-04-161-4/+4
* DebugInfo: Default to standalone debug when tuning for LLDBDavid Blaikie2019-04-161-11/+10
* Revert "[clang] Aligned allocation is actually supported in macosx 10.13"Louis Dionne2019-04-151-4/+4
* [clang] Aligned allocation is actually supported in macosx 10.13Louis Dionne2019-04-151-4/+4
* [c++20] Enable driver and frontend support for building and usingRichard Smith2019-04-141-0/+74
* [HIP] Use -mlink-builtin-bitcode to link device libraryYaxun Liu2019-04-123-14/+19
* [asan] Add gcc 8's driver option -fsanitize=pointer-compare and -fsanitize=po...Pierre Gousseau2019-04-121-0/+11
* Enable frame pointer elimination for OpenBSD on x86 and mips64.Brad Smith2019-04-121-0/+9
* clang-cl: Fix parsing of the /F option (PR41405)Hans Wennborg2019-04-101-1/+1
* IAS is now enabled for all OS on MIPS64Brad Smith2019-04-082-10/+2
* Enable IAS for FreeBSD SPARC64.Brad Smith2019-04-071-4/+6
* [test] Specify an explicit darwin version in a triple inAlex Lorenz2019-04-051-1/+1
* Verify that Android targets generate DWARF 4 by default.Stephen Hines2019-04-041-1/+7
* [RISCV] Fix rL357699 by adding missing zero-length filesAlex Bradbury2019-04-043-0/+0
* [RISCV] Collect library directories and triples for riscv64 triple tooAlex Bradbury2019-04-043-0/+97
* [RISCV][NFC] s/riscv32-linux-unknown-elf/riscv32-unknown-linux-gnu in test/Dr...Alex Bradbury2019-04-041-2/+2
* [driver][mips] Check both `gnuabi64` and `gnu` suffixes in `getMultiarchTriple`Simon Atanasyan2019-04-021-0/+10
* [Driver] Enable -fsanitize-address-globals-dead-stripping by default on PS4.Pierre Gousseau2019-04-021-0/+1
* [PowerPC] Fix issue with inline asm - soft float modeStrahinja Petrovic2019-04-021-0/+16
* [Driver] Use --warn-shared-textrel for Android.Dan Albert2019-03-291-1/+7
* [AMDGPU] Switch default DWARF version to 5Scott Linder2019-03-292-1/+4
* clang-cl: Expose -fprofile-generate and -fcs-profile-generate (PR41252)Hans Wennborg2019-03-291-0/+7
* [AArch64] Support selecting TPIDR_EL[1-3] as the thread baseOliver Stannard2019-03-291-0/+30
* [Driver] Default Android toolchains to noexecstack.Dan Albert2019-03-283-2/+16
* [WebAssembly] Reland of rL356953 (4dcf3acce6)Sam Clegg2019-03-282-8/+8
* Fix tests after rC357150Fangrui Song2019-03-282-2/+2
* [Driver] Allow -gsplit-dwarf on ELF OSes other than Linux and FuchsiaFangrui Song2019-03-281-0/+3
* Revert "[WebAssembly] Don't use default GetLinkerPath"Derek Schuff2019-03-272-8/+8
* Make -mno-outline pass -enable-machine-outliner=never to ld in LTOJessica Paquette2019-03-261-1/+7
* [RISCV] Pass -target-abi to -cc1asRoger Ferrer Ibanez2019-03-261-0/+8
* [WebAssembly] Don't use default GetLinkerPathSam Clegg2019-03-252-8/+8