summaryrefslogtreecommitdiffstats
path: root/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* [MinGW] Use SEH by default on AArch64Martin Storsjo2019-05-061-2/+3
* [OpenMP][Clang] Support for target math functionsGheorghe-Teodor Bercea2019-05-061-0/+15
* [Driver] Create non-existent directory for -fcrash-diagnostics-dirPetr Hosek2019-05-041-0/+2
* [CUDA][Clang][Bugfix] Add missing CUDA 9.2 caseGheorghe-Teodor Bercea2019-05-031-0/+3
* [CUDA] Do not pass deprecated option fo fatbinaryArtem Belevich2019-05-021-1/+2
* [Driver] Support compiler-rt crtbegin.o/crtend.o for LinuxPetr Hosek2019-04-301-24/+45
* [Fuchsia] Support multilib for -fsanitize=address and -fno-exceptionsPetr Hosek2019-04-274-50/+64
* [Driver] Support priority for multilibsPetr Hosek2019-04-271-4/+16
* [driver][macOS] Link libarclite from the default toolchain when clangAlex Lorenz2019-04-261-1/+30
* [CUDA] Implemented _[bi]mma* builtins.Artem Belevich2019-04-251-13/+19
* [Windows] Separate elements in -print-search-dirs with semicolonsMartin Storsjo2019-04-251-2/+2
* Fix unquoted spaces in args in clang --verbose outputHans Wennborg2019-04-241-1/+1
* [PowerPC] [Clang] Port MMX intrinsics and basic test cases to PowerQiu Chaofan2019-04-234-0/+71
* [MSVC] If unable to find link.exe from a MSVC installation, look for link.exe...Martin Storsjo2019-04-191-2/+12
* Enable frame pointer elimination for OpenBSD on powerpc.Brad Smith2019-04-191-0/+1
* Debian: Add two missing version code in sidSylvestre Ledru2019-04-191-0/+2
* Add support of the future Debian (Debian 11 - Bullseye)Sylvestre Ledru2019-04-191-0/+2
* Add support of the next Ubuntu (Ubuntu 19.10 - Eoan EANIMAL)Sylvestre Ledru2019-04-191-0/+1
* [LTO] Add plumbing to save stats during LTO on Darwin.Florian Hahn2019-04-191-0/+8
* [MSVC] Use the correct casing of HostX64/HostX86Martin Storsjo2019-04-181-2/+2
* [Driver] Simplify -g level computation and its interaction with -gsplit-dwarfFangrui Song2019-04-171-34/+19
* DebugInfo: Default to standalone debug when tuning for LLDBDavid Blaikie2019-04-161-3/+4
* [MinGW] Remove some supefluous calls to MakeArgString. NFC.Martin Storsjo2019-04-151-8/+8
* [c++20] Enable driver and frontend support for building and usingRichard Smith2019-04-141-5/+10
* [HIP] Use -mlink-builtin-bitcode to link device libraryYaxun Liu2019-04-121-40/+41
* [asan] Add gcc 8's driver option -fsanitize=pointer-compare and -fsanitize=po...Pierre Gousseau2019-04-1211-0/+49
* Enable frame pointer elimination for OpenBSD on x86 and mips64.Brad Smith2019-04-121-0/+12
* Add support for detection of devtoolset-8Tom Stellard2019-04-091-0/+1
* Enable IAS for FreeBSD SPARC64.Brad Smith2019-04-071-1/+2
* [RISCV] Collect library directories and triples for riscv64 triple tooAlex Bradbury2019-04-041-6/+16
* [driver][mips] Check both `gnuabi64` and `gnu` suffixes in `getMultiarchTriple`Simon Atanasyan2019-04-021-14/+19
* [driver] clang-format. Fix indentation, split long lines. NFCSimon Atanasyan2019-04-023-18/+28
* [Driver] Enable -fsanitize-address-globals-dead-stripping by default on PS4.Pierre Gousseau2019-04-021-0/+1
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-313-6/+4
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-0/+1
* [Driver] Use --warn-shared-textrel for Android.Dan Albert2019-03-291-0/+5
* [AMDGPU] Switch default DWARF version to 5Scott Linder2019-03-291-1/+1
* [AArch64] Support selecting TPIDR_EL[1-3] as the thread baseOliver Stannard2019-03-291-0/+12
* [Driver] Default Android toolchains to noexecstack.Dan Albert2019-03-285-1/+22
* [WebAssembly] Reland of rL356953 (4dcf3acce6)Sam Clegg2019-03-282-1/+23
* [Driver] Allow -gsplit-dwarf on ELF OSes other than Linux and FuchsiaFangrui Song2019-03-281-5/+4
* Revert "[WebAssembly] Don't use default GetLinkerPath"Derek Schuff2019-03-272-23/+1
* Revert the r348352 "[clang] - Simplify tools::SplitDebugName."George Rimar2019-03-275-13/+21
* Make -mno-outline pass -enable-machine-outliner=never to ld in LTOJessica Paquette2019-03-261-6/+15
* [RISCV] Pass -target-abi to -cc1asRoger Ferrer Ibanez2019-03-262-0/+16
* [WebAssembly] Don't use default GetLinkerPathSam Clegg2019-03-252-1/+23
* clang -dumpversion returns 4.2.1 for legacy reason, update itSylvestre Ledru2019-03-251-5/+1
* [WebAssembly] Make driver -pthread imply linker --shared-memoryThomas Lively2019-03-221-1/+3
* [Driver] Pass -malign-double from the driver to the cc1 command lineCraig Topper2019-03-211-0/+1
* Add --unwindlib=[libgcc|compiler-rt] to parallel --rtlib= [take 2]Sterling Augustine2019-03-192-35/+96