| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 29 | -210/+210 |
* | Adding -fshort-wchar option. | John Thompson | 2009-11-05 | 1 | -1/+2 |
* | XFAIL Driver/hello.c on Windows. | Daniel Dunbar | 2009-11-03 | 1 | -0/+4 |
* | Change the driver to do the Darwin triple mangling itself instead of forwarding | Daniel Dunbar | 2009-10-30 | 1 | -4/+4 |
* | Convert some driver checks to FileCheck. | Sebastian Redl | 2009-10-26 | 4 | -79/+77 |
* | Update test; the driver can find a different gcc tool chain directory when | Daniel Dunbar | 2009-10-22 | 1 | -1/+1 |
* | Driver: Default to using PTH for C++ precompiled header support, PCH for C++ | Daniel Dunbar | 2009-10-15 | 1 | -0/+12 |
* | Converted to use FileCheck. | John Thompson | 2009-10-13 | 4 | -14/+20 |
* | Tolerate .exe on executables. Patch by John Thompson. Changed * to .* by me. | Mike Stump | 2009-10-08 | 1 | -2/+2 |
* | Tolerate .exe on executables. Patch by John Thompson. | Mike Stump | 2009-10-08 | 1 | -2/+2 |
* | Fix truck sized thinko where Darwin/ARM toolchain didn't look for programs in | Daniel Dunbar | 2009-09-29 | 1 | -0/+4 |
* | Work around FileCheck -NOT restriction. | Daniel Dunbar | 2009-09-20 | 1 | -0/+4 |
* | Force triple. | Daniel Dunbar | 2009-09-14 | 1 | -2/+2 |
* | Don't pass -fno-builtin-str{cat,cpy} to clang-cc, I forget we don't support t... | Daniel Dunbar | 2009-09-10 | 1 | -6/+8 |
* | Implement Darwin/ARM behavior for defaulting to -fno-builtin-str{cat,cpy}. | Daniel Dunbar | 2009-09-10 | 1 | -0/+12 |
* | Fix ShouldUseClangCompiler to use llvm::Triple. | Daniel Dunbar | 2009-09-08 | 1 | -1/+1 |
* | Remove FIXMEs for pedantically-gcc-bug-compatible behavior. | Daniel Dunbar | 2009-09-08 | 1 | -2/+2 |
* | Add driver support for -emit-ast and AST compilation steps. | Daniel Dunbar | 2009-09-01 | 1 | -0/+22 |
* | Add missing '&&'... | Daniel Dunbar | 2009-08-24 | 1 | -1/+1 |
* | PR4766: Don't pass -static to 'as' on x86_64 on Darwin. | Daniel Dunbar | 2009-08-24 | 1 | -0/+10 |
* | Remove arch normalization from Driver, this should be unnecessary now that | Daniel Dunbar | 2009-08-24 | 3 | -3/+3 |
* | Driver/OpenBSD: Improve ld options. | Daniel Dunbar | 2009-08-03 | 1 | -1/+1 |
* | 'unset' isn't needed in these tests anymore, we always run with a controlled | Daniel Dunbar | 2009-08-01 | 2 | -2/+0 |
* | MultiTestRunner: Validate '&&' at the end of RUN lines. | Daniel Dunbar | 2009-07-25 | 3 | -7/+7 |
* | Change these tests to not depend as much on the name of the input. | Daniel Dunbar | 2009-07-25 | 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 |
* | [llvm up] Add support for '#' component of QA_OVERRIDE_GCC3_OPTIONS. | Daniel Dunbar | 2009-07-16 | 1 | -1/+2 |
* | Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches | Eli Friedman | 2009-07-10 | 2 | -2/+2 |
* | OpenBSD support. | Daniel Dunbar | 2009-06-29 | 1 | -0/+6 |
* | Use env properly in test/Driver/analyze.c | Douglas Gregor | 2009-06-17 | 1 | -2/+1 |
* | Make these driver tests do the right thing even when MACOSX_DEPLOYMENT_TARGET... | Douglas Gregor | 2009-06-16 | 3 | -1/+4 |
* | Fix typo in prev commit. | Daniel Dunbar | 2009-06-16 | 1 | -1/+4 |
* | Darwin/Driver: Also look at -arch command line options when finding the default | Daniel Dunbar | 2009-06-16 | 1 | -0/+5 |
* | PR4016: Forward -fno-show-source-location to clang. | Daniel Dunbar | 2009-06-08 | 1 | -1/+2 |
* | Set function Attribute::NoImplicitFloat appropriately. | Devang Patel | 2009-06-05 | 1 | -3/+3 |
* | NoRedZone attribute test case. | Devang Patel | 2009-06-04 | 1 | -0/+6 |
* | Test for x86 target features, I forgot to commit this. | Daniel Dunbar | 2009-05-11 | 1 | -0/+3 |
* | Tweak x86 -mcpu defaults. | Daniel Dunbar | 2009-05-06 | 1 | -1/+1 |
* | Improve handling of (X86) target features. | Daniel Dunbar | 2009-05-06 | 2 | -1/+5 |
* | Test a few more bits of the driver. | Daniel Dunbar | 2009-05-04 | 4 | -0/+21 |
* | Driver: When using the generic gcc tool, pass -m32 or -m64 if we | Daniel Dunbar | 2009-05-02 | 1 | -0/+8 |
* | Driver: Generate an error when trying to pass an LLVM bc input to a | Daniel Dunbar | 2009-05-02 | 1 | -0/+3 |
* | Make sure to pass the same options to the static analyzer as the | Daniel Dunbar | 2009-04-29 | 1 | -0/+9 |
* | Force driver's PTH test to use PTH | Douglas Gregor | 2009-04-28 | 1 | -3/+3 |
* | Don't run dsymutil when making a fat executable direct source. | Daniel Dunbar | 2009-04-24 | 1 | -0/+4 |
* | Call ld, not collect2. | Daniel Dunbar | 2009-04-23 | 1 | -2/+2 |
* | Support QA_OVERRIDE_GCC3_OPTIONS | Daniel Dunbar | 2009-04-17 | 1 | -0/+6 |
* | Force driver triple. | Daniel Dunbar | 2009-04-10 | 1 | -1/+1 |
* | Honor MACOSX_DEPLOYMENT_TARGET environment variable. | Daniel Dunbar | 2009-04-10 | 1 | -0/+6 |
* | Driver: Split out CPP specific options for clang so that we don't end | Daniel Dunbar | 2009-04-08 | 1 | -0/+4 |