summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.h
Commit message (Expand)AuthorAgeFilesLines
* Driver part of debugger tuning.Paul Robinson2015-12-191-0/+10
* [WebAssembly] Initial linking support.Dan Gohman2015-12-161-2/+4
* [Hexagon] Update default paths and argumentsKrzysztof Parzyszek2015-12-141-6/+9
* [Hexagon] Use integrated assembler by defaultKrzysztof Parzyszek2015-12-091-0/+3
* Driver: Defer computation of linker path until it is needed.Peter Collingbourne2015-11-201-2/+0
* [Myriad]: insert -L paths into linker cmd only when they exist.Douglas Katzman2015-11-181-2/+0
* Fix for use-after-free which caused test failure in cuda-detect.cu.Artem Belevich2015-11-181-1/+1
* [CUDA] Detect and link with CUDA's libdevice bitcode library.Artem Belevich2015-11-171-0/+4
* [CUDA] added include paths for both sides of CUDA compilation.Artem Belevich2015-11-171-0/+2
* Re-recommit: Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-11-121-3/+37
* Disable SjLj exceptions for watchOSTim Northover2015-10-301-3/+5
* Support watchOS and tvOS driver optionsTim Northover2015-10-301-5/+45
* Revert "[mips] Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-301-37/+3
* [mips] Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-291-3/+37
* Driver: tweak CrossWindows sanitizer supportSaleem Abdulrasool2015-10-291-0/+2
* Create undef reference to profile hook symbol Xinliang David Li2015-10-271-0/+2
* clang driver toolchain refactoringXinliang David Li2015-10-221-2/+2
* Teach MyriadToolchain how to find its C++ header paths.James Y Knight2015-10-161-7/+10
* Bring back r250262: PS4 toolchainFilipe Cabecinhas2015-10-141-0/+21
* Revert-to-green r250262 (PS4 toolchain patch)Sean Silva2015-10-141-21/+0
* I took care of the build problem in the commit 250252.Ekaterina Romanova2015-10-141-0/+21
* reverting my patch, cause build problemsEkaterina Romanova2015-10-141-21/+0
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-10-131-0/+21
* [Myriad]: default the Dwarf version to 2Douglas Katzman2015-10-081-0/+1
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-0/+13
* [VFS] Port driver tool chains to VFS.Benjamin Kramer2015-10-071-15/+14
* Remove support for the mips-mti-linux toolchain.Vasileios Kalintiris2015-10-051-37/+1
* Re-commit "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-051-1/+37
* Revert "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-021-37/+1
* Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-021-1/+37
* Revert "This patch adds missing pieces to clang, including the PS4 toolchain ...Greg Bedwell2015-09-251-21/+0
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-09-241-0/+21
* [Driver] Add support for Windows 10 SDKIgor Kudrin2015-09-241-2/+6
* [CUDA] Added CUDA installation detector class.Artem Belevich2015-09-231-0/+32
* Reverted r248408 "[CUDA] Added CUDA installation detector class."Artem Belevich2015-09-231-32/+0
* [CUDA] Added CUDA installation detector class.Artem Belevich2015-09-231-0/+32
* Use None instead of an explicit constructor.Douglas Katzman2015-09-181-2/+1
* [Myriad]: add "<sysroot>/include" to standard search pathDouglas Katzman2015-09-171-0/+3
* Try to unbreak windows compiler after r247926.Douglas Katzman2015-09-171-1/+2
* [Shave]: Drive sparc-myriad-elf-ld directly rather than via gcc.Douglas Katzman2015-09-171-10/+13
* [Driver] Use UniversalCRT on Windows if availableReid Kleckner2015-09-111-0/+4
* Re-commit r247218: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg2015-09-101-2/+2
* Revert r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes"Hans Wennborg2015-09-101-2/+2
* Fix Clang-tidy misc-use-override warnings, other minor fixesHans Wennborg2015-09-101-2/+2
* [Solaris] Use the GCC Installation detector to add the C++ include paths.Rafael Espindola2015-09-091-0/+4
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-0/+21
* Stop hardcoding GCC paths in crt/ld.so lookup.Rafael Espindola2015-08-311-0/+6
* Rename {Hexagon,NaCl}_TC to {Hexagon,NaCl}ToolChain respectively. NFCDouglas Katzman2015-07-271-16/+16
* [clang-cl] Handle -O correctlyDavid Majnemer2015-07-271-0/+4
* Select the highest version of the mingw toolchain found using Generic_GCC::GC...Yaron Keren2015-07-241-1/+2
OpenPOWER on IntegriCloud