summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher2013-02-051-0/+4
* Spaces instead of tabs.Eric Christopher2013-02-051-3/+3
* Add support for AArch64 target.Tim Northover2013-01-311-0/+25
* [ASan] Link with the dynamic runtime on OS XAlexander Potapenko2013-01-221-4/+2
* Port r172856: 'Include ubsan runtime even when building a shared library. We ...Alexey Samsonov2013-01-211-4/+1
* [driver/Darwin] Adjust SDKROOT handling code to not generate "-isysroot /".Daniel Dunbar2013-01-151-3/+4
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* ToolChains: Minor touchup to use correct type, avoid truncation.Will Dietz2013-01-101-1/+1
* Prepare for the upcoming version of Debian (jessie)Sylvestre Ledru2013-01-061-2/+5
* Fix a typo that caused a few standard library implementations of sort toChandler Carruth2012-12-291-1/+1
* Try to re-structure the GCCVersion comparison routine to make it easierChandler Carruth2012-12-291-14/+27
* Update comments.Rafael Espindola2012-12-211-3/+2
* Fix Generic_GCC::GCCVersion::operator<Rafael Espindola2012-12-201-1/+2
* [driver] Have -isysroot warn on nonexistent paths.Chad Rosier2012-12-191-1/+6
* Add support for current Ubuntu Quantal and the upcoming Raring.Rafael Espindola2012-12-131-1/+5
* Initial support for FreeBSD on ARM.Rafael Espindola2012-12-131-0/+13
* Driver/ToolChains.cpp: Add the name CentOS5 32bit gcc44 (aka i386-redhat-linu...NAKAMURA Takumi2012-12-071-0/+1
* Revert r169557. It seems that the test is too restrictedLogan Chien2012-12-061-1/+0
* Add i686-linux-android for gcc toolchain detection.Logan Chien2012-12-061-0/+1
* Hexagon TC: Reimplement Link::ConstructJob to callMatthew Curtis2012-12-061-1/+81
* Hexagon TC: Move getHexagonTargetCPU from Tools.cpp toMatthew Curtis2012-12-061-0/+36
* Hexagon TC: Update toolchain to add appropriate includeMatthew Curtis2012-12-061-9/+70
* ToolChains.cpp: Fixup r169260, clang/Config/config.h needs to be listed *last...NAKAMURA Takumi2012-12-041-4/+5
OpenPOWER on IntegriCloud