summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r340025:Tom Stellard2018-10-251-3/+4
* [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
* [CUDA] Disable LTO for device-side compilations.Artem Belevich2018-03-211-4/+5
* [Bash-autocompletion] Fixed formattingYuka Takahashi2018-03-051-3/+4
* [Bash-autocompletion] Pass all flags in shell command-line to ClangYuka Takahashi2018-03-051-19/+31
* Further cleanup to Driver mode code, as suggested by dblaikie [NFC]Erich Keane2018-02-121-9/+7
* [NFC] Change odd cast-through-unknown behavior to an OptionalErich Keane2018-02-071-9/+9
* [NFC] Correct a typo'ed comment and reworded, since it is awkward.Erich Keane2018-02-071-1/+1
* [Driver] Suggest correctly spelled driver optionsBrian Gesiak2018-01-061-8/+27
* [Driver] Fix unused variables and test-writing-into-workdir after r321621Sam McCall2018-01-021-2/+2
* Enable configuration files in clangSerge Pavlov2018-01-011-4/+260
* Reverted 321587: Enable configuration files in clangSerge Pavlov2017-12-301-260/+4
* Enable configuration files in clangSerge Pavlov2017-12-301-4/+260
* [AutoComplete] Use stronger sort predicate for autocomplete candidates to rem...Mandeep Singh Grang2017-11-201-1/+5
* [clang] Remove redundant return [NFC]Mandeep Singh Grang2017-11-131-2/+0
* Vary Windows toolchain selection by -fuse-ldDave Lee2017-11-061-1/+7
* [Bash-autocomplete] Fix crash when invoking --autocomplete without value.Raphael Isemann2017-09-051-6/+4
* [clang-cl] Explicitly set object format to COFF in CL modeOleg Ranevskyy2017-08-311-0/+1
* [Bash-autocomplete] Refactor autocomplete code into own functionYuka Takahashi2017-08-291-43/+51
* Use class to pass information about executable nameSerge Pavlov2017-08-291-3/+2
* [Driver] Register effective triple before get arm float abi.Leo Li2017-08-241-0/+2
* [Driver] Search compiler-rt paths in -print-file-name=Petr Hosek2017-08-101-1/+6
* [OpenMP] Fix bug regarding cubin integration into host binaryGheorghe-Teodor Bercea2017-08-091-2/+2
OpenPOWER on IntegriCloud