summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.h
Commit message (Expand)AuthorAgeFilesLines
* [Mips] Do not detect a used MIPS toolchain. Build a path suffix for FSFSimon Atanasyan2013-11-261-1/+0
* Make the integrated assembler the default for cygwin/mingw too.Rafael Espindola2013-11-251-4/+4
* remove gcc::PrecompileRafael Espindola2013-11-241-1/+0
* Remove the Darwin_Generic_GCC toolchain.Rafael Espindola2013-11-241-13/+0
* Remove two unused #ifdefs.Rafael Espindola2013-11-171-11/+0
* Add gold plugin support to the FreeBSD link driver.Roman Divacky2013-11-101-0/+1
* Commit the changes to make libc++ the default on FreeBSD >= 10, rather thanDavid Chisnall2013-11-091-0/+6
* Clean up the deeply misleading name of the "MultiLibSuffix". This isChandler Carruth2013-10-291-8/+19
* XCore target: add an xcore toolchain implementationRobert Lytton2013-10-111-0/+24
* [Mips] Support FSF Mips toolchain directories tree in the Clang driver.Simon Atanasyan2013-10-101-0/+6
* Remove unused param from Linux::computeSysRoot().Simon Atanasyan2013-10-051-1/+1
* Separate construction of bi-arch path suffix from construction ofSimon Atanasyan2013-09-281-0/+4
* Teach the Linux toolchain about more modern Gentoo installations of GCCChandler Carruth2013-08-261-0/+3
* Move SanitizerArgs to the clang DriverAlexey Samsonov2013-08-191-1/+0
* Build unwind tables by default on NetBSD.Joerg Sonnenberger2013-08-151-0/+3
* Use the integrated assembler on NetBSD/powerpc by default.Joerg Sonnenberger2013-08-151-0/+5
* Enhance the clang -v gcc debug printing to skip obviously bad and duplicate p...Benjamin Kramer2013-08-141-2/+2
* Add a convenient way to compare GCCVersions without creating temporary objects.Benjamin Kramer2013-08-091-1/+5
* Start keeping track of what work was done to detect a GCC installationChandler Carruth2013-07-301-1/+9
* Reword and reformat some of the "Multiarch" code in the toolchain setup.Chandler Carruth2013-06-221-11/+12
* [Driver] Remove the using namespace directives from headersReid Kleckner2013-06-171-71/+98
* Try to fix the windows build.Rafael Espindola2013-06-111-0/+2
* Default to PIE and using stack protection on OpenBSD.Rafael Espindola2013-06-051-0/+5
* Add support for -stdlib=libc++ in the NetBSD toolchain.Joerg Sonnenberger2013-04-301-0/+5
* Supports Sourcery CodeBench Mips toolchain directories tree.Simon Atanasyan2013-04-201-0/+2
* If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne2013-04-091-0/+6
* Remove the Tools DensMap from the toolchain.Rafael Espindola2013-03-201-21/+53
* Finish refactoring the tool selection logic.Rafael Espindola2013-03-191-1/+0
* Centralize the recording of which tools have been constructed.Rafael Espindola2013-03-181-24/+14
* Use early returns when checking if we already constructed a tool and whenRafael Espindola2013-03-181-2/+0
* Remove unused argument.Rafael Espindola2013-03-181-14/+14
* Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola2013-03-181-4/+5
* Remove unused argument.Rafael Espindola2013-03-181-28/+14
* Driver: add support for new style multiarch in Ubuntu 13.04Dmitri Gribenko2013-03-061-0/+5
* Default to enabling default-synthesized ivars on all platformsDavid Chisnall2013-03-031-8/+0
* Add support for AArch64 target.Tim Northover2013-01-311-1/+2
* Initial support for FreeBSD on ARM.Rafael Espindola2012-12-131-0/+1
* Hexagon TC: Reimplement Link::ConstructJob to callMatthew Curtis2012-12-061-0/+1
* Hexagon TC: Move getHexagonTargetCPU from Tools.cpp toMatthew Curtis2012-12-061-0/+2
* Hexagon TC: Update toolchain to add appropriate includeMatthew Curtis2012-12-061-15/+23
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-4/+2
* Remove an extra semicolon.Chad Rosier2012-11-271-1/+1
* Fix the '-fuse-init-array' option to actually be an option.Chandler Carruth2012-11-211-1/+2
* [Sanitizer] force linking with static sanitizer runtimes on Darwin even if th...Alexey Samsonov2012-11-211-3/+4
* Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth2012-11-191-11/+11
* block extended signatur option. Change previous optionFariborz Jahanian2012-11-151-0/+4
* Remove old driver code to grab the iOS simulator version from the -D option.Bob Wilson2012-11-091-8/+1
* Remove more code related to invoking llvm-gcc. <rdar://problem/11991320>Bob Wilson2012-11-081-3/+0
* Add support of MIPS n32 ABI to the Clang driver. The fix builds correct libra...Simon Atanasyan2012-10-211-0/+1
* Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit.Rafael Espindola2012-09-231-2/+0
OpenPOWER on IntegriCloud