aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains.cpp
AgeCommit message (Expand)Author
2013-04-21[Mips] Do not add unnecessary Mips toolchain path to the listSimon Atanasyan
2013-04-20Supports Sourcery CodeBench Mips toolchain directories tree.Simon Atanasyan
2013-04-14Add driver support for fedora 18 on ARM.Rafael Espindola
2013-04-11Fix the driver logic for recent versions of DragonFly.John McCall
2013-04-09If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne
2013-03-28Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.Thomas Schwinge
2013-03-28Rename LinuxDistro to Distro.Thomas Schwinge
2013-03-21[ASan] Let the users to invoke `clang -fsanitize=address` to link binaries ta...Alexander Potapenko
2013-03-20Remove the Tools DensMap from the toolchain.Rafael Espindola
2013-03-19Finish refactoring the tool selection logic.Rafael Espindola
2013-03-18Centralize the logic for using the integrated assembler.Rafael Espindola
2013-03-18Centralize the recording of which tools have been constructed.Rafael Espindola
2013-03-18Use early returns when checking if we already constructed a tool and whenRafael Espindola
2013-03-18Remove unused argument.Rafael Espindola
2013-03-18Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola
2013-03-18Refactor a bit of duplicated code to useIntegratedAs.Rafael Espindola
2013-03-18Remove unused argument.Rafael Espindola
2013-03-18Remove unused argument.Rafael Espindola
2013-03-15Take in account the triplet 'powerpc-linux-gnuspe' for PowerPC SPE. Done for ...Sylvestre Ledru
2013-03-06Driver: add support for new style multiarch in Ubuntu 13.04Dmitri Gribenko
2013-03-04Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors.Bob Wilson
2013-02-21Remove the SplitDebug action and replace with a set of commandsEric Christopher
2013-02-05Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher
2013-02-05Spaces instead of tabs.Eric Christopher
2013-01-31Add support for AArch64 target.Tim Northover
2013-01-22[ASan] Link with the dynamic runtime on OS XAlexander Potapenko
2013-01-21Port r172856: 'Include ubsan runtime even when building a shared library. We ...Alexey Samsonov
2013-01-15[driver/Darwin] Adjust SDKROOT handling code to not generate "-isysroot /".Daniel Dunbar
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-10ToolChains: Minor touchup to use correct type, avoid truncation.Will Dietz
2013-01-06Prepare for the upcoming version of Debian (jessie)Sylvestre Ledru
2012-12-29Fix a typo that caused a few standard library implementations of sort toChandler Carruth
2012-12-29Try to re-structure the GCCVersion comparison routine to make it easierChandler Carruth
2012-12-21Update comments.Rafael Espindola
2012-12-20Fix Generic_GCC::GCCVersion::operator<Rafael Espindola
2012-12-19[driver] Have -isysroot warn on nonexistent paths.Chad Rosier
2012-12-13Add support for current Ubuntu Quantal and the upcoming Raring.Rafael Espindola
2012-12-13Initial support for FreeBSD on ARM.Rafael Espindola
2012-12-07Driver/ToolChains.cpp: Add the name CentOS5 32bit gcc44 (aka i386-redhat-linu...NAKAMURA Takumi
2012-12-06Revert r169557. It seems that the test is too restrictedLogan Chien
2012-12-06Add i686-linux-android for gcc toolchain detection.Logan Chien
2012-12-06Hexagon TC: Reimplement Link::ConstructJob to callMatthew Curtis
2012-12-06Hexagon TC: Move getHexagonTargetCPU from Tools.cpp toMatthew Curtis
2012-12-06Hexagon TC: Update toolchain to add appropriate includeMatthew Curtis
2012-12-04ToolChains.cpp: Fixup r169260, clang/Config/config.h needs to be listed *last...NAKAMURA Takumi
2012-12-04Autotools has the same include guard for both Clang and LLVM's config.h.Chandler Carruth
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-23Reapply a subset of r167567 to clean up Darwin-specific code for invoking gcc.Bob Wilson
2012-11-21Fix the '-fuse-init-array' option to actually be an option.Chandler Carruth
2012-11-21[Sanitizer] force linking with static sanitizer runtimes on Darwin even if th...Alexey Samsonov