summaryrefslogtreecommitdiff
path: root/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* [Driver,ARM] Make -mfloat-abi=soft turn off MVE.Simon Tatham2019-10-161-0/+1
* [Clang][OpenMP Offload] Move offload registration code to the wrapperSergey Dmitriev2019-10-151-27/+3
* Reland [Driver] Fix -working-directory issuesJan Korous2019-10-152-33/+24
* 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-123-5/+5
* 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-099-142/+128
* [HIP] Fix -save-tempsYaxun Liu2019-10-094-32/+57
* [mips] Set default float ABI to "soft" on FreeBSDSimon Atanasyan2019-10-094-9/+17
* [driver][hip] Skip bundler if host action is nothing.Michael Liao2019-10-081-1/+2
* [clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi2019-10-089-29/+141
* [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
* [HIP] Enable specifying different default gpu arch for HIP/CUDA.Michael Liao2019-10-031-3/+11
* [HIP] Support -emit-llvm for device compilationYaxun Liu2019-10-031-2/+8
* Revert 373538 and follow-ups 373549 and 373552.Nico Weber2019-10-039-141/+29
* [clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi2019-10-029-29/+141
* [Clang][Driver][NFC] Corrected DeviceActionBuilder methods' comments.Sergey Dmitriev2019-10-021-4/+2
* [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] Remove --analyze-autoJan Korous2019-09-242-4/+3
* [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-142-32/+38
* [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