summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver
Commit message (Expand)AuthorAgeFilesLines
* Driver: Test case for darwin::LinkDaniel Dunbar2009-03-261-0/+20
* Driver: Add darwin::Link tool.Daniel Dunbar2009-03-261-1/+1
* Driver: Handle -Xarch_, including warning for nasty -Xarch_ use casesDaniel Dunbar2009-03-251-0/+10
* Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc.Daniel Dunbar2009-03-241-0/+25
* Driver: Change default use of "clang" compiler.Daniel Dunbar2009-03-241-6/+13
* Driver: Translate -fverbose-asm for LLVM backend.Daniel Dunbar2009-03-241-1/+2
* Driver: ArgList::getLastArg was in fact returning the first matching arg.Daniel Dunbar2009-03-241-1/+1
* Rename clang-driver to clang.Daniel Dunbar2009-03-246-30/+30
* Rename clang to clang-cc.Daniel Dunbar2009-03-242-3/+3
* Use not instead of ! in tests.Daniel Dunbar2009-03-241-2/+2
* Fix a few more instances of "&>".Eli Friedman2009-03-231-2/+2
* Driver: Implement 'missing argument' error.Daniel Dunbar2009-03-221-0/+5
* Don't use &> in tests; dash doesn't understand it.Eli Friedman2009-03-226-28/+28
* ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin.Daniel Dunbar2009-03-201-0/+10
* Driver: Switch to using -include-pth.Daniel Dunbar2009-03-201-0/+8
* Driver: Add and use darwin::Assemble tool.Daniel Dunbar2009-03-201-10/+16
* Driver: Fix bug in translating -O to clang, add clang-translation testDaniel Dunbar2009-03-181-0/+11
* Add simple test case to make sure driver can generate executables.Daniel Dunbar2009-03-181-0/+14
* Driver: Update test case.Daniel Dunbar2009-03-181-15/+15
* Driver: Add test for binding of precompile; exposed bug due to myDaniel Dunbar2009-03-181-0/+3
* Driver: Implement JoinedAndSeparateArg::getValue and add parsing testDaniel Dunbar2009-03-181-0/+15
* Driver: Add test case for -ccc-clang-archs (which, it turns out, wasDaniel Dunbar2009-03-181-0/+4
* Driver: Add test case for various parts of binding (no-integrated-cpp,Daniel Dunbar2009-03-171-0/+36
* Test had extra line which was masking actual failures.Daniel Dunbar2009-03-171-3/+2
* Driver: Add test for pipelining for analyzer and precompiler.Daniel Dunbar2009-03-171-0/+13
* Driver: Make sure to get the default arch name from the tool chain, not the Daniel Dunbar2009-03-171-0/+10
* Driver: Desensitize test to location of input.Daniel Dunbar2009-03-131-8/+8
* Driver: Test pipelining for universal builds.Daniel Dunbar2009-03-131-0/+21
* Driver: Fix '-x none' handling.Daniel Dunbar2009-03-131-0/+26
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-022-23/+0
* just remove this insane testcase :)Chris Lattner2009-02-081-23/+0
* Make the test cases failing due to exact diagnostic matching XFAIL.Sebastian Redl2009-02-081-0/+2
* avoid creating tmp files elsewhereNuno Lopes2009-02-021-1/+1
* fix a crash I introduced, thanks to Ted for the awesome reducedChris Lattner2009-01-281-0/+5
* Change -verify mode to find the "expected-error" and "expected-warning" stringsChris Lattner2008-11-211-7/+1
* Add -rewrite-macros test case.Daniel Dunbar2008-10-051-0/+18
* Desensitize env-include-paths.c to the directory it is running in.Daniel Dunbar2008-10-041-0/+1
* Bug fix, CPATH="" does not add '.' to search path.Daniel Dunbar2008-10-041-1/+0
* Add test/Driver.Daniel Dunbar2008-10-041-0/+27
OpenPOWER on IntegriCloud