- 25b58eb Driver/Darwin: Change where Darwin computes the host version, to normalize tool by Daniel Dunbar · 14 years ago
- c2bda62 Driver/Darwin: Inline some constants. by Daniel Dunbar · 14 years ago
- 214afe9 Driver/FreeBSD: Change how FreeBSD derives the Lib32 variable, to normalize tool by Daniel Dunbar · 14 years ago
- 4180011 Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExtension. by Daniel Dunbar · 14 years ago
- edf29b0 Driver: Keep track of a separate "install dir", which is the path where clang by Daniel Dunbar · 14 years ago
- 60baf0f Driver/Darwin: Add deployment target after doing argument translation, so that by Daniel Dunbar · 14 years ago
- c0e665e Driver: Factor out Darwin::AddDeploymentTarget. by Daniel Dunbar · 14 years ago
- 2bb38d0 Driver/Darwin: Resolve deployment target defaulting to be more predictable; by Daniel Dunbar · 14 years ago
- 38e317d add driver support for minix, patch by Kees van Reeuwijk from PR7583 by Chris Lattner · 14 years ago
- 424b661 Driver/Darwin: Add one -L for the DarwinClang toolchain to point into the gcc by Daniel Dunbar · 14 years ago
- 7fb2c25 Driver/FreeBSD: Add libexec to program search paths, to workaround some build by Daniel Dunbar · 15 years ago
- 0e10031 Driver: Eliminate uses of Arg::getIndex. by Daniel Dunbar · 15 years ago
- 9d0863b Driver: Add DerivedArgList::AddFOOArg helper functions, and switch to using them. by Daniel Dunbar · 15 years ago
- 279c1db Driver: Add an explicit argument translation phase to the driver itself. We are going to need this to handle things like -Xassembler, -Xpreprocessor, and -Xlinker which we might have to introspect. by Daniel Dunbar · 15 years ago
- 6e0f254 Driver: Add an explicit dsymutil action. by Daniel Dunbar · 15 years ago
- 0f602de Driver: Switch to using the integrated assembler for standalone assembly jobs by Daniel Dunbar · 15 years ago
- e3c153a Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this by Daniel Dunbar · 15 years ago
- 43a9b32 Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support them. by Daniel Dunbar · 15 years ago
- 8bc9c55 Driver/Darwin/x86: When linking, incorporate -L paths based on the path where by Daniel Dunbar · 15 years ago
- 84d1e6e Driver: Fix thinkos that prevented Clang from picking the right deployment by Daniel Dunbar · 15 years ago
- 3a47c4e add TCE target support, patch by Pekka J! by Chris Lattner · 15 years ago
- b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 15 years ago
- 3905367 Driver/Darwin: Don't error/warn on conflicting deployment targets. Apparently by Daniel Dunbar · 15 years ago
- 1a3c1d9 Driver/Darwin: Fix a crash when diagnosing conflicting deployment targets. by Daniel Dunbar · 15 years ago
- 5435fc9 Driver/Darwin: Eliminate invalid uses of DarwinVersion -- this fixes a number of by Daniel Dunbar · 15 years ago
- ce3fdf2 Driver/Darwin: Simplify target version checks. by Daniel Dunbar · 15 years ago
- cc8e189 Driver/Darwin: Eliminate confusing IsIPhoneOS parameter -- this was actually by Daniel Dunbar · 15 years ago
- 251ca6c Driver/Darwin: Switch to using isTargetIPhoneOS where appropriate. by Daniel Dunbar · 15 years ago
- 2603137 Driver/Darwin: Track target platform more explicitly in tool chain, eventually by Daniel Dunbar · 15 years ago
- 816bc31 Driver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET. by Daniel Dunbar · 15 years ago
- eec9910 Driver/Darwin: Update tool chain to use static clang_rt libraries provided by by Daniel Dunbar · 15 years ago
- eeff406 Driver/Darwin/ld: Factor out getDarwinArchName, for getting the "Darwin" arch by Daniel Dunbar · 15 years ago
- 6cfb3ef Remove ../libexec from clang program search path, clang-cc is dead. by Daniel Dunbar · 15 years ago
- 8a0d94d Fix a FIXME. by Daniel Dunbar · 15 years ago
- c31176d Use -fno-math-errno by default, and remove the IsMathErrnoDefault by Dan Gohman · 15 years ago
- ee788e7 Add ToolChain::getDriver() and use it instead of going through the HostInfo by Daniel Dunbar · 15 years ago
- f2d8b9f Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used by Daniel Dunbar · 15 years ago
- 9f61aa9 Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave by Jeffrey Yasskin · 15 years ago
- 265e9ef Driver: ArgList doesn't depend on Options.h anymore. by Daniel Dunbar · 15 years ago
- 9e1f982 Driver: Introduce OptSpecifier class for protecting access to an option id. by Daniel Dunbar · 15 years ago
- e4bdae7 Driver: Switch to using explicit {getLast,has}ArgNoClaim functions instead of taking a Claim argument. by Daniel Dunbar · 15 years ago
- 27e738d Driver: Split OptTable out into OptTable.{h,cpp} by Daniel Dunbar · 15 years ago
- 1d189e1 Driver: Store Option ID field as unsigned to drop dependency on the options by Daniel Dunbar · 15 years ago
- 080fb19 Driver: Fix thinko in logic for finding gcc's tool chain directory. by Daniel Dunbar · 15 years ago
- 87f9fd9 Driver: don't produce bogus osx version numbers if no version (aka 0) was specified. by Benjamin Kramer · 15 years ago
- 74782b0 Driver: If unable to find the gcc tool chain, try the next OS rev. by Daniel Dunbar · 15 years ago
- 7adf949 AuroraUX toolchain fixes. by Edward O'Callaghan · 15 years ago
- 55bac53 Revert r83443. by Ted Kremenek · 15 years ago
- 44da821 Fixup pathnames. by Mike Stump · 15 years ago
- a92ba27 Fix truck sized thinko where Darwin/ARM toolchain didn't look for programs in by Daniel Dunbar · 15 years ago
- 1d4612b Split Darwin toolchain into Clang and GCC Darwin toolchains with a common base. by Daniel Dunbar · 15 years ago
- 6cd4154 Lift AddLinkRuntimeLibArgs into Darwin tool chain. by Daniel Dunbar · 15 years ago
- 48d5aae Lift getMacosxVersionMin out into Darwin ToolChain. by Daniel Dunbar · 15 years ago
- 6b200b2 Lift AddLinkerSearchPaths() into Darwin tool chain. by Daniel Dunbar · 15 years ago
- 84ec96c Improve Darwin argument translation to match what the driver driver does. by Daniel Dunbar · 15 years ago
- 0dcb9a3 Push bound architecture name into TranslateArgs. by Daniel Dunbar · 15 years ago
- 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
- a6046be Fix ShouldUseClangCompiler to use llvm::Triple. by Daniel Dunbar · 15 years ago
- 30392de Darwin: Pass -iphoneos-version-min to ld when building for ARM. by Daniel Dunbar · 15 years ago
- f395528 Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. by Daniel Dunbar · 15 years ago
- 8f28962 Remove unused argument. by Daniel Dunbar · 15 years ago
- e7925a0 Second half of, clang, AuroraUX toolchain support. by Edward O'Callaghan · 15 years ago
- a9822de Add additional library paths for Linux distros on mixed 32/64-bit systems. by Daniel Dunbar · 15 years ago
- f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
- 6b3454a Fix for PR4140: Add the start of a Linux toolchain (basically, just by Eli Friedman · 16 years ago
- cb8ab23 (llvm up) Use llvm::Triple for storing target triples. by Daniel Dunbar · 16 years ago
- 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 16 years ago
- f36a06a Honor MACOSX_DEPLOYMENT_TARGET environment variable. by Daniel Dunbar · 16 years ago
- ff8857a Driver: Forward -miphoneos-version-min to clang. by Daniel Dunbar · 16 years ago
- bc53466 Driver: Tweak search paths for FreeBSD. - Patch by Pawel Worach! by Daniel Dunbar · 16 years ago
- 008f54a Driver: Add freebsd::Link - Patch by Ed Schouten! by Daniel Dunbar · 16 years ago
- 68a31d4 Driver: Call 'as' directly on FreeBSD. - Patch by Ed Schouten! by Daniel Dunbar · 16 years ago
- 75358d2 Driver: Sketch FreeBSD tool chain. - Patch by Ed Schouten! by Daniel Dunbar · 16 years ago
- 478edc2 Driver: Track which original arguments an arg is derived from, so that by Daniel Dunbar · 16 years ago
- 9120f17 Driver: Add test case for darwin::Preprocess and darwin::Compile by Daniel Dunbar · 16 years ago
- 02633b5 Driver: Add darwin::Link tool. by Daniel Dunbar · 16 years ago
- ec069ed Driver: Implement Darwin_X86 tool chain level argument translation. by Daniel Dunbar · 16 years ago
- 4e7e9cf Driver: Handle -Xarch_, including warning for nasty -Xarch_ use cases by Daniel Dunbar · 16 years ago
- f3cad36 Driver: Prep for tool chain specific argument translation. by Daniel Dunbar · 16 years ago
- af80e1f Move ToolChain::ShouldUseClangCompiler to by Daniel Dunbar · 16 years ago
- 82fa7c5 Install clang-cc to libexec/clang-cc (instead of bin/clang-cc). by Daniel Dunbar · 16 years ago
- c50b00d Driver: Setup file and program search paths in tool chains. by Daniel Dunbar · 16 years ago
- 8cac5f7 Driver: Add and use darwin::Assemble tool. by Daniel Dunbar · 16 years ago
- 8eddb3f Driver: Sketch Darwin tool chains. by Daniel Dunbar · 16 years ago
- 3917608 Driver: Move tool chain implementations into ToolChains.cpp. by Daniel Dunbar · 16 years ago