summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Split isUsingLTO() outside of embedBitcodeInObject() and embedBitcodeMarkerOn...Mehdi Amini2017-01-241-1/+2
* unique_ptrify Driver::ToolChainsDavid Blaikie2017-01-131-44/+45
* unique_ptrify createDriverOptTableDavid Blaikie2017-01-131-9/+7
* Add AVR target and toolchain to ClangDylan McKay2017-01-051-0/+3
* [CUDA,Driver] Added --no-cuda-gpu-arch= option.Artem Belevich2016-12-091-8/+22
* [CUDA] Driver changes to support CUDA compilation on MacOS.Justin Lebar2016-11-181-11/+18
* [CrashReproducer][Darwin] Suggest attaching .crash diagnostic fileBruno Cardoso Lopes2016-11-171-0/+115
* Add a little endian variant of TCE.Pekka Jaaskelainen2016-11-161-0/+3
* [Driver] Infer the correct option to ld64 for -fembed-bitcodeSteven Wu2016-11-161-21/+15
* Rename the version of ConstructJob for multiple outputs to ConstructJobMultip...Samuel Antao2016-11-031-1/+1
OpenPOWER on IntegriCloud