summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Limit -fintegrated-cc1 to only one TUAlexandre Ganea2020-02-131-0/+5
* Replace CLANG_SPAWN_CC1 env var with a driver mode flagNico Weber2020-01-161-0/+4
* [Remarks][Driver] Run dsymutil when remarks are enabledFrancis Visoiu Mistrih2019-12-181-2/+3
* [Remarks][Driver][NFC] Make shouldEmitRemarks more available in the DriverFrancis Visoiu Mistrih2019-12-181-0/+23
* [Driver] Avoid copies in range-based for loopsMark de Wever2019-12-171-1/+1
* [clang][IFS] Allow 2 output files when using -o and -c with clang IFS stubs.Puyan Lotfi2019-12-091-5/+16
* Fix compilation warning. NFC.Michael Liao2019-11-211-1/+1
* [clang][IFS][test] GreenDragon and Fuchsia Darwin bot fix: BindArchClass Nest.Puyan Lotfi2019-11-201-1/+3
* [clang][IFS] Driver Pipeline: generate stubs after standard pipeline (3)Puyan Lotfi2019-11-201-8/+69
* Revert "[clang][IFS] Driver Pipeline: generate stubs after standard pipeline ...Puyan Lotfi2019-11-191-69/+8
* [clang][IFS] Driver Pipeline: generate stubs after standard pipeline (2)Puyan Lotfi2019-11-191-8/+69
* Revert "[clang][IFS] Driver pipeline: generate interface stubs after standard...Puyan Lotfi2019-11-191-69/+8
* [clang][IFS] Driver pipeline: generate interface stubs after standard pipeline.Puyan Lotfi2019-11-191-8/+69
* [RISCV] Set triple based on -march flagSimon Cook2019-11-181-0/+11
* [clang][driver] Add basic --driver-mode=flang support for fortranPeter Waller2019-10-301-0/+14
* Add AIX toolchain and basic linker functionalitystevewan2019-10-241-0/+4
* [clang][driver] Print compilation phases with indentation.Michael Liao2019-10-191-5/+24
* Reland [Driver] Fix -working-directory issuesJan Korous2019-10-151-13/+9
* [clang][IFS] Fixing spelling errors in interface-stubs OPT flag (NFC).Puyan Lotfi2019-10-121-2/+2
* [Clang][OpenMP Offload] Add new tool for wrapping offload device binariesSergey Dmitriev2019-10-091-15/+42
* [HIP] Fix -save-tempsYaxun Liu2019-10-091-0/+11
* [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-081-7/+29
* [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-031-29/+7
* [clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi2019-10-021-7/+29
* [Clang][Driver][NFC] Corrected DeviceActionBuilder methods' comments.Sergey Dmitriev2019-10-021-4/+2
* [static analyzer] Remove --analyze-autoJan Korous2019-09-241-3/+2
* [Driver] Fix multiple bugs related to dependency file options: -M -MM -MD -MM...Fangrui Song2019-09-141-2/+4
* Revert r361885 "[Driver] Fix -working-directory issues"Hans Wennborg2019-09-051-10/+14
* [Driver] Use shared singleton instance of DriverOptTableIlya Biryukov2019-09-041-28/+30
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-48/+48
* [NFC][clang] Moving argument handling: Driver::BuildActions -> handleArgumentsPuyan Lotfi2019-08-141-114/+118
* [NFC][clang] Adding argument based Phase list filtering to getComplicationPhasesPuyan Lotfi2019-08-131-9/+7
* [clang][NFC] Consolidating usage of "FinalPhase" in Driver::BuildActions.Puyan Lotfi2019-08-091-83/+100
* [NFC][clang] Refactor getCompilationPhases()+Types.def step 1.Puyan Lotfi2019-07-221-8/+8
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-2/+2
* [clang] allow -fthinlto-index= without -x irBob Haarman2019-07-151-0/+6
* Add a comment explaining why a function existsNico Weber2019-07-051-0/+3
* Make joined instances of JoinedOrSeparate flags point to the unaliased args, ...Nico Weber2019-07-051-1/+1
* [Driver] Fix style issues of --print-supported-cpus after D63105Fangrui Song2019-06-291-12/+8
* print-supported-cpus quality of life patch.Ziang Wan2019-06-251-3/+9
* [clang-ifs] Clang Interface Stubs, first version (second landing attempt).Puyan Lotfi2019-06-201-0/+3
* Revert D60974 "[clang-ifs] Clang Interface Stubs, first version."Fangrui Song2019-06-181-3/+0
* [clang-ifs] Clang Interface Stubs, first version.Puyan Lotfi2019-06-171-0/+3
* Add --print-supported-cpus flag for clang.Ziang Wan2019-06-141-1/+13
* AMDGPU: Use AMDGPU toolchain for other OSesMatt Arsenault2019-06-141-0/+2
* Fix compilation warning about unused variable [NFC]Mikael Holmen2019-06-031-1/+1
* [Driver] Search the toolchain dir with -print-file-namePetr Hosek2019-05-291-0/+5
OpenPOWER on IntegriCloud