Age | Commit message (Expand) | Author |
2009-04-10 | Force driver triple. | Daniel Dunbar |
2009-04-10 | Honor MACOSX_DEPLOYMENT_TARGET environment variable. | Daniel Dunbar |
2009-04-08 | Driver: Split out CPP specific options for clang so that we don't end | Daniel Dunbar |
2009-04-07 | Driver: Fix forwarding of -fpascal-strings. | Daniel Dunbar |
2009-04-07 | Driver: Fix forwarding of -{std,ansi,trigraphs} when there are | Daniel Dunbar |
2009-04-07 | Driver: Fix a parsing bug where some options were matched | Daniel Dunbar |
2009-04-04 | Driver: Handle properly calling dsymutil when source input is | Daniel Dunbar |
2009-04-01 | Pull clang-cc code for generating PTH files based on the input type. | Daniel Dunbar |
2009-04-01 | Tweak/cleanup darwin::Link a bit, add several FIXMES, and improve test | Daniel Dunbar |
2009-03-31 | (LLVM up) Update to use llvm::sys::getHostTriple(). | Daniel Dunbar |
2009-03-30 | Driver: Unbreak ArgList::hasFlag. | Daniel Dunbar |
2009-03-30 | Missed test case update (part of previous commit) | Daniel Dunbar |
2009-03-29 | Driver: Add test case for darwin::Preprocess and darwin::Compile | Daniel Dunbar |
2009-03-26 | Driver: Test case for darwin::Link | Daniel Dunbar |
2009-03-26 | Driver: Add darwin::Link tool. | Daniel Dunbar |
2009-03-25 | Driver: Handle -Xarch_, including warning for nasty -Xarch_ use cases | Daniel Dunbar |
2009-03-24 | Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc. | Daniel Dunbar |
2009-03-24 | Driver: Change default use of "clang" compiler. | Daniel Dunbar |
2009-03-24 | Driver: Translate -fverbose-asm for LLVM backend. | Daniel Dunbar |
2009-03-24 | Driver: ArgList::getLastArg was in fact returning the first matching arg. | Daniel Dunbar |
2009-03-24 | Rename clang-driver to clang. | Daniel Dunbar |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-03-24 | Use not instead of ! in tests. | Daniel Dunbar |
2009-03-23 | Fix a few more instances of "&>". | Eli Friedman |
2009-03-22 | Driver: Implement 'missing argument' error. | Daniel Dunbar |
2009-03-22 | Don't use &> in tests; dash doesn't understand it. | Eli Friedman |
2009-03-20 | ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. | Daniel Dunbar |
2009-03-20 | Driver: Switch to using -include-pth. | Daniel Dunbar |
2009-03-20 | Driver: Add and use darwin::Assemble tool. | Daniel Dunbar |
2009-03-18 | Driver: Fix bug in translating -O to clang, add clang-translation test | Daniel Dunbar |
2009-03-18 | Add simple test case to make sure driver can generate executables. | Daniel Dunbar |
2009-03-18 | Driver: Update test case. | Daniel Dunbar |
2009-03-18 | Driver: Add test for binding of precompile; exposed bug due to my | Daniel Dunbar |
2009-03-18 | Driver: Implement JoinedAndSeparateArg::getValue and add parsing test | Daniel Dunbar |
2009-03-18 | Driver: Add test case for -ccc-clang-archs (which, it turns out, was | Daniel Dunbar |
2009-03-17 | Driver: Add test case for various parts of binding (no-integrated-cpp, | Daniel Dunbar |
2009-03-17 | Test had extra line which was masking actual failures. | Daniel Dunbar |
2009-03-17 | Driver: Add test for pipelining for analyzer and precompiler. | Daniel Dunbar |
2009-03-17 | Driver: Make sure to get the default arch name from the tool chain, not the | Daniel Dunbar |
2009-03-13 | Driver: Desensitize test to location of input. | Daniel Dunbar |
2009-03-13 | Driver: Test pipelining for universal builds. | Daniel Dunbar |
2009-03-13 | Driver: Fix '-x none' handling. | Daniel Dunbar |
2009-03-02 | Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* | Daniel Dunbar |
2009-02-08 | just remove this insane testcase :) | Chris Lattner |
2009-02-08 | Make the test cases failing due to exact diagnostic matching XFAIL. | Sebastian Redl |
2009-02-02 | avoid creating tmp files elsewhere | Nuno Lopes |
2009-01-28 | fix a crash I introduced, thanks to Ted for the awesome reduced | Chris Lattner |
2008-11-21 | Change -verify mode to find the "expected-error" and "expected-warning" strings | Chris Lattner |
2008-10-05 | Add -rewrite-macros test case. | Daniel Dunbar |
2008-10-04 | Desensitize env-include-paths.c to the directory it is running in. | Daniel Dunbar |