summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [OpenMP] OpenMP device offloading code generation produces a cubin file which...Gheorghe-Teodor Bercea2017-08-081-2/+2
* Darwin's toolchain should be initialized before openmp offloadingAlex Lorenz2017-08-081-0/+6
* Revert r310291, r310300 and r310332 because of test failure on DarwinAlex Lorenz2017-08-081-2/+2
* [OpenMP] Integrate OpenMP target region cubin into host binaryGheorghe-Teodor Bercea2017-08-071-2/+2
* Revert r304836.Nico Weber2017-08-031-4/+0
* [Bash-autocompletion] Show HelpText with possible flagsYuka Takahashi2017-07-261-1/+1
* Update after LLVM change r309087George Rimar2017-07-261-1/+2
* Remove Driver::UseStdLib.Nico Weber2017-07-231-3/+1
* Remove Bitrig: Clang ChangesErich Keane2017-07-211-4/+0
* [Bash-autocompletion] Add support for -W<warning> and -Wno<warning>Yuka Takahashi2017-07-161-0/+7
* [Bash-autocompletion] Auto complete cc1 options if -cc1 is specifiedYuka Takahashi2017-07-081-1/+10
* [OpenMP] Customize CUDA-based tool chain selectionGheorghe-Teodor Bercea2017-07-061-2/+16
* [Driver] Actually report errors during parsing instead of stopping when there...Benjamin Kramer2017-06-301-13/+29
* Add support for Ananas platformEd Schouten2017-06-251-0/+4
* Sort the autocomplete candidates before printing them out.Rui Ueyama2017-06-231-0/+7
* [GSoC] Flag value completion for clangYuka Takahashi2017-06-201-1/+19
* Add -frewrite-imports flag.Richard Smith2017-06-091-0/+2
* Only print registered targets for `--version`Dimitry Andric2017-06-071-4/+4
* Print registered targets in clang's version informationDimitry Andric2017-06-061-0/+5
* Don't defer to the GCC driver for linking arm-baremetalJonathan Roelofs2017-05-251-0/+3
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-241-0/+2
* [GSoC] Shell autocompletion for clangYuka Takahashi2017-05-231-0/+7
* Reverted r302775Serge Pavlov2017-05-111-2/+0
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-111-0/+2
* [Driver] Add compiler option to generate a reproducerBruno Cardoso Lopes2017-04-121-1/+4
* [Driver] Print a newline when invoking `-print-resource-dir`Meador Inge2017-04-051-1/+1
* [Driver] Add option to print the resource directoryMeador Inge2017-04-041-0/+5
* Driver/ToolChains: Mips -> MipsLinuxKonstantin Zhuravlyov2017-03-081-1/+1
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-1/+30
* enable -flto=thin in clang-clBob Haarman2017-02-271-2/+6
* [driver] Pass a resource dir without the '/../' part.Argyrios Kyrtzidis2017-02-251-1/+2
* Cleanup: use range-based for rather than separate calls to begin and end.Richard Smith2017-02-181-9/+8
* clang-cl: Warn about /U flags that look like filenames (PR31662)Hans Wennborg2017-01-271-0/+8
OpenPOWER on IntegriCloud