| Commit message (Expand) | Author | Age | Files | Lines |
* | Driver: Test case for darwin::Link | Daniel Dunbar | 2009-03-26 | 1 | -0/+20 |
* | Driver: Add darwin::Link tool. | Daniel Dunbar | 2009-03-26 | 1 | -1/+1 |
* | Driver: Handle -Xarch_, including warning for nasty -Xarch_ use cases | Daniel Dunbar | 2009-03-25 | 1 | -0/+10 |
* | Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc. | Daniel Dunbar | 2009-03-24 | 1 | -0/+25 |
* | Driver: Change default use of "clang" compiler. | Daniel Dunbar | 2009-03-24 | 1 | -6/+13 |
* | Driver: Translate -fverbose-asm for LLVM backend. | Daniel Dunbar | 2009-03-24 | 1 | -1/+2 |
* | Driver: ArgList::getLastArg was in fact returning the first matching arg. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Rename clang-driver to clang. | Daniel Dunbar | 2009-03-24 | 6 | -30/+30 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 2 | -3/+3 |
* | Use not instead of ! in tests. | Daniel Dunbar | 2009-03-24 | 1 | -2/+2 |
* | Fix a few more instances of "&>". | Eli Friedman | 2009-03-23 | 1 | -2/+2 |
* | Driver: Implement 'missing argument' error. | Daniel Dunbar | 2009-03-22 | 1 | -0/+5 |
* | Don't use &> in tests; dash doesn't understand it. | Eli Friedman | 2009-03-22 | 6 | -28/+28 |
* | ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. | Daniel Dunbar | 2009-03-20 | 1 | -0/+10 |
* | Driver: Switch to using -include-pth. | Daniel Dunbar | 2009-03-20 | 1 | -0/+8 |
* | Driver: Add and use darwin::Assemble tool. | Daniel Dunbar | 2009-03-20 | 1 | -10/+16 |
* | Driver: Fix bug in translating -O to clang, add clang-translation test | Daniel Dunbar | 2009-03-18 | 1 | -0/+11 |
* | Add simple test case to make sure driver can generate executables. | Daniel Dunbar | 2009-03-18 | 1 | -0/+14 |
* | 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: Implement JoinedAndSeparateArg::getValue and add parsing test | Daniel Dunbar | 2009-03-18 | 1 | -0/+15 |
* | 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 |
* | Test had extra line which was masking actual failures. | Daniel Dunbar | 2009-03-17 | 1 | -3/+2 |
* | Driver: Add test for pipelining for analyzer and precompiler. | Daniel Dunbar | 2009-03-17 | 1 | -0/+13 |
* | Driver: Make sure to get the default arch name from the tool chain, not the | Daniel Dunbar | 2009-03-17 | 1 | -0/+10 |
* | Driver: Desensitize test to location of input. | Daniel Dunbar | 2009-03-13 | 1 | -8/+8 |
* | Driver: Test pipelining for universal builds. | Daniel Dunbar | 2009-03-13 | 1 | -0/+21 |
* | Driver: Fix '-x none' handling. | Daniel Dunbar | 2009-03-13 | 1 | -0/+26 |
* | Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* | Daniel Dunbar | 2009-03-02 | 2 | -23/+0 |
* | just remove this insane testcase :) | Chris Lattner | 2009-02-08 | 1 | -23/+0 |
* | Make the test cases failing due to exact diagnostic matching XFAIL. | Sebastian Redl | 2009-02-08 | 1 | -0/+2 |
* | avoid creating tmp files elsewhere | Nuno Lopes | 2009-02-02 | 1 | -1/+1 |
* | fix a crash I introduced, thanks to Ted for the awesome reduced | Chris Lattner | 2009-01-28 | 1 | -0/+5 |
* | Change -verify mode to find the "expected-error" and "expected-warning" strings | Chris Lattner | 2008-11-21 | 1 | -7/+1 |
* | Add -rewrite-macros test case. | Daniel Dunbar | 2008-10-05 | 1 | -0/+18 |
* | Desensitize env-include-paths.c to the directory it is running in. | Daniel Dunbar | 2008-10-04 | 1 | -0/+1 |
* | Bug fix, CPATH="" does not add '.' to search path. | Daniel Dunbar | 2008-10-04 | 1 | -1/+0 |
* | Add test/Driver. | Daniel Dunbar | 2008-10-04 | 1 | -0/+27 |