summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass llvm::Triple objects by const reference.Benjamin Kramer2014-03-041-1/+1
* [Mips] Check all MIPS toolchains to find the one that best meets commandSimon Atanasyan2014-03-041-18/+33
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-251-1/+6
* Respect ToolChain::isPIEDefault() in constructing link job on Linux and FreeBSD.Alexey Samsonov2014-02-251-4/+8
* Fix typosAlp Toker2014-02-251-11/+11
* Fix an assertion failure when invoking dsymutil.Bob Wilson2014-02-211-2/+5
* Fix typo.Rafael Espindola2014-02-201-1/+1
* Only print the selected multilib when something is actually found on the host.Yunzhong Gao2014-02-191-2/+6
* Add FreeBSD ARM EABI hard-float supportRenato Golin2014-02-191-0/+1
* Darwin: remove buggy assertionTim Northover2014-02-171-2/+0
* Add Multilib selection machineryJonathan Roelofs2014-02-121-162/+375
* Revert 201202Jonathan Roelofs2014-02-121-375/+162
* Add Multilib selection machineryJonathan Roelofs2014-02-121-162/+375
* Test commit -- Remove an extra newline from Toolchains.cppJonathan Roelofs2014-02-111-1/+0
* Move -verify-pch to use VerifyJobActionBen Langmuir2014-02-061-1/+1
* Handle O32/N64 ABIs for NetBSD/MIPS64. From Matt Thomas.Joerg Sonnenberger2014-02-021-0/+7
* Replace hasMipsN32ABIArg with hasMipsABIArg in preparation of o32/n64Joerg Sonnenberger2014-02-021-6/+6
* Handle compat support for EABI/old APCS compatibility on NetBSD/ARM.Joerg Sonnenberger2014-02-021-1/+20
* Fix an assertion failure when building for the iOS simulator. rdar://15959009Bob Wilson2014-02-011-1/+1
* [Mips] Add support for mips64el-linux-android triple.Simon Atanasyan2014-01-251-1/+2
* Improve x86 android support, add x86_64 android targetAlexey Bataev2014-01-231-1/+2
* Teach Clang to look in its installation libdir for libraries (such asChandler Carruth2014-01-211-0/+20
* Macho-embedded: rename compiler-rt support from Darwin-embeddedTim Northover2014-01-211-1/+1
* Stop linking with crt1.o etc. for the iOS simulator. <rdar://problem/11800973>Bob Wilson2014-01-211-6/+3
OpenPOWER on IntegriCloud