summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* InstrProf: Support for setting profile output from command lineJustin Bogner2015-04-301-0/+1
* [ASan] Don't link against libc++abi when not using libc++Hans Wennborg2015-04-091-3/+6
* [ARM] add support for Cortex-R4/R4FJaved Absar2015-04-091-1/+1
* Update our list of distros a bit.Benjamin Kramer2015-04-061-6/+15
* [UBSan] Embed UBSan into ASan runtime (Clang part).Alexey Samsonov2015-04-011-3/+3
* Add driver support for Native Client SDKDerek Schuff2015-03-301-1/+155
* Let Clang invoke CloudABI's linker.Ed Schouten2015-03-261-0/+30
* [UBSan] Use shared library for UBSan on OS X (Clang part).Alexey Samsonov2015-03-231-34/+29
* [multilib] Turn virtual functor into functin_refBenjamin Kramer2015-03-221-5/+6
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-10/+10
* [Mips] Handle -mips32r[3|5] / -mips64r[3|5] options while selecting lib/heade...Simon Atanasyan2015-02-261-2/+5
* [Mips] Support mips-r6 path suffix for Adnroid MIPS toolchainSimon Atanasyan2015-02-251-0/+2
* Driver: Fix use of dangling std::string temporaryBenjamin Kramer2015-02-181-1/+2
* [ARM] Add missing M/R class CPUsBradley Smith2015-02-181-3/+3
* Revert "More robust deployment target parsing on darwin"Steven Wu2015-01-141-20/+8
* More robust deployment target parsing on darwinSteven Wu2015-01-141-8/+20
* Use the integrated assembler by default on 32-bit PowerPC and SPARC.Brad Smith2015-01-141-0/+3
* Revert "Use the integrated assembler by default on 32-bit PowerPC and SPARC"Duncan P. N. Exon Smith2015-01-051-3/+0
* Use the integrated assembler by default on 32-bit PowerPC and SPARCBrad Smith2015-01-051-0/+3
* Remove special case for aarch64 static vs. PIC code in iOS kernel code.Bob Wilson2014-12-021-2/+1
* clang: do not add -pie for tsanDmitry Vyukov2014-11-211-2/+2
* Fix clash of gcc toolchains in hexagon driver regression tests.Samuel Antao2014-11-071-7/+11
* Remove references to the cortex-a9-mp CPU.Charlie Turner2014-11-061-1/+1
* Use @rpath as LC_ID_DYLIB for ASan dylib on OS XKuba Brecka2014-11-041-6/+28
* Driver: Pass some std::strings by reference instead of valueDavid Majnemer2014-11-041-2/+2
* Rename 'DarwinStaticLib' to 'DarwinLibName'Kuba Brecka2014-10-311-2/+2
* Use non-member begin/end for a slight readability improvement.Benjamin Kramer2014-10-181-125/+67
* Adds support for the Cortex-A17 processor to ClangRenato Golin2014-10-131-1/+1
* Treat -mios-simulator-version-min option as an alias for -mios-version-min.Bob Wilson2014-10-101-30/+10
* Remove rest of the comment that is no longer true after r219527.Bob Wilson2014-10-101-4/+0
* Remove a FIXME: use the ios_simulator_version_min linker option consistently.Bob Wilson2014-10-101-4/+1
* Remove support for the IOS_SIMULATOR_DEPLOYMENT_TARGET env var.Bob Wilson2014-10-101-20/+0
* [SystemZ] Turn on the integrated assembler by defaultUlrich Weigand2014-10-091-1/+2
* Turn on the integrated assembler by default for ppc64 andEric Christopher2014-10-061-1/+3
* [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DPOliver Stannard2014-10-011-1/+1
* Test commit. Fix a whitespace in ToolChains.cpp.Rafael Auler2014-09-291-1/+1
* Typo fix, no functionality change.Alexander Potapenko2014-09-011-1/+1
* Call powerpc-darwin external tools with -arch ppc.Rafael Espindola2014-08-281-1/+1
* Fix PR20773 which I introduced with a silly edit mistake in r216531.Chandler Carruth2014-08-271-1/+1
* Significantly fix Clang's header search for Ubuntu (and possibly otherChandler Carruth2014-08-271-24/+40
* Delete support for AuroraUX.Rafael Espindola2014-08-141-26/+0
* [Driver] Support -muclibc / -mglibc command line options for a coupleSimon Atanasyan2014-08-131-3/+20
* For NetBSD, use the same settings for PPC64 as for PPC when it comes toJoerg Sonnenberger2014-08-131-0/+5
* ToolChains.cpp: Increase size of Lines vector in DetectDistroHans Wennborg2014-08-111-1/+1
* Increase the size of two SmallVectors in Generic_GCC::GCCInstallationDetector...Hans Wennborg2014-08-111-2/+2
* Use the correct fallback directory for EABIHF targets on NetBSD/arm.Joerg Sonnenberger2014-08-091-2/+4
* NetBSD/aarch64 has no libgcc or libstdc++. Drop arm64 tests.Joerg Sonnenberger2014-08-091-0/+1
* Driver: Add -fno-profile-arcs to go with -fprofile-arcsJustin Bogner2014-08-071-1/+2
* [Driver] Move information about toolchain specific include directoriesSimon Atanasyan2014-08-061-17/+35
* Xcore target: Fix CXXStdlibIncludeArgs to check 'nostdinc++' flag too.Robert Lytton2014-08-011-1/+2
OpenPOWER on IntegriCloud