summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Driver] Fix -working-directory issuesMichael J. Spencer2019-05-281-14/+10
* lld-link, clang: Treat non-existent input files as possible spellos for optio...Nico Weber2019-05-231-11/+30
* [Driver] Create non-existent directory for -fcrash-diagnostics-dirPetr Hosek2019-05-041-0/+2
* [Windows] Separate elements in -print-search-dirs with semicolonsMartin Storsjo2019-04-251-2/+2
* [PowerPC] [Clang] Port MMX intrinsics and basic test cases to PowerQiu Chaofan2019-04-231-0/+6
* [driver] clang-format. Fix indentation, split long lines. NFCSimon Atanasyan2019-04-021-10/+15
* clang -dumpversion returns 4.2.1 for legacy reason, update itSylvestre Ledru2019-03-251-5/+1
* [HIP] Do not unbundle object files for -fno-gpu-rdcYaxun Liu2019-03-051-10/+13
* [WebAssembly] Remove uses of ThreadModelThomas Lively2019-02-281-1/+1
* [WebAssembly] Make thread-related options consistentHeejin Ahn2019-02-111-1/+1
* Use llvm::is_contained. NFCFangrui Song2019-02-101-2/+1
* Make clang/test/Index/pch-from-libclang.c pass in more placesNico Weber2019-01-311-11/+28
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MSP430] Provide a toolchain descriptionAnton Korobeynikov2019-01-151-0/+5
* [Darwin][Driver] Don't pass a file as object_path_lto during ThinLTOSteven Wu2019-01-111-0/+11
* [HIP][DRIVER][OFFLOAD] Do not unbundle unsupported file typesAaron Enye Shi2019-01-041-0/+12
* [clang-cl] Treat inputs as C++ with /E, like MSVCReid Kleckner2018-12-261-1/+4
* [Driver] Also obey -nostdlib++ when rewriting -lstdc++.Dan Albert2018-12-181-1/+3
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-1/+1
* PTH-- Remove feature entirely-Erich Keane2018-12-041-4/+1
* Add Hurd target to Clang driver (2/2)Kristina Brooks2018-11-291-0/+11
* [HIP] Fix device only compilationYaxun Liu2018-11-141-8/+12
* [Tooling] Produce diagnostics for missing input files.Sam McCall2018-11-081-1/+1
* clang-cl: Add "/clang:" pass-through arg support.Hans Wennborg2018-11-081-13/+40
* Revert "Reapply: [Driver] Use forward slashes in most linker arguments"Martin Storsjo2018-10-261-6/+0
* Reapply: [Driver] Use forward slashes in most linker argumentsMartin Storsjo2018-10-261-0/+6
* [autocompletion] Handle the space before pressing tabYuka Takahashi2018-10-241-0/+15
* [bash-autocompletion] Fix bug when a flag ends with '='Yuka Takahashi2018-10-241-1/+3
OpenPOWER on IntegriCloud