summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove implicit fallthrough from AArch64 to Mips in lib selectionTim Northover2013-06-131-0/+1
* Add Ubuntu Saucy to the list of known Ubuntu releasesSylvestre Ledru2013-06-131-1/+3
* Add SystemZ supportUlrich Weigand2013-05-061-1/+17
* Always use / when computing mips specific paths.Rafael Espindola2013-04-301-20/+18
* Add support for -stdlib=libc++ in the NetBSD toolchain.Joerg Sonnenberger2013-04-301-0/+36
* [Mips] Do not add unnecessary Mips toolchain path to the listSimon Atanasyan2013-04-211-5/+0
* Supports Sourcery CodeBench Mips toolchain directories tree.Simon Atanasyan2013-04-201-29/+147
* Add driver support for fedora 18 on ARM.Rafael Espindola2013-04-141-0/+1
* Fix the driver logic for recent versions of DragonFly.John McCall2013-04-111-1/+4
* If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne2013-04-091-1/+19
* Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.Thomas Schwinge2013-03-281-2/+2
* Rename LinuxDistro to Distro.Thomas Schwinge2013-03-281-11/+11
* [ASan] Let the users to invoke `clang -fsanitize=address` to link binaries ta...Alexander Potapenko2013-03-211-8/+10
* Remove the Tools DensMap from the toolchain.Rafael Espindola2013-03-201-108/+97
* Finish refactoring the tool selection logic.Rafael Espindola2013-03-191-36/+4
* Centralize the logic for using the integrated assembler.Rafael Espindola2013-03-181-37/+9
* Centralize the recording of which tools have been constructed.Rafael Espindola2013-03-181-251/+79
* Use early returns when checking if we already constructed a tool and whenRafael Espindola2013-03-181-182/+195
* Remove unused argument.Rafael Espindola2013-03-181-25/+22
* Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola2013-03-181-13/+15
* Refactor a bit of duplicated code to useIntegratedAs.Rafael Espindola2013-03-181-30/+6
* Remove unused argument.Rafael Espindola2013-03-181-43/+22
* Remove unused argument.Rafael Espindola2013-03-181-12/+12
* Take in account the triplet 'powerpc-linux-gnuspe' for PowerPC SPE. Done for ...Sylvestre Ledru2013-03-151-0/+3
* Driver: add support for new style multiarch in Ubuntu 13.04Dmitri Gribenko2013-03-061-2/+24
* Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors.Bob Wilson2013-03-041-5/+14
* Remove the SplitDebug action and replace with a set of commandsEric Christopher2013-02-211-4/+0
OpenPOWER on IntegriCloud