summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-2/+2
* [Mips] Add support for nan2008 libraries and headers look up for CodeSimon Atanasyan2013-11-261-0/+2
* [Mips] Do not detect a used MIPS toolchain. Build a path suffix for FSFSimon Atanasyan2013-11-261-50/+47
* [Mips] Call findMIPSABIDirSuffix() for MIPS targets only.Simon Atanasyan2013-11-261-4/+2
* Make the integrated assembler the default for cygwin/mingw too.Rafael Espindola2013-11-251-0/+5
* remove gcc::PrecompileRafael Espindola2013-11-241-4/+0
* Remove the Darwin_Generic_GCC toolchain.Rafael Espindola2013-11-241-6/+0
* Don't use the gcc driver for assembling.Rafael Espindola2013-11-231-1/+1
* [Mips] Take in account the -mfp64 command line option when build pathsSimon Atanasyan2013-11-201-2/+12
* X86: Make specifying avx2 simpler on Darwin with '-arch'Jim Grosbach2013-11-161-0/+4
* [ASan] Link with libclang_rt.asan_iossim_dynamic.dylib when targeting the iOS...Alexander Potapenko2013-11-151-2/+11
* 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
OpenPOWER on IntegriCloud