summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Driver] Search LibraryPaths when handling -print-file-namePetr Hosek2018-09-121-18/+23
* [clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstopMike Rice2018-09-111-18/+5
* Fix the -print-multi-directory flag to print the selected multilib.Christian Bruel2018-09-061-8/+7
* Revert r341373, since it fails on some targets.Tim Shen2018-09-041-7/+8
* Fix the -print-multi-directory flag to print the selected multilib.Christian Bruel2018-09-041-8/+7
* Fix for bug 38508 - Don't do PCH processing when only generating preprocessor...Erich Keane2018-08-171-3/+4
* [Driver] -print-target-triple and -print-effective-triple optionsPetr Hosek2018-08-161-0/+12
* [RISCV] Add driver for riscv32-unknown-elf baremetal targetDavid Bolvansky2018-07-311-0/+5
* Enable .hip files for test/DriverYaxun Liu2018-07-241-2/+2
* Added -fcrash-diagnostics-dir flagBob Haarman2018-07-091-5/+20
* [clang-cl, PCH] Implement support for MS-style PCH through headersErich Keane2018-07-051-19/+4
* [clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)Hans Wennborg2018-06-251-0/+2
* Modules: Fix implicit output file for .cppm to .pcm instead of stdoutDavid Blaikie2018-06-141-2/+1
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-1/+1
* [HIP] Fix unbundlingYaxun Liu2018-06-061-4/+13
* [Driver] Clean up tmp files when deleting Compilation objectsDavid Stenberg2018-05-311-6/+0
* Add HIP toolchainYaxun Liu2018-05-301-15/+25
* Add action builder for HIPYaxun Liu2018-05-301-114/+218
* [Driver] Rename DefaultTargetTriple to TargetTriplePetr Hosek2018-05-291-17/+17
* [HIP] Set proper triple and offload kind for the toolchainYaxun Liu2018-05-111-10/+32
* [HIP] Diagnose unsupported host tripleYaxun Liu2018-05-111-3/+5
* [HIP] Let clang-offload-bundler support HIPYaxun Liu2018-05-111-3/+6
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-6/+6
* [Driver] Don't warn about unused inputs in config filesMartin Storsjo2018-05-041-3/+7
* Driver: fix an assertion with `-print-prog-name=`Saleem Abdulrasool2018-05-011-1/+7
* IWYU for llvm-config.h in clang. See r331124 for details.Nico Weber2018-04-301-0/+1
* [ConfigFiles] Update argument strings when merging argrument listsSerge Pavlov2018-04-261-1/+4
* [Driver] Fix implicit config files from prefixed symlinksMartin Storsjo2018-04-251-1/+2
* [HIP] Add driver input type for HIPYaxun Liu2018-04-181-6/+10
* [ThinLTO] Pass -save-temps to LTO backend for distributed ThinLTO buildsTeresa Johnson2018-04-171-2/+17
* Recommit r329442: Generate Libclang invocation reproducers using a newAlex Lorenz2018-04-071-9/+17
* Revert r329442 "Generate Libclang invocation reproducers using a newAlex Lorenz2018-04-061-10/+2
* Generate Libclang invocation reproducers using a new -cc1gen-reproducerAlex Lorenz2018-04-061-2/+10
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-5/+5
OpenPOWER on IntegriCloud