| Commit message (Expand) | Author | Age | Files | Lines |
| * | Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes | Daniel Dunbar | 2010-02-10 | 1 | -0/+6 |
| * | Driver/Darwin: Don't error/warn on conflicting deployment targets. Apparently | Daniel Dunbar | 2010-02-02 | 1 | -5/+14 |
| * | Driver/Darwin: Fix a crash when diagnosing conflicting deployment targets. | Daniel Dunbar | 2010-01-29 | 1 | -4/+6 |
| * | Driver/Darwin: Eliminate invalid uses of DarwinVersion -- this fixes a number of | Daniel Dunbar | 2010-01-27 | 1 | -6/+2 |
| * | Driver/Darwin: Simplify target version checks. | Daniel Dunbar | 2010-01-27 | 1 | -29/+10 |
| * | Driver/Darwin: Eliminate confusing IsIPhoneOS parameter -- this was actually | Daniel Dunbar | 2010-01-27 | 1 | -16/+12 |
| * | Driver/Darwin: Switch to using isTargetIPhoneOS where appropriate. | Daniel Dunbar | 2010-01-27 | 1 | -3/+3 |
| * | Driver/Darwin: Track target platform more explicitly in tool chain, eventually | Daniel Dunbar | 2010-01-27 | 1 | -10/+32 |
| * | Driver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET. | Daniel Dunbar | 2010-01-26 | 1 | -14/+30 |
| * | Driver/Darwin: Update tool chain to use static clang_rt libraries provided by | Daniel Dunbar | 2010-01-22 | 1 | -10/+48 |
| * | Driver/Darwin/ld: Factor out getDarwinArchName, for getting the "Darwin" arch | Daniel Dunbar | 2010-01-22 | 1 | -0/+63 |
| * | Remove ../libexec from clang program search path, clang-cc is dead. | Daniel Dunbar | 2010-01-18 | 1 | -24/+0 |
| * | Fix a FIXME. | Daniel Dunbar | 2010-01-10 | 1 | -2/+2 |
| * | Use -fno-math-errno by default, and remove the IsMathErrnoDefault | Dan Gohman | 2010-01-08 | 1 | -8/+0 |
| * | Add ToolChain::getDriver() and use it instead of going through the HostInfo | Daniel Dunbar | 2009-12-21 | 1 | -30/+30 |
| * | Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used | Daniel Dunbar | 2009-12-18 | 1 | -0/+6 |
| * | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin | 2009-12-12 | 1 | -1/+1 |
| * | Driver: ArgList doesn't depend on Options.h anymore. | Daniel Dunbar | 2009-11-19 | 1 | -0/+1 |
| * | Driver: Introduce OptSpecifier class for protecting access to an option id. | Daniel Dunbar | 2009-11-19 | 1 | -1/+1 |
| * | Driver: Switch to using explicit {getLast,has}ArgNoClaim functions instead of... | Daniel Dunbar | 2009-11-19 | 1 | -3/+3 |
| * | Driver: Split OptTable out into OptTable.{h,cpp} | Daniel Dunbar | 2009-11-19 | 1 | -0/+1 |
| * | Driver: Store Option ID field as unsigned to drop dependency on the options | Daniel Dunbar | 2009-11-18 | 1 | -2/+1 |
| * | Driver: Fix thinko in logic for finding gcc's tool chain directory. | Daniel Dunbar | 2009-10-22 | 1 | -2/+4 |
| * | Driver: don't produce bogus osx version numbers if no version (aka 0) was spe... | Benjamin Kramer | 2009-10-21 | 1 | -1/+2 |
| * | Driver: If unable to find the gcc tool chain, try the next OS rev. | Daniel Dunbar | 2009-10-20 | 1 | -1/+18 |
| * | AuroraUX toolchain fixes. | Edward O'Callaghan | 2009-10-15 | 1 | -0/+1 |
| * | Revert r83443. | Ted Kremenek | 2009-10-07 | 1 | -3/+2 |
| * | Fixup pathnames. | Mike Stump | 2009-10-07 | 1 | -2/+3 |
| * | Fix truck sized thinko where Darwin/ARM toolchain didn't look for programs in | Daniel Dunbar | 2009-09-29 | 1 | -0/+7 |
| * | Split Darwin toolchain into Clang and GCC Darwin toolchains with a common base. | Daniel Dunbar | 2009-09-18 | 1 | -15/+63 |
| * | Lift AddLinkRuntimeLibArgs into Darwin tool chain. | Daniel Dunbar | 2009-09-18 | 1 | -0/+46 |
| * | Lift getMacosxVersionMin out into Darwin ToolChain. | Daniel Dunbar | 2009-09-18 | 1 | -0/+15 |
| * | Lift AddLinkerSearchPaths() into Darwin tool chain. | Daniel Dunbar | 2009-09-18 | 1 | -6/+26 |
| * | Improve Darwin argument translation to match what the driver driver does. | Daniel Dunbar | 2009-09-09 | 1 | -8/+72 |
| * | Push bound architecture name into TranslateArgs. | Daniel Dunbar | 2009-09-09 | 1 | -2/+4 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -20/+19 |
| * | Fix ShouldUseClangCompiler to use llvm::Triple. | Daniel Dunbar | 2009-09-08 | 1 | -6/+6 |
| * | Darwin: Pass -iphoneos-version-min to ld when building for ARM. | Daniel Dunbar | 2009-09-04 | 1 | -10/+21 |
| * | Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. | Daniel Dunbar | 2009-09-04 | 1 | -13/+12 |
| * | Remove unused argument. | Daniel Dunbar | 2009-09-04 | 1 | -1/+1 |
| * | Second half of, clang, AuroraUX toolchain support. | Edward O'Callaghan | 2009-08-22 | 1 | -0/+42 |
| * | Add additional library paths for Linux distros on mixed 32/64-bit systems. | Daniel Dunbar | 2009-08-06 | 1 | -0/+9 |
| * | OpenBSD support. | Daniel Dunbar | 2009-06-29 | 1 | -0/+30 |
| * | Fix for PR4140: Add the start of a Linux toolchain (basically, just | Eli Friedman | 2009-05-26 | 1 | -0/+16 |
| * | (llvm up) Use llvm::Triple for storing target triples. | Daniel Dunbar | 2009-05-22 | 1 | -12/+8 |
| * | DragonFly ToolChain definition for driver. | Daniel Dunbar | 2009-05-02 | 1 | -2/+41 |
| * | Honor MACOSX_DEPLOYMENT_TARGET environment variable. | Daniel Dunbar | 2009-04-10 | 1 | -1/+9 |
| * | Driver: Forward -miphoneos-version-min to clang. | Daniel Dunbar | 2009-04-10 | 1 | -1/+12 |
| * | Driver: Tweak search paths for FreeBSD. | Daniel Dunbar | 2009-04-02 | 1 | -2/+5 |
| * | Driver: Add freebsd::Link | Daniel Dunbar | 2009-04-01 | 1 | -0/+2 |