summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [driver][mips] Adjust target triple's environment accordingly to provided ABI...Simon Atanasyan2018-10-161-6/+19
* Revert 344389 "Revert r344375 "[Driver] check for exit code from SIGPIPE""Nick Desaulniers2018-10-151-7/+18
* Revert r344375 "[Driver] check for exit code from SIGPIPE"Reid Kleckner2018-10-121-16/+7
* [Driver] check for exit code from SIGPIPENick Desaulniers2018-10-121-7/+16
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-3/+3
* [Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..."Fangrui Song2018-10-101-1/+3
* [HIP] Support early finalization of device code for -fno-gpu-rdcYaxun Liu2018-10-021-10/+64
* [DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types.Alexey Bataev2018-09-281-0/+18
* NFC: Fix some darwin linker warnings introduced in r338385Erik Pilkington2018-09-271-1/+1
* [driver][mips] Adjust target triple accordingly to provided ABI nameSimon Atanasyan2018-09-271-0/+10
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-6/+5
* Revert "[DRIVER][OFFLOAD] Do not invoke unbundler on unsupported fileAlexey Bataev2018-09-251-12/+0
* [DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types.Alexey Bataev2018-09-251-0/+12
* [modules] Driver support for precompiling a collection of files as a singleRichard Smith2018-09-151-20/+62
* Fix MSVC "illegal conversion; more than one user-defined conversion has been ...Simon Pilgrim2018-09-131-1/+1
OpenPOWER on IntegriCloud