summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove support for the mips-mti-linux toolchain.Vasileios Kalintiris2015-10-051-8/+0
* Re-commit "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-051-0/+8
* Revert "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-021-8/+0
* Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-021-0/+8
* Revert "This patch adds missing pieces to clang, including the PS4 toolchain ...Greg Bedwell2015-09-251-3/+0
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-09-241-0/+3
* Drop useless const in for-range loops.Benjamin Kramer2015-09-241-2/+2
* Augmented CudaHostAction to carry device-side triple.Artem Belevich2015-09-221-8/+7
* [CUDA] Fixes minor cuda-related issues in the driverArtem Belevich2015-09-221-13/+20
* Convert two loops to range-based loops. No behavior change.Nico Weber2015-09-191-5/+3
* clang-cl: Use 'pc' for the vendor field in the default tripleHans Wennborg2015-09-181-0/+1
* [Shave]: Drive sparc-myriad-elf-ld directly rather than via gcc.Douglas Katzman2015-09-171-4/+3
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-0/+4
* [CUDA] Improve CUDA compilation pipeline creation.Artem Belevich2015-08-271-36/+55
* Don't compare getArchName() to "tce" as a string. NFC.Douglas Katzman2015-08-121-12/+19
* Fix a tiny bug in -no-canonical-prefixes that somehow we have neverChandler Carruth2015-08-051-0/+3
* Silence unused argument warning for --cuda-host-only.Artem Belevich2015-07-281-0/+4
* --cuda-host-only should not disable linking phase.Artem Belevich2015-07-281-4/+2
* Rename {Hexagon,NaCl}_TC to {Hexagon,NaCl}ToolChain respectively. NFCDouglas Katzman2015-07-271-4/+4
* [CUDA] Moved device-side triple calculation to buildCudaActions().Artem Belevich2015-07-201-24/+23
* Fixed style issues pointed out by Justin Bogner.Artem Belevich2015-07-201-30/+29
* Silence the driver warnings, if we see "-w" on the Driver.Filipe Cabecinhas2015-07-181-0/+3
* Driver: Add AMDGPU toolchainTom Stellard2015-07-181-0/+3
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-5/+173
* This reverts commit r242058, r242065, r242067.Rafael Espindola2015-07-131-173/+5
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-5/+173
* Changed Driver::getToolChain() to use Triple as an argument.Artem Belevich2015-07-101-82/+83
* Driver: Include the driver arguments in crash reportsJustin Bogner2015-07-091-1/+16
* [Driver] print-multi-os-directory is unsupported. Davide Italiano2015-07-081-8/+0
* [Driver] Use llvm::Triple methods to handle -EL and -EB.Benjamin Kramer2015-07-061-12/+6
* Driver: Remove the Job class. NFCJustin Bogner2015-07-021-17/+8
* Support mingw-w64 and mingw.org toolchains at any install location.Yaron Keren2015-07-021-6/+1
* More range-based-for-loopification. NFCDouglas Katzman2015-06-301-13/+8
* clang-format some of the files in lib/Driver. NFCDouglas Katzman2015-06-261-139/+130
* Rename local variable CCCPrintActions -> CCCPrintPhases.Douglas Katzman2015-06-251-15/+12
* Use more range-based for loopsDouglas Katzman2015-06-251-12/+9
* Express Driver::GetFilePath more concisely.Douglas Katzman2015-06-241-14/+5
* Use range-based loops when handling OPT_print_search_dirs.Douglas Katzman2015-06-231-11/+11
* Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie2015-06-221-28/+30
* ArrayRef-ify ParseArgsDavid Blaikie2015-06-211-4/+3
* [CFI] Require -flto instead of implying it.Alexey Samsonov2015-06-191-9/+3
* Add nominal support for 'shave' target.Douglas Katzman2015-06-191-0/+2
* If/else looks nicer when both branches have (or don't have) braces. NFCDouglas Katzman2015-06-161-1/+2
* Revert r239213: "clang-cl: Implement /GL in terms of -flto."Hans Wennborg2015-06-131-1/+1
* Driver: only set -mlinker-version based on host if it's validTim Northover2015-06-121-1/+2
* Allow ToolChain to decide if Clang is not the right C compiler.Douglas Katzman2015-06-121-3/+2
* Add comments to PrintActions1 and Driver::PrintActions.Douglas Katzman2015-06-111-1/+6
* clang-cl: Ignore the /o option when /P is specified.Greg Bedwell2015-06-091-2/+1
* range-for'ify Args->filtered_begin(...) loopsSean Silva2015-06-091-10/+5
* clang-cl: Implement /GL in terms of -flto.Peter Collingbourne2015-06-061-1/+1
OpenPOWER on IntegriCloud