aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Driver/Driver.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-06[OpenMP] Customize CUDA-based tool chain selectionGheorghe-Teodor Bercea1-2/+16
2017-06-30[Driver] Actually report errors during parsing instead of stopping when there...Benjamin Kramer1-13/+29
2017-06-25Add support for Ananas platformEd Schouten1-0/+4
2017-06-23Sort the autocomplete candidates before printing them out.Rui Ueyama1-0/+7
2017-06-20[GSoC] Flag value completion for clangYuka Takahashi1-1/+19
2017-06-09Add -frewrite-imports flag.Richard Smith1-0/+2
2017-06-07Only print registered targets for `--version`Dimitry Andric1-4/+4
2017-06-06Print registered targets in clang's version informationDimitry Andric1-0/+5
2017-05-25Don't defer to the GCC driver for linking arm-baremetalJonathan Roelofs1-0/+3
2017-05-24Driver must return non-zero code on errors in command lineSerge Pavlov1-0/+2
2017-05-23[GSoC] Shell autocompletion for clangYuka Takahashi1-0/+7
2017-05-11Reverted r302775Serge Pavlov1-2/+0
2017-05-11Driver must return non-zero code on errors in command lineSerge Pavlov1-0/+2
2017-04-12[Driver] Add compiler option to generate a reproducerBruno Cardoso Lopes1-1/+4
2017-04-05[Driver] Print a newline when invoking `-print-resource-dir`Meador Inge1-1/+1
2017-04-04[Driver] Add option to print the resource directoryMeador Inge1-0/+5
2017-03-08Driver/ToolChains: Mips -> MipsLinuxKonstantin Zhuravlyov1-1/+1
2017-03-08[Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones1-1/+30
2017-02-27enable -flto=thin in clang-clBob Haarman1-2/+6
2017-02-25[driver] Pass a resource dir without the '/../' part.Argyrios Kyrtzidis1-1/+2
2017-02-18Cleanup: use range-based for rather than separate calls to begin and end.Richard Smith1-9/+8
2017-01-27clang-cl: Warn about /U flags that look like filenames (PR31662)Hans Wennborg1-0/+8
2017-01-24Split isUsingLTO() outside of embedBitcodeInObject() and embedBitcodeMarkerOn...Mehdi Amini1-1/+2
2017-01-13unique_ptrify Driver::ToolChainsDavid Blaikie1-44/+45
2017-01-13unique_ptrify createDriverOptTableDavid Blaikie1-9/+7
2017-01-05Add AVR target and toolchain to ClangDylan McKay1-0/+3
2016-12-09[CUDA,Driver] Added --no-cuda-gpu-arch= option.Artem Belevich1-8/+22
2016-11-18[CUDA] Driver changes to support CUDA compilation on MacOS.Justin Lebar1-11/+18
2016-11-17[CrashReproducer][Darwin] Suggest attaching .crash diagnostic fileBruno Cardoso Lopes1-0/+115
2016-11-16Add a little endian variant of TCE.Pekka Jaaskelainen1-0/+3
2016-11-16[Driver] Infer the correct option to ld64 for -fembed-bitcodeSteven Wu1-21/+15
2016-11-03Rename the version of ConstructJob for multiple outputs to ConstructJobMultip...Samuel Antao1-1/+1
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons1-5/+4
2016-10-27[Driver][OpenMP] Add support to create jobs for unbundling actions.Samuel Antao1-36/+104
2016-10-27[Driver][OpenMP] Update actions builder to create unbundling action when nece...Samuel Antao1-1/+29
2016-10-27[Driver][OpenMP] Update actions builder to create bundling action when necess...Samuel Antao1-4/+66
2016-10-27[Driver][OpenMP] Add logic for offloading-specific argument translation.Samuel Antao1-3/+6
2016-10-27[Driver][OpenMP] Build jobs for OpenMP offloading actions for targets using g...Samuel Antao1-6/+10
2016-10-27[Driver][OpenMP] Add specialized action builder for OpenMP offloading actions.Samuel Antao1-6/+123
2016-10-27[Driver][OpenMP] Create tool chains for OpenMP offloading kind.Samuel Antao1-0/+79
2016-10-27[Driver][CUDA][OpenMP] Reimplement tool selection in the driver.Samuel Antao1-126/+272
2016-10-27Remove check for -o option in offloading actions builder.Samuel Antao1-18/+1
2016-10-27Fix bug when compiling CUDA code with -emit-llvm and -o. Samuel Antao1-0/+5
2016-10-14Define Contiki OS toolchainDavid L Kreitzer1-0/+3
2016-10-10[Driver] Make -print-libgcc-file-name print compiler-rt lib when usedMichal Gorny1-1/+9
2016-10-07Turn ArchName/BoundArch in Driver from raw pointer to StringRef (NFC)Mehdi Amini1-9/+9
2016-10-07Revert r283572 - [Driver] Make -print-libgcc-file-name print compiler-rt lib ...Michal Gorny1-9/+1
2016-10-07[Driver] Make -print-libgcc-file-name print compiler-rt lib when usedMichal Gorny1-1/+9
2016-10-06[Driver] Add driver support for FuchsiaPetr Hosek1-0/+3
2016-10-06Taking StringRef in Driver.h APIs instead of raw pointers (NFC)Mehdi Amini1-34/+32