Age | Commit message (Expand) | Author |
2012-10-15 | Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. | Daniel Dunbar |
2012-10-15 | Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. | Nico Weber |
2012-10-02 | Fix test for r165028. It only generates that flag for source files now. | Bill Wendling |
2012-09-29 | Add Clang support for iOS6. | Bob Wilson |
2012-07-03 | When using -pg targeting OS X 10.8, pass -no_new_main to the linker. | Bob Wilson |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-01-31 | Fix more fallout from the introduction of "macosx" and "ios" triples. | Bob Wilson |
2012-01-20 | rename -ccc-host-triple into -target | Sebastian Pop |
2012-01-13 | Revert r148138; it's causing test failures. | Eli Friedman |
2012-01-13 | rename -ccc-host-triple into -target | Sebastian Pop |
2012-01-05 | [driver] Add support for passing -lazy_framework/-lazy_library to the linker. | Chad Rosier |
2011-11-17 | tests/Driver/darwin-ld.c: Get rid of the "splatter" test case. We have enough | Daniel Dunbar |
2011-06-28 | Driver/Darwin: -force_load can be specified multiple times. | Daniel Dunbar |
2011-06-28 | Fix test case; we may end up linking against the libprofile_rt dylib. | Douglas Gregor |
2011-06-21 | Driver/Darwin: Fixup version check for -object_path_lto support. | Daniel Dunbar |
2011-06-21 | Driver/Darwin: When invoking the linker, automatically pass -object_path_lto so | Daniel Dunbar |
2011-06-16 | Add support for -force_load flag, for compat with Apple gcc. rdar://9555962 . | Eli Friedman |
2011-06-03 | Fix the Windows buildbots, now that I can actually see what was going wrong w... | Eli Friedman |
2011-06-02 | Switch a ridiculous grep over to FileCheck. | Eli Friedman |
2011-06-02 | Change how we link libprofile_rt.a. While at it, refactor the code a bit. | Rafael Espindola |
2011-05-24 | Fix Darwin test for r132006. | Nick Lewycky |
2011-05-09 | Driver/Darwin: Put dsymutil -o arguments first, so that dysmutil doesn't barf | Daniel Dunbar |
2011-04-28 | Driver/Darwin/ld: Set the deployment target following the version information in | Daniel Dunbar |
2010-09-11 | Fix last test still failing on Win32. 100% pass rate now! | Francois Pichet |
2010-08-23 | Driver/Darwin: Switch to using simplified tool chain by default -- what better | Daniel Dunbar |
2010-08-11 | Driver/Darwin: Pass -demangle when linking, if the linker supports it. | Daniel Dunbar |
2010-07-13 | Driver/Darwin: Pass -pie/-no_pie to the linker when -fpie/-fno-pie and friends | Daniel Dunbar |
2010-06-10 | Driver: Also mark -F as RenderJoined, the linker doesn't like "-F FOO" either. | Daniel Dunbar |
2010-06-09 | tests: Update test for previous change. | Daniel Dunbar |
2010-06-04 | Driver/Darwin: Model dsymutil properly, as a separate action/tool kind which is | Daniel Dunbar |
2010-04-11 | Simplify test, in the hopes of making linux happy. | Daniel Dunbar |
2010-04-10 | Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this | Daniel Dunbar |
2010-04-10 | Tweak test for portability. | Daniel Dunbar |
2010-04-10 | Driver/Darwin/x86: When linking, incorporate -L paths based on the path where | Daniel Dunbar |
2010-03-20 | Driver: Force joining of "-l" "foo", the linker doesn't eat that format. | Daniel Dunbar |
2010-01-27 | Set -ccc-host-triple in these tests. | Daniel Dunbar |
2010-01-27 | Driver/Darwin: Fix a few link arguments when targetting different iPhoneOS | Daniel Dunbar |
2009-12-15 | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar |
2009-11-08 | Remove RUN: true lines. | Daniel Dunbar |
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
2009-10-22 | Update test; the driver can find a different gcc tool chain directory when | Daniel Dunbar |
2009-10-08 | Tolerate .exe on executables. Patch by John Thompson. Changed * to .* by me. | Mike Stump |
2009-09-08 | Remove FIXMEs for pedantically-gcc-bug-compatible behavior. | Daniel Dunbar |
2009-08-01 | 'unset' isn't needed in these tests anymore, we always run with a controlled | Daniel Dunbar |
2009-06-16 | Make these driver tests do the right thing even when MACOSX_DEPLOYMENT_TARGET... | Douglas Gregor |
2009-04-24 | Don't run dsymutil when making a fat executable direct source. | Daniel Dunbar |
2009-04-23 | Call ld, not collect2. | Daniel Dunbar |
2009-04-04 | Driver: Handle properly calling dsymutil when source input is | Daniel Dunbar |
2009-04-01 | Tweak/cleanup darwin::Link a bit, add several FIXMES, and improve test | Daniel Dunbar |
2009-03-26 | Driver: Test case for darwin::Link | Daniel Dunbar |