summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add gold plugin support to the FreeBSD link driver.Roman Divacky2013-11-101-0/+4
* Commit the changes to make libc++ the default on FreeBSD >= 10, rather thanDavid Chisnall2013-11-091-0/+37
* Ubuntu has published its Saucy release. 'Trusty Tahr' dev has just started. A...Sylvestre Ledru2013-11-071-1/+3
* Default to use libc++ on OS X 10.9+ and iOS 7+.Bob Wilson2013-11-021-0/+6
* SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.Peter Collingbourne2013-11-011-2/+4
* Teach the driver to not try to use 'lib32' multilib spellings on ARMChandler Carruth2013-10-291-6/+19
* Doh, got this turned around. This is in fact the consistent ordering.Chandler Carruth2013-10-291-4/+0
* Clean up the deeply misleading name of the "MultiLibSuffix". This isChandler Carruth2013-10-291-36/+31
* Cleanup comments and braces. No functionality changed, just trying toChandler Carruth2013-10-291-4/+15
* Revert "Support cross linking to arm on ubuntu."Rafael Espindola2013-10-281-23/+11
* Support cross linking to arm on ubuntu.Rafael Espindola2013-10-281-11/+23
* Just detect a distro as being fedora or not.Rafael Espindola2013-10-251-18/+4
* Merge two adjacent ifs.Rafael Espindola2013-10-251-3/+2
* Teach clang driver about Cortex-A53 and Cortex-A57.Bernard Ogden2013-10-241-1/+0
* ARM-Darwin: Use the *-*-darwin-eabi triple for v6m & v7m archsTim Northover2013-10-241-4/+12
* For NetBSD/current on X86 do not use libgcc and default to libc++.Joerg Sonnenberger2013-10-141-0/+6
* XCore target: add an xcore toolchain implementationRobert Lytton2013-10-111-0/+75
* [Mips] Support FSF Mips toolchain directories tree in the Clang driver.Simon Atanasyan2013-10-101-25/+128
* [Mips] Group MIPS-related options checking function in one place.Simon Atanasyan2013-10-091-8/+8
* [Mips] Make the isMipsR2Arch() function simpler - remove checking forSimon Atanasyan2013-10-091-7/+2
* [Mips] Do not check for options from the OPT_mips_CPUs_Group. All theseSimon Atanasyan2013-10-091-9/+2
* Remove unused param from Linux::computeSysRoot().Simon Atanasyan2013-10-051-3/+3
* Separate construction of bi-arch path suffix from construction ofSimon Atanasyan2013-09-281-67/+57
* Remove a use of OPT_m_Joined.Rafael Espindola2013-09-241-28/+35
* [ASan] Do not imply -undefined dynamic_lookup when linking dylibs with -fsani...Alexander Potapenko2013-09-201-6/+4
* Moving Cortex-R cores to armv7r archRenato Golin2013-09-131-3/+1
* Add more Cortex CPUs and testsRenato Golin2013-09-131-1/+5
* Look for libstdc++ first on the clang install directory.Rafael Espindola2013-08-281-2/+11
* Teach the Linux toolchain about more modern Gentoo installations of GCCChandler Carruth2013-08-261-8/+12
* Move SanitizerArgs to the clang DriverAlexey Samsonov2013-08-191-5/+3
* Enhance the clang -v gcc debug printing to skip obviously bad and duplicate p...Benjamin Kramer2013-08-141-2/+4
* Add a convenient way to compare GCCVersions without creating temporary objects.Benjamin Kramer2013-08-091-15/+16
* Make SanitizerArgs parsing toolchain-independentAlexey Samsonov2013-08-091-2/+2
* Find a better compromise with the default library search paths used byChandler Carruth2013-07-311-20/+39
* Start keeping track of what work was done to detect a GCC installationChandler Carruth2013-07-301-0/+16
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-1/+15
* Fix gcc search for cross-compiler on Ubuntu 13.04.Eli Friedman2013-07-261-2/+9
* We don't need to know the OpenSUSE version, so don't parse it.Rafael Espindola2013-07-031-19/+11
* Use the multiple argument form of path::append.Benjamin Kramer2013-06-281-11/+4
* Add support for passing '-target armv8' through the Driver.Joey Gouly2013-06-261-0/+1
* Remove PathV1.h usage from ToolChains.cpp.Rafael Espindola2013-06-261-34/+31
* Use simpler version of llvm::sys::fs::exists.Rafael Espindola2013-06-251-14/+9
* Reword and reformat some of the "Multiarch" code in the toolchain setup.Chandler Carruth2013-06-221-197/+157
* Update a comment to clarify that searching the target triple binChandler Carruth2013-06-201-2/+8
* Revert "Adds support for openSUSE ARM v5/v7 triples."Renato Golin2013-06-191-2/+0
* Adds support for openSUSE ARM v5/v7 triples.Renato Golin2013-06-191-0/+2
* Revert r184302 on Renato's behalf - it broke the bots and he's asked me to re...James Molloy2013-06-191-2/+0
* Adds support for openSUSE ARM v5/v7 triples.Renato Golin2013-06-191-0/+2
* Include PathV1.h only where it is used.Rafael Espindola2013-06-171-0/+1
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-4/+5
OpenPOWER on IntegriCloud