| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r211866, r211895 and r211995, "Driver: use GNU::Link for the Generic_G... | NAKAMURA Takumi | 2014-06-29 | 1 | -1/+1 |
| * | Driver: use GNU::Link for the Generic_GCC toolchain | Saleem Abdulrasool | 2014-06-27 | 1 | -1/+1 |
| * | Make the integrated assembler the default for cygwin/mingw too. | Rafael Espindola | 2013-11-25 | 1 | -1/+1 |
| * | Don't use the gcc driver for assembling. | Rafael Espindola | 2013-11-23 | 1 | -1/+1 |
| * | Remove the -ccc-no-clang option. | Rafael Espindola | 2012-10-31 | 1 | -17/+0 |
| * | Remove ccc-no-clang-cpp, which is also dead now. | Rafael Espindola | 2012-10-30 | 1 | -4/+0 |
| * | In the past "production" clang builds would not be used for c++, and | Rafael Espindola | 2012-10-30 | 1 | -4/+1 |
| * | The clang driver has a fairly fancy support for executing gcc instead of | Rafael Espindola | 2012-10-09 | 1 | -8/+2 |
| * | Convert to FileCheck. | Rafael Espindola | 2012-10-02 | 1 | -40/+46 |
| * | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-20 | 1 | -14/+14 |
| * | Revert r148138; it's causing test failures. | Eli Friedman | 2012-01-13 | 1 | -14/+14 |
| * | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-13 | 1 | -14/+14 |
| * | Driver: Start ripping out support for -pipe, which is worthless and complicates | Daniel Dunbar | 2010-08-02 | 1 | -6/+0 |
| * | Force -no-integrated-as in this test. | Daniel Dunbar | 2010-05-14 | 1 | -1/+1 |
| * | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar | 2009-12-15 | 1 | -15/+15 |
| * | Remove RUN: true lines. | Daniel Dunbar | 2009-11-08 | 1 | -1/+0 |
| * | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -48/+48 |
| * | Fix ShouldUseClangCompiler to use llvm::Triple. | Daniel Dunbar | 2009-09-08 | 1 | -1/+1 |
| * | Switch the driver back to always using clang-cc by default (for C++, and | Daniel Dunbar | 2009-07-23 | 1 | -2/+2 |
| * | Missed test case update (part of previous commit) | Daniel Dunbar | 2009-03-30 | 1 | -28/+28 |
| * | Driver: Add darwin::Link tool. | Daniel Dunbar | 2009-03-26 | 1 | -1/+1 |
| * | Driver: Change default use of "clang" compiler. | Daniel Dunbar | 2009-03-24 | 1 | -6/+13 |
| * | Rename clang-driver to clang. | Daniel Dunbar | 2009-03-24 | 1 | -12/+12 |
| * | Don't use &> in tests; dash doesn't understand it. | Eli Friedman | 2009-03-22 | 1 | -12/+12 |
| * | Driver: Add and use darwin::Assemble tool. | Daniel Dunbar | 2009-03-20 | 1 | -10/+16 |
| * | Driver: Update test case. | Daniel Dunbar | 2009-03-18 | 1 | -15/+15 |
| * | Driver: Add test for binding of precompile; exposed bug due to my | Daniel Dunbar | 2009-03-18 | 1 | -0/+3 |
| * | Driver: Add test case for -ccc-clang-archs (which, it turns out, was | Daniel Dunbar | 2009-03-18 | 1 | -0/+4 |
| * | Driver: Add test case for various parts of binding (no-integrated-cpp, | Daniel Dunbar | 2009-03-17 | 1 | -0/+36 |