summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Driver][Mips] Add function-wrapper so simplify creation of `Multilib` objects.Simon Atanasyan2014-07-301-74/+27
* Now that PIC generation on PPC32 is supported, hook up linking supportJoerg Sonnenberger2014-07-251-1/+2
* [Driver][Mips] Remove "fp64" directories from the mips-mti-linux-gnu toolchainSimon Atanasyan2014-07-251-15/+0
* AArch64: update Clang for merged arm64/aarch64 triples.Tim Northover2014-07-231-19/+6
* For i386, gcc 4.9 under Debian (at least) updated its paths to i586-linux-gnuSylvestre Ledru2014-07-181-1/+1
* [AArch64] Implement Clang CLI interface proposal about "-march".Kevin Qin2014-07-181-5/+0
* [Driver][Mips] If CPU name is not provided to the driver explicitly useSimon Atanasyan2014-07-161-19/+7
* [Driver][Mips] Reduce code duplication - use existing functionSimon Atanasyan2014-07-161-14/+10
* [Driver][Mips] Remove flags which is not used in multi-library selection.Simon Atanasyan2014-07-161-2/+0
* [Driver][Mips] Reduce code duplication. Remove static isMipsNan2008() function.Simon Atanasyan2014-07-161-6/+2
* Remove use of uniform initialization ({}) introduced in r212725 since this is...David Blaikie2014-07-101-1/+1
* [Codestyle][x32] Cosmetic codestyle fix.Zinovy Nis2014-07-101-6/+6
* [x32] Adding X32 target support to driver, including TargetInfo,DescriptionSt...Zinovy Nis2014-07-101-22/+55
* [mips][mips64r6] Add support for mips-img-linux-gnu GCC toolchainsDaniel Sanders2014-07-101-2/+44
* Update for llvm api change.Rafael Espindola2014-07-061-4/+7
* [Driver][Mips] Support one more MIPS CPU name - octeon.Simon Atanasyan2014-07-041-1/+2
* Revert r211866, r211895 and r211995, "Driver: use GNU::Link for the Generic_G...NAKAMURA Takumi2014-06-291-12/+1
* Driver: add a cygwin linker toolSaleem Abdulrasool2014-06-291-0/+11
* Driver: use GNU::Link for the Generic_GCC toolchainSaleem Abdulrasool2014-06-271-1/+1
OpenPOWER on IntegriCloud