summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Driver: tweak ARM target feature calculationSaleem Abdulrasool2015-09-191-1/+2
* Driver: avoid unnecessary string opsSaleem Abdulrasool2015-09-191-2/+10
* Driver: avoid unnecessary string based operationsSaleem Abdulrasool2015-09-181-2/+9
* [Shave]: Drive sparc-myriad-elf-ld directly rather than via gcc.Douglas Katzman2015-09-171-0/+17
* Update for several APIs in LLVM that now use StringRefs rather thanChandler Carruth2015-08-301-3/+2
* [ARM] Changes to Arch/CPU handling to help with -Wa,-mfpu etc. (nfc)Renato Golin2015-07-271-4/+4
* Driver: Add AMDGPU toolchainTom Stellard2015-07-181-0/+15
* Run clang-format on Tools.h, the indentation is inconsistentReid Kleckner2015-07-151-392/+378
* Support mingw-w64 and mingw.org toolchains at any install location.Yaron Keren2015-07-021-0/+31
* Driver: add support for linking the UBSan runtime library on Windows.Peter Collingbourne2015-07-021-0/+3
* [Driver] Give GnuTool LLVM_LIBRARY_VISIBILITY.Benjamin Kramer2015-06-231-1/+1
* Pedantically rename all Tool subclasses to be nouns, not verbs. NFCDouglas Katzman2015-06-231-231/+231
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-6/+6
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-6/+6
* Add nominal support for 'shave' target.Douglas Katzman2015-06-191-0/+27
* [mips] Don't propagate -mfpxx by default if soft/single float were also set.Toma Tabacu2015-06-161-1/+3
* Allow case-insensitive values for -march for ARM in line with GCC.Gabor Ballabas2015-06-111-2/+2
* [Driver] Inject the MSVC compatibility version into the tripleDavid Majnemer2015-06-081-0/+5
* Allow case-insensitive values for -mcpu for ARMGabor Ballabas2015-06-041-2/+2
* Fix misleading comment. NFCDouglas Katzman2015-06-031-1/+1
* [ARM] Add v8.1a architectureVladimir Sukharev2015-05-141-1/+3
* [driver] Cosmetic change to use Input instead of Inputs[0].Artem Belevich2015-05-061-1/+1
* [Mips] Generate warning for invalid '-mnan' and '-march' combinationsPetar Jovanovic2015-04-141-0/+5
* Add driver support for Native Client SDKDerek Schuff2015-03-301-0/+27
* Let Clang invoke CloudABI's linker.Ed Schouten2015-03-261-0/+16
* [mips] Pass ABI name via -target-abi instead of target-featuresDaniel Sanders2015-01-301-1/+2
* For the --be8 flag, check explicitly for pre-v7 / pre-v6m cores.Joerg Sonnenberger2015-01-281-0/+2
* Reapply "Change -save-temps to emit unoptimized bitcode files."Bob Wilson2014-12-211-0/+1
* Driver: add CrossWindowsToolChainSaleem Abdulrasool2014-10-241-0/+26
* Revert changes in r218863, r218864Asiri Rathnayake2014-10-031-2/+1
* [ARM] Handle conflicts between -mfpu and -mfloat-abi options.Asiri Rathnayake2014-10-021-1/+2
* Teach Clang how to use response files when calling other toolsReid Kleckner2014-09-151-41/+61
* unique_ptrify JobList::JobsDavid Blaikie2014-09-041-5/+5
* Delete support for AuroraUX.Rafael Espindola2014-08-141-28/+0
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-3/+3
* [Driver] Support -muclibc / -mglibc command line options for a coupleSimon Atanasyan2014-08-131-0/+1
* [PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi= optionUlrich Weigand2014-07-281-0/+6
* [Driver][Mips] Reduce code duplication - use existing functionSimon Atanasyan2014-07-161-0/+3
* [mips] Correct the invocation of GAS in several cases.Daniel Sanders2014-07-161-0/+2
* [mips][mips64r6] Add support for mips-img-linux-gnu GCC toolchainsDaniel Sanders2014-07-101-1/+1
* Revert r211866, r211895 and r211995, "Driver: use GNU::Link for the Generic_G...NAKAMURA Takumi2014-06-291-18/+0
OpenPOWER on IntegriCloud