summaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAge
* [Driver][Mips] Support mips64-linux-gnuabi64 / mips64el-linux-gnuabi64 target...Simon Atanasyan2014-06-24
* [PowerPC] Add MultiarchIncludeDirs for powerpc64leUlrich Weigand2014-06-20
* Include system_error directly.Rafael Espindola2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-04
* AArch64/ARM64: rename ARM64 components to AArch64Tim Northover2014-05-24
* MachO: look for nearby tools on all MachO platforms.Tim Northover2014-05-22
* Revert "TMP"Tim Northover2014-05-22
* TMPTim Northover2014-05-22
* [C++11] Use 'nullptr'. Driver edition.Craig Topper2014-05-17
* [Driver] Do not lose already detected set of toolchain's multilibs whileSimon Atanasyan2014-05-12
* Driver: Don't leak the -Xarch argument when its use is incorrect.Nico Weber2014-05-11
* [Driver] Range-based loop simplification.Simon Atanasyan2014-05-08
* Drop libgcc and default to libc++ for NetBSD/ARM on 6.99.40+.Joerg Sonnenberger2014-05-07
* Also recognize Big Endian ARM variants.Joerg Sonnenberger2014-05-07
* Add driver support for AArch64 Fedora.Tilmann Scheller2014-05-06
* Driver: Recognize CentOS 6 as RHEL 6.Benjamin Kramer2014-05-05
* Bitrig's standard C++ standard library changed from libstdc++ to libc++.Richard Smith2014-05-01
* Add aarch64-linux-android triple for Android.Logan Chien2014-04-23
* [ARM64] Plumb in big-endian - add arm64_be to the many switches where it was ...James Molloy2014-04-17
* Handle -m32 for NetBSD/sparc64 correctly. Extend test case to also checkJoerg Sonnenberger2014-04-16
* ARM64: initial clang support commit.Tim Northover2014-03-29
* Driver: implement addClangWarningOptionsTim Northover2014-03-29
* InstrProf: Emit runtime hook directly in IRGenDuncan P. N. Exon Smith2014-03-28
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* PGO: Change runtime prefix from pgo to profileDuncan P. N. Exon Smith2014-03-20
* PGO: Remove explicit static initializationDuncan P. N. Exon Smith2014-03-20
* Coding style fixup; no functionality changeDuncan P. N. Exon Smith2014-03-20
* AArch64_be specific clang target settingsChristian Pirker2014-03-14
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Pass llvm::Triple objects by const reference.Benjamin Kramer2014-03-04
* [Mips] Check all MIPS toolchains to find the one that best meets commandSimon Atanasyan2014-03-04
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-25
* Respect ToolChain::isPIEDefault() in constructing link job on Linux and FreeBSD.Alexey Samsonov2014-02-25
* Fix typosAlp Toker2014-02-25
* Fix an assertion failure when invoking dsymutil.Bob Wilson2014-02-21
* Fix typo.Rafael Espindola2014-02-20
* Only print the selected multilib when something is actually found on the host.Yunzhong Gao2014-02-19
* Add FreeBSD ARM EABI hard-float supportRenato Golin2014-02-19
* Darwin: remove buggy assertionTim Northover2014-02-17
* Add Multilib selection machineryJonathan Roelofs2014-02-12
* Revert 201202Jonathan Roelofs2014-02-12
* Add Multilib selection machineryJonathan Roelofs2014-02-12
* Test commit -- Remove an extra newline from Toolchains.cppJonathan Roelofs2014-02-11
* Move -verify-pch to use VerifyJobActionBen Langmuir2014-02-06
* Handle O32/N64 ABIs for NetBSD/MIPS64. From Matt Thomas.Joerg Sonnenberger2014-02-02
* Replace hasMipsN32ABIArg with hasMipsABIArg in preparation of o32/n64Joerg Sonnenberger2014-02-02
* Handle compat support for EABI/old APCS compatibility on NetBSD/ARM.Joerg Sonnenberger2014-02-02