| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add NetBSD target support. Patch by Joerg Sonnenberger. | Benjamin Kramer | 2011-02-02 | 1 | -0/+7 |
| * | Add -fobjc-default-synthesized-properties flag | Ted Kremenek | 2010-12-23 | 1 | -0/+6 |
| * | Use ld directly on linux. Changes from the previous try: | Rafael Espindola | 2010-11-07 | 1 | -0/+5 |
| * | Revert while I debug test failures :-( | Rafael Espindola | 2010-11-03 | 1 | -5/+0 |
| * | Switch clang to run ld directly on linux. I tested this on all the linux | Rafael Espindola | 2010-11-03 | 1 | -0/+5 |
| * | Switch to using the integrated assembler by default on x86 and x86-64 ELF | Rafael Espindola | 2010-10-29 | 1 | -4/+16 |
| * | Driver: implement driver automagic support for -lcc_kext | Shantonu Sen | 2010-09-17 | 1 | -0/+3 |
| * | Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd. | Daniel Dunbar | 2010-09-17 | 1 | -2/+2 |
| * | Driver/DarwinClang: The new toolchain definition is going to drop the -L inside | Daniel Dunbar | 2010-09-17 | 1 | -0/+3 |
| * | Driver: Add a toolchain hook for whether the system has native LLVM support. | Daniel Dunbar | 2010-09-17 | 1 | -0/+2 |
| * | Driver: Move Clang "triple" computation routines to method on the | Daniel Dunbar | 2010-08-23 | 1 | -0/+4 |
| * | Visual Studio tools used on win32 hosts when targeting win32. | Michael J. Spencer | 2010-08-21 | 1 | -0/+14 |
| * | Run the assembler instead of gcc on Linux. | Rafael Espindola | 2010-08-10 | 1 | -0/+2 |
| * | Driver/Darwin: Change where Darwin computes the host version, to normalize tool | Daniel Dunbar | 2010-08-02 | 1 | -6/+8 |
| * | Driver/Darwin: Inline some constants. | Daniel Dunbar | 2010-08-02 | 1 | -2/+1 |
| * | Driver/FreeBSD: Change how FreeBSD derives the Lib32 variable, to normalize tool | Daniel Dunbar | 2010-08-02 | 1 | -1/+1 |
| * | Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExte... | Daniel Dunbar | 2010-08-02 | 1 | -0/+2 |
| * | Driver/Darwin: Always allow blocks on Darwin, so that users can conditionally | Daniel Dunbar | 2010-07-22 | 1 | -5/+3 |
| * | Driver/Darwin: Add deployment target after doing argument translation, so that | Daniel Dunbar | 2010-07-19 | 1 | -2/+1 |
| * | Driver: Factor out Darwin::AddDeploymentTarget. | Daniel Dunbar | 2010-07-19 | 1 | -0/+4 |
| * | add driver support for minix, patch by Kees van Reeuwijk | Chris Lattner | 2010-07-07 | 1 | -0/+7 |
| * | Driver: Add make variable to allow disabling default integrated assembler, till | Daniel Dunbar | 2010-06-23 | 1 | -0/+4 |
| * | Driver: Add an explicit argument translation phase to the driver itself. We a... | Daniel Dunbar | 2010-06-11 | 1 | -6/+1 |
| * | Driver: Enable -integrated-as by default, at least for Darwin/x86 without -st... | Daniel Dunbar | 2010-05-14 | 1 | -1/+6 |
| * | VISIBILITY_HIDDEN was renamed LLVM_LIBRARY_VISIBILITY. | Duncan Sands | 2010-05-11 | 1 | -11/+11 |
| * | Driver/Darwin: Fix Objective-C non-fragile ABI and dispatch method defaults, ... | Daniel Dunbar | 2010-04-24 | 1 | -8/+9 |
| * | NeXT: Clean up dispatch method policy selection. | Daniel Dunbar | 2010-04-24 | 1 | -0/+6 |
| * | Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support... | Daniel Dunbar | 2010-04-10 | 1 | -0/+2 |
| * | Driver: Fix possible crash when targetting an unknown (unsupported) Darwin | Daniel Dunbar | 2010-03-20 | 1 | -0/+2 |
| * | add TCE target support, patch by Pekka J! | Chris Lattner | 2010-03-04 | 1 | -0/+20 |
| * | Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes | Daniel Dunbar | 2010-02-10 | 1 | -0/+2 |
| * | Driver/Darwin: Darwin uses -fobjc-legacy-dispatch on ARM. | Daniel Dunbar | 2010-02-01 | 1 | -0/+5 |
| * | Driver/Darwin: Eliminate invalid uses of DarwinVersion -- this fixes a number of | Daniel Dunbar | 2010-01-27 | 1 | -16/+9 |
| * | Driver/Darwin: Simplify target version checks. | Daniel Dunbar | 2010-01-27 | 1 | -17/+7 |
| * | Driver/Darwin: Fix a few link arguments when targetting different iPhoneOS | Daniel Dunbar | 2010-01-27 | 1 | -0/+6 |
| * | Driver/Darwin: Eliminate confusing IsIPhoneOS parameter -- this was actually | Daniel Dunbar | 2010-01-27 | 1 | -19/+4 |
| * | Driver/Darwin: Track target platform more explicitly in tool chain, eventually | Daniel Dunbar | 2010-01-27 | 1 | -0/+44 |
| * | Simplify. | Daniel Dunbar | 2010-01-26 | 1 | -10/+0 |
| * | Driver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET. | Daniel Dunbar | 2010-01-26 | 1 | -1/+5 |
| * | Driver/Darwin/ld: Factor out getDarwinArchName, for getting the "Darwin" arch | Daniel Dunbar | 2010-01-22 | 1 | -0/+5 |
| * | Use -fno-math-errno by default, and remove the IsMathErrnoDefault | Dan Gohman | 2010-01-08 | 1 | -2/+0 |
| * | Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used | Daniel Dunbar | 2009-12-18 | 1 | -0/+2 |
| * | Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, | Daniel Dunbar | 2009-11-17 | 1 | -0/+13 |
| * | Revert r83443. | Ted Kremenek | 2009-10-07 | 1 | -2/+2 |
| * | Fixup pathnames. | Mike Stump | 2009-10-07 | 1 | -2/+2 |
| * | Split Darwin toolchain into Clang and GCC Darwin toolchains with a common base. | Daniel Dunbar | 2009-09-18 | 1 | -21/+61 |
| * | Lift AddLinkRuntimeLibArgs into Darwin tool chain. | Daniel Dunbar | 2009-09-18 | 1 | -0/+4 |
| * | Move isMacosxVersionLT helpers to Darwin tool chain. | Daniel Dunbar | 2009-09-18 | 1 | -0/+14 |
| * | Lift getMacosxVersionMin out into Darwin ToolChain. | Daniel Dunbar | 2009-09-18 | 1 | -0/+4 |
| * | Lift AddLinkerSearchPaths() into Darwin tool chain. | Daniel Dunbar | 2009-09-18 | 1 | -3/+15 |