summaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains
Commit message (Expand)AuthorAgeFilesLines
* Reland [Driver] Fix -working-directory issuesJan Korous2019-10-151-20/+15
* Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-151-0/+8
* Revert "Dead Virtual Function Elimination"Jorge Gorbe Moya2019-10-141-24/+3
* Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher2019-10-141-8/+0
* [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-141-0/+8
* Add support to -Wa,-W in clangJian Cai2019-10-141-1/+1
* Revert "Add support to -Wa,-W in clang"Jian Cai2019-10-141-1/+1
* Add support to -Wa,-W in clangJian Cai2019-10-141-1/+1
* [clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous2019-10-141-0/+4
* [ARM] Preserve fpu behaviour for '-crypto'Diogo N. Sampaio2019-10-141-18/+27
* [RISCV] enable LTO support, pass some options to linker.Sam Elliott2019-10-145-89/+136
* [clang][IFS] Fixing spelling errors in interface-stubs OPT flag (NFC).Puyan Lotfi2019-10-121-2/+2
* Dead Virtual Function EliminationOliver Stannard2019-10-111-3/+24
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-101-5/+28
* [MSVC] Automatically add atlmfc folder to include and libpath.Zachary Turner2019-10-102-3/+16
* [Clang][OpenMP Offload] Add new tool for wrapping offload device binariesSergey Dmitriev2019-10-096-127/+69
* [HIP] Fix -save-tempsYaxun Liu2019-10-093-32/+46
* [mips] Set default float ABI to "soft" on FreeBSDSimon Atanasyan2019-10-094-9/+17
* [clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi2019-10-083-21/+77
* [Driver] NFC: Remove duplicate call to getLibGccTypeCullen Rhodes2019-10-041-1/+0
* [HIP] Use option -nogpulib to disable linking device libYaxun Liu2019-10-032-2/+5
* Revert 373538 and follow-ups 373549 and 373552.Nico Weber2019-10-033-77/+21
* [clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi2019-10-023-21/+77
* [ThinLTO] Enable index-only WPD from clangTeresa Johnson2019-10-011-6/+5
* [Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab...Sergey Dmitriev2019-09-271-11/+0
* Fix the 'directory' field in DumpCompilationDatabase and add testHans Wennborg2019-09-271-1/+1
* Only pass -coverage-notes-file when emitting coverageReid Kleckner2019-09-261-36/+46
* [Driver] Always use -z separate-loadable-segments with lld on FuchsiaFangrui Song2019-09-251-1/+1
* [HIP] Support new kernel launching APIYaxun Liu2019-09-241-0/+4
* Revert "[static analyzer] Define __clang_analyzer__ macro in driver"Jan Korous2019-09-241-3/+1
* [static analyzer] Define __clang_analyzer__ macro in driverJan Korous2019-09-241-1/+3
* 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-182-7/+7
* [ARM] Update clang for removal of vfp2d16 and vfp2d16spEli Friedman2019-09-171-1/+1
* [Driver] Fix multiple bugs related to dependency file options: -M -MM -MD -MM...Fangrui Song2019-09-141-30/+34
* [Driver] Improve Clang::getDependencyFileName and its tests after rC371853Fangrui Song2019-09-141-1/+1
* Fix depfile name constructionLuke Cheeseman2019-09-131-6/+5
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-131-0/+6
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-131-5/+1
* Revert "For PR17164: split -fno-lax-vector-conversion into three different"Jonas Devlieghere2019-09-131-1/+5
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-131-5/+1
* [WebAssembly] Add -fwasm-exceptions for wasm EHHeejin Ahn2019-09-122-3/+25
* [ARM] Take into account -mcpu and -mfpu options while handling 'crypto' featureDiogo N. Sampaio2019-09-111-15/+18
* Don't emit .gnu_pubnames when tuning for LLDB.Adrian Prantl2019-09-101-1/+0
* [RISCV] Make -march=rv{32,64}gc the default in RISC-V LinuxRoger Ferrer Ibanez2019-09-103-9/+15
* [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
* [Driver] Handle default case in refactored addOpenMPRuntimePirama Arumuga Nainar2019-09-091-0/+2
* [Driver] Add -static-openmp driver optionPirama Arumuga Nainar2019-09-095-12/+34
* Revert r361885 "[Driver] Fix -working-directory issues"Hans Wennborg2019-09-051-15/+20