summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* Driver: add a cygwin linker toolSaleem Abdulrasool2014-06-291-0/+18
* clang-cl: Don't store the cl compiler Tool on the stack (PR20131)Hans Wennborg2014-06-261-1/+10
* [mips] Correct linux dynamic linker for -mnan=2008Daniel Sanders2014-06-241-0/+1
* ARM64: initial clang support commit.Tim Northover2014-03-291-0/+2
* De-virtualize a method that doesn't override anything and has no overrides it...Craig Topper2014-03-141-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-141-223/+199
* Add Multilib selection machineryJonathan Roelofs2014-02-121-0/+4
* Revert 201202Jonathan Roelofs2014-02-121-4/+0
* Add Multilib selection machineryJonathan Roelofs2014-02-121-0/+4
* MachO: use *-*-*-macho for MachO embedded targets.Tim Northover2014-01-161-20/+21
* Avoid temporary std::string.Rafael Espindola2013-12-121-2/+2
* Don't return a pointer to a temporary std::string's c_str.Rafael Espindola2013-12-121-1/+1
* Refactor duplicate functionsBernard Ogden2013-12-121-0/+7
* Darwin-embedded: find correct libclang_rt for embedded targets.Tim Northover2013-12-121-0/+4
* remove gcc::PrecompileRafael Espindola2013-11-241-12/+0
* Don't use the gcc driver for assembling.Rafael Espindola2013-11-231-11/+0
* [AArch64] Add some CPU targets for "generic", A-53 and A-57.Amara Emerson2013-10-311-0/+2
* XCore target: add an xcore toolchain implementationRobert Lytton2013-10-111-0/+32
* clang-cl: implement /fallback modeHans Wennborg2013-09-191-1/+23
* Centralize the handling of -target-feature.Rafael Espindola2013-08-211-7/+0
* Centralize the handling of -target-cpu (-cc1, -cc1as) and -mcpu (gold plugin).Rafael Espindola2013-08-201-2/+0
* clang-cl: Support the run-time selection options (/MD, /MT et al.)Hans Wennborg2013-08-081-0/+3
* AArch64: initial NEON supportTim Northover2013-08-011-0/+2
* [SystemZ] Add -march= command-line optionRichard Sandiford2013-07-191-0/+2
* [Driver] Remove the using namespace directives from headersReid Kleckner2013-06-171-59/+71
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-0/+2
* R600: Handle -mcpu option v3Tom Stellard2013-04-011-0/+1
* Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.Thomas Schwinge2013-03-281-5/+4
* Driver: Pass down the -march setting down to -cc1as on x86 too.Benjamin Kramer2013-02-221-0/+1
* Split out the command handling for split debug info, we're goingEric Christopher2013-02-221-4/+0
* Remove the SplitDebug action and replace with a set of commandsEric Christopher2013-02-211-14/+4
OpenPOWER on IntegriCloud