aboutsummaryrefslogtreecommitdiff
path: root/test/Driver
AgeCommit message (Expand)Author
2019-05-06[Clang][NewPM] Don't bail out if the target machine is emptyPetr Hosek
2019-05-06[MinGW] Use SEH by default on AArch64Martin Storsjo
2019-05-06[OpenMP][Clang] Support for target math functionsGheorghe-Teodor Bercea
2019-05-06Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper ...Luo, Yuanke
2019-05-04[Driver] Create non-existent directory for -fcrash-diagnostics-dirPetr Hosek
2019-05-03[CommandLine] Change help output to prefix long options with `--` instead of ...Don Hinton
2019-05-01[Driver] Explicitly request platform rtlib in the Driver pic testPetr Hosek
2019-05-01Change llvm-{objdump,readobj} -long-option to --long-option or well-known sho...Fangrui Song
2019-04-30[WebAssembly] Use the "wasm32-wasi" triple in testsDan Gohman
2019-04-30[Driver] Support compiler-rt crtbegin.o/crtend.o for LinuxPetr Hosek
2019-04-27[Fuchsia] Support multilib for -fsanitize=address and -fno-exceptionsPetr Hosek
2019-04-26[clang][driver] Weaken the test from 359353 to appease Windows botsAlex Lorenz
2019-04-26[driver][macOS] Link libarclite from the default toolchain when clangAlex Lorenz
2019-04-24Add 'REQUIRES: shell' to verbose-output-quoting.cHans Wennborg
2019-04-24Fix unquoted spaces in args in clang --verbose outputHans Wennborg
2019-04-19Enable frame pointer elimination for OpenBSD on powerpc.Brad Smith
2019-04-17clang-cl: Parse /openmp:experimentalHans Wennborg
2019-04-17[Driver] Simplify -g level computation and its interaction with -gsplit-dwarfFangrui Song
2019-04-16Modify test to use -S instead of -c so that it works when an external assembl...Douglas Yung
2019-04-16Tweak test to pass when using a non-integrated assembler.Richard Smith
2019-04-16DebugInfo: Default to standalone debug when tuning for LLDBDavid Blaikie
2019-04-15Revert "[clang] Aligned allocation is actually supported in macosx 10.13"Louis Dionne
2019-04-15[clang] Aligned allocation is actually supported in macosx 10.13Louis Dionne
2019-04-14[c++20] Enable driver and frontend support for building and usingRichard Smith
2019-04-12[HIP] Use -mlink-builtin-bitcode to link device libraryYaxun Liu
2019-04-12[asan] Add gcc 8's driver option -fsanitize=pointer-compare and -fsanitize=po...Pierre Gousseau
2019-04-12Enable frame pointer elimination for OpenBSD on x86 and mips64.Brad Smith
2019-04-10clang-cl: Fix parsing of the /F option (PR41405)Hans Wennborg
2019-04-08IAS is now enabled for all OS on MIPS64Brad Smith
2019-04-07Enable IAS for FreeBSD SPARC64.Brad Smith
2019-04-05[test] Specify an explicit darwin version in a triple inAlex Lorenz
2019-04-04Verify that Android targets generate DWARF 4 by default.Stephen Hines
2019-04-04[RISCV] Fix rL357699 by adding missing zero-length filesAlex Bradbury
2019-04-04[RISCV] Collect library directories and triples for riscv64 triple tooAlex Bradbury
2019-04-04[RISCV][NFC] s/riscv32-linux-unknown-elf/riscv32-unknown-linux-gnu in test/Dr...Alex Bradbury
2019-04-02[driver][mips] Check both `gnuabi64` and `gnu` suffixes in `getMultiarchTriple`Simon Atanasyan
2019-04-02[Driver] Enable -fsanitize-address-globals-dead-stripping by default on PS4.Pierre Gousseau
2019-04-02[PowerPC] Fix issue with inline asm - soft float modeStrahinja Petrovic
2019-03-29[Driver] Use --warn-shared-textrel for Android.Dan Albert
2019-03-29[AMDGPU] Switch default DWARF version to 5Scott Linder
2019-03-29clang-cl: Expose -fprofile-generate and -fcs-profile-generate (PR41252)Hans Wennborg
2019-03-29[AArch64] Support selecting TPIDR_EL[1-3] as the thread baseOliver Stannard
2019-03-28[Driver] Default Android toolchains to noexecstack.Dan Albert
2019-03-28[WebAssembly] Reland of rL356953 (4dcf3acce6)Sam Clegg
2019-03-28Fix tests after rC357150Fangrui Song
2019-03-28[Driver] Allow -gsplit-dwarf on ELF OSes other than Linux and FuchsiaFangrui Song
2019-03-27Revert "[WebAssembly] Don't use default GetLinkerPath"Derek Schuff
2019-03-26Make -mno-outline pass -enable-machine-outliner=never to ld in LTOJessica Paquette
2019-03-26[RISCV] Pass -target-abi to -cc1asRoger Ferrer Ibanez
2019-03-25[WebAssembly] Don't use default GetLinkerPathSam Clegg