summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Implement the -fuse-ld= option.Logan Chien2014-06-261-1/+1
* [Driver][Mips] Support mips64-linux-gnuabi64 / mips64el-linux-gnuabi64 target...Simon Atanasyan2014-06-241-2/+40
* [PowerPC] Add MultiarchIncludeDirs for powerpc64leUlrich Weigand2014-06-201-0/+5
* Include system_error directly.Rafael Espindola2014-06-121-2/+1
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-2/+2
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-041-4/+1
* AArch64/ARM64: rename ARM64 components to AArch64Tim Northover2014-05-241-4/+10
* MachO: look for nearby tools on all MachO platforms.Tim Northover2014-05-221-8/+8
* Revert "TMP"Tim Northover2014-05-221-8/+8
* TMPTim Northover2014-05-221-8/+8
* [C++11] Use 'nullptr'. Driver edition.Craig Topper2014-05-171-43/+45
* [Driver] Do not lose already detected set of toolchain's multilibs whileSimon Atanasyan2014-05-121-26/+41
* Driver: Don't leak the -Xarch argument when its use is incorrect.Nico Weber2014-05-111-2/+2
* [Driver] Range-based loop simplification.Simon Atanasyan2014-05-081-29/+16
* Drop libgcc and default to libc++ for NetBSD/ARM on 6.99.40+.Joerg Sonnenberger2014-05-071-1/+5
* Also recognize Big Endian ARM variants.Joerg Sonnenberger2014-05-071-0/+2
* Add driver support for AArch64 Fedora.Tilmann Scheller2014-05-061-2/+3
* Driver: Recognize CentOS 6 as RHEL 6.Benjamin Kramer2014-05-051-11/+9
* Bitrig's standard C++ standard library changed from libstdc++ to libc++.Richard Smith2014-05-011-4/+18
* Add aarch64-linux-android triple for Android.Logan Chien2014-04-231-1/+2
* [ARM64] Plumb in big-endian - add arm64_be to the many switches where it was ...James Molloy2014-04-171-1/+6
* Handle -m32 for NetBSD/sparc64 correctly. Extend test case to also checkJoerg Sonnenberger2014-04-161-0/+3
* ARM64: initial clang support commit.Tim Northover2014-03-291-11/+28
* Driver: implement addClangWarningOptionsTim Northover2014-03-291-0/+14
* InstrProf: Emit runtime hook directly in IRGenDuncan P. N. Exon Smith2014-03-281-7/+0
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-1/+29
* PGO: Change runtime prefix from pgo to profileDuncan P. N. Exon Smith2014-03-201-1/+1
* PGO: Remove explicit static initializationDuncan P. N. Exon Smith2014-03-201-0/+7
* Coding style fixup; no functionality changeDuncan P. N. Exon Smith2014-03-201-3/+2
* AArch64_be specific clang target settingsChristian Pirker2014-03-141-2/+17
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
OpenPOWER on IntegriCloud