summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.h
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-1067/+0
* [Driver] Move architecture-specific free helper functions to their own files.David L. Jones2017-02-241-0/+57
* Add AVR target and toolchain to ClangDylan McKay2017-01-051-0/+13
* Refactor how the MSVC toolchain searches for a compatibility version.David L. Jones2016-12-071-4/+0
* Allow clang to write compilation database records.Joerg Sonnenberger2016-12-061-0/+7
* Rename the version of ConstructJob for multiple outputs to ConstructJobMultip...Samuel Antao2016-11-031-4/+5
* [Driver][OpenMP] Add support to create jobs for unbundling actions.Samuel Antao2016-10-271-0/+4
* [Driver][OpenMP] Add support to create jobs for bundling actions.Samuel Antao2016-10-271-0/+13
* [Driver] Add driver support for FuchsiaPetr Hosek2016-10-061-0/+15
* Revert "[Driver] Compute effective target triples once per job (NFCI)"Vedant Kumar2016-07-271-54/+5
* [Driver] Compute effective target triples once per job (NFCI)Vedant Kumar2016-07-181-5/+54
* Support -masm= flag for x86 assembly targets.Yunzhong Gao2016-07-181-0/+2
* [CUDA][OpenMP] Create generic offload actionSamuel Antao2016-07-151-2/+1
* [mips] Compact branch policy setting.Simon Dardis2016-05-271-0/+1
* [Sparc] Add software float option -msoft-floatJacob Baungard Hansen2016-05-241-0/+10
* [Mips] Finetuning MIPS32 Android default variantsPetar Jovanovic2016-05-181-0/+1
* Get default -fms-compatibility-version from cl.exe's versionAdrian McCarthy2016-05-131-1/+2
* AMDGPU: Use lld as the linker againTom Stellard2016-05-051-1/+1
* [AMDGPU] Switch linker to amdphdrs + update testKonstantin Zhuravlyov2016-03-291-1/+1
* [lanai] Add Lanai backend to clang driver.Jacques Pienaar2016-03-281-0/+2
* [clang-cl] /EHc should not effect functions with explicit exception specifica...David Majnemer2016-02-291-1/+1
* Move DebugInfoKind enum from Driver to Basic. NFCPaul Robinson2016-02-051-1/+1
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-021-2/+2
* [CUDA] Invoke ptxas and fatbinary during compilation.Justin Lebar2016-01-141-0/+35
* Driver: Use the new ELF lld linker for AMDGPUTom Stellard2016-01-081-1/+1
* [WebAssembly] Enable -fvisibility=hidden by default.Dan Gohman2016-01-071-0/+2
* Change the set of actions built for external gcc tools.Eric Christopher2016-01-061-0/+4
* [WebAssembly] Initial linking support.Dan Gohman2015-12-161-0/+15
* [Power PC] add soft float support for ppc32Petar Jovanovic2015-12-141-0/+10
* [CUDA] added include paths for both sides of CUDA compilation.Artem Belevich2015-11-171-1/+2
* Derive nacltools::Linker from GnuTool to get response file supportDerek Schuff2015-11-161-2/+2
* Re-recommit: Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-11-121-0/+2
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-24/+32
* Revert "[mips] Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-301-2/+0
* [mips] Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-291-0/+2
* Bring back r250262: PS4 toolchainFilipe Cabecinhas2015-10-141-0/+30
* Revert-to-green r250262 (PS4 toolchain patch)Sean Silva2015-10-141-30/+0
* I took care of the build problem in the commit 250252.Ekaterina Romanova2015-10-141-0/+30
* reverting my patch, cause build problemsEkaterina Romanova2015-10-141-30/+0
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-10-131-0/+30
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-1/+4
* Remove support for the mips-mti-linux toolchain.Vasileios Kalintiris2015-10-051-2/+0
* Re-commit "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-051-0/+2
* Revert "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-021-2/+0
* Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-021-0/+2
* Driver: support ARM/HF on a single toolchainSaleem Abdulrasool2015-09-261-2/+3
* Revert "This patch adds missing pieces to clang, including the PS4 toolchain ...Greg Bedwell2015-09-251-30/+0
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-09-241-0/+30
* [ARM] Fix crash "-target arm -mcpu=generic", without "-march="Vladimir Sukharev2015-09-231-1/+2
* Driver: alter the getARMFloatABI signatureSaleem Abdulrasool2015-09-191-2/+1
OpenPOWER on IntegriCloud