summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.h
Commit message (Expand)AuthorAgeFilesLines
* Add NetBSD target support. Patch by Joerg Sonnenberger.Benjamin Kramer2011-02-021-0/+7
* Add -fobjc-default-synthesized-properties flagTed Kremenek2010-12-231-0/+6
* Use ld directly on linux. Changes from the previous try:Rafael Espindola2010-11-071-0/+5
* Revert while I debug test failures :-(Rafael Espindola2010-11-031-5/+0
* Switch clang to run ld directly on linux. I tested this on all the linuxRafael Espindola2010-11-031-0/+5
* Switch to using the integrated assembler by default on x86 and x86-64 ELFRafael Espindola2010-10-291-4/+16
* Driver: implement driver automagic support for -lcc_kextShantonu Sen2010-09-171-0/+3
* Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd.Daniel Dunbar2010-09-171-2/+2
* Driver/DarwinClang: The new toolchain definition is going to drop the -L insideDaniel Dunbar2010-09-171-0/+3
* Driver: Add a toolchain hook for whether the system has native LLVM support.Daniel Dunbar2010-09-171-0/+2
* Driver: Move Clang "triple" computation routines to method on theDaniel Dunbar2010-08-231-0/+4
* Visual Studio tools used on win32 hosts when targeting win32.Michael J. Spencer2010-08-211-0/+14
* Run the assembler instead of gcc on Linux.Rafael Espindola2010-08-101-0/+2
* Driver/Darwin: Change where Darwin computes the host version, to normalize toolDaniel Dunbar2010-08-021-6/+8
* Driver/Darwin: Inline some constants.Daniel Dunbar2010-08-021-2/+1
* Driver/FreeBSD: Change how FreeBSD derives the Lib32 variable, to normalize toolDaniel Dunbar2010-08-021-1/+1
* Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExte...Daniel Dunbar2010-08-021-0/+2
* Driver/Darwin: Always allow blocks on Darwin, so that users can conditionallyDaniel Dunbar2010-07-221-5/+3
* Driver/Darwin: Add deployment target after doing argument translation, so thatDaniel Dunbar2010-07-191-2/+1
* Driver: Factor out Darwin::AddDeploymentTarget.Daniel Dunbar2010-07-191-0/+4
* add driver support for minix, patch by Kees van ReeuwijkChris Lattner2010-07-071-0/+7
* Driver: Add make variable to allow disabling default integrated assembler, tillDaniel Dunbar2010-06-231-0/+4
* Driver: Add an explicit argument translation phase to the driver itself. We a...Daniel Dunbar2010-06-111-6/+1
* Driver: Enable -integrated-as by default, at least for Darwin/x86 without -st...Daniel Dunbar2010-05-141-1/+6
* VISIBILITY_HIDDEN was renamed LLVM_LIBRARY_VISIBILITY.Duncan Sands2010-05-111-11/+11
* Driver/Darwin: Fix Objective-C non-fragile ABI and dispatch method defaults, ...Daniel Dunbar2010-04-241-8/+9
* NeXT: Clean up dispatch method policy selection.Daniel Dunbar2010-04-241-0/+6
* Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support...Daniel Dunbar2010-04-101-0/+2
* Driver: Fix possible crash when targetting an unknown (unsupported) DarwinDaniel Dunbar2010-03-201-0/+2
* add TCE target support, patch by Pekka J!Chris Lattner2010-03-041-0/+20
* Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixesDaniel Dunbar2010-02-101-0/+2
* Driver/Darwin: Darwin uses -fobjc-legacy-dispatch on ARM.Daniel Dunbar2010-02-011-0/+5
* Driver/Darwin: Eliminate invalid uses of DarwinVersion -- this fixes a number ofDaniel Dunbar2010-01-271-16/+9
* Driver/Darwin: Simplify target version checks.Daniel Dunbar2010-01-271-17/+7
* Driver/Darwin: Fix a few link arguments when targetting different iPhoneOSDaniel Dunbar2010-01-271-0/+6
* Driver/Darwin: Eliminate confusing IsIPhoneOS parameter -- this was actuallyDaniel Dunbar2010-01-271-19/+4
* Driver/Darwin: Track target platform more explicitly in tool chain, eventuallyDaniel Dunbar2010-01-271-0/+44
* Simplify.Daniel Dunbar2010-01-261-10/+0
* Driver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET.Daniel Dunbar2010-01-261-1/+5
* Driver/Darwin/ld: Factor out getDarwinArchName, for getting the "Darwin" archDaniel Dunbar2010-01-221-0/+5
* Use -fno-math-errno by default, and remove the IsMathErrnoDefaultDan Gohman2010-01-081-2/+0
* Add -dwarf-debug-flags, which provides a way to embed the cc1 level options usedDaniel Dunbar2009-12-181-0/+2
* Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver,Daniel Dunbar2009-11-171-0/+13
* Revert r83443.Ted Kremenek2009-10-071-2/+2
* Fixup pathnames.Mike Stump2009-10-071-2/+2
* Split Darwin toolchain into Clang and GCC Darwin toolchains with a common base.Daniel Dunbar2009-09-181-21/+61
* Lift AddLinkRuntimeLibArgs into Darwin tool chain.Daniel Dunbar2009-09-181-0/+4
* Move isMacosxVersionLT helpers to Darwin tool chain.Daniel Dunbar2009-09-181-0/+14
* Lift getMacosxVersionMin out into Darwin ToolChain.Daniel Dunbar2009-09-181-0/+4
* Lift AddLinkerSearchPaths() into Darwin tool chain.Daniel Dunbar2009-09-181-3/+15
OpenPOWER on IntegriCloud