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