summaryrefslogtreecommitdiff
path: root/test/Driver
Commit message (Expand)AuthorAgeFilesLines
* Eliminate &&s in tests.Daniel Dunbar2009-11-0829-210/+210
* Adding -fshort-wchar option.John Thompson2009-11-051-1/+2
* XFAIL Driver/hello.c on Windows.Daniel Dunbar2009-11-031-0/+4
* Change the driver to do the Darwin triple mangling itself instead of forwardingDaniel Dunbar2009-10-301-4/+4
* Convert some driver checks to FileCheck.Sebastian Redl2009-10-264-79/+77
* Update test; the driver can find a different gcc tool chain directory whenDaniel Dunbar2009-10-221-1/+1
* Driver: Default to using PTH for C++ precompiled header support, PCH for C++Daniel Dunbar2009-10-151-0/+12
* Converted to use FileCheck.John Thompson2009-10-134-14/+20
* Tolerate .exe on executables. Patch by John Thompson. Changed * to .* by me.Mike Stump2009-10-081-2/+2
* Tolerate .exe on executables. Patch by John Thompson.Mike Stump2009-10-081-2/+2
* Fix truck sized thinko where Darwin/ARM toolchain didn't look for programs inDaniel Dunbar2009-09-291-0/+4
* Work around FileCheck -NOT restriction.Daniel Dunbar2009-09-201-0/+4
* Force triple.Daniel Dunbar2009-09-141-2/+2
* Don't pass -fno-builtin-str{cat,cpy} to clang-cc, I forget we don't support t...Daniel Dunbar2009-09-101-6/+8
* Implement Darwin/ARM behavior for defaulting to -fno-builtin-str{cat,cpy}.Daniel Dunbar2009-09-101-0/+12
* Fix ShouldUseClangCompiler to use llvm::Triple.Daniel Dunbar2009-09-081-1/+1
* Remove FIXMEs for pedantically-gcc-bug-compatible behavior.Daniel Dunbar2009-09-081-2/+2
* Add driver support for -emit-ast and AST compilation steps.Daniel Dunbar2009-09-011-0/+22
* Add missing '&&'...Daniel Dunbar2009-08-241-1/+1
* PR4766: Don't pass -static to 'as' on x86_64 on Darwin.Daniel Dunbar2009-08-241-0/+10
* Remove arch normalization from Driver, this should be unnecessary now thatDaniel Dunbar2009-08-243-3/+3
* Driver/OpenBSD: Improve ld options.Daniel Dunbar2009-08-031-1/+1
* 'unset' isn't needed in these tests anymore, we always run with a controlledDaniel Dunbar2009-08-012-2/+0
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-253-7/+7
* Change these tests to not depend as much on the name of the input.Daniel Dunbar2009-07-251-1/+1
* Switch the driver back to always using clang-cc by default (for C++, andDaniel Dunbar2009-07-231-2/+2
* [llvm up] Add support for '#' component of QA_OVERRIDE_GCC3_OPTIONS.Daniel Dunbar2009-07-161-1/+2
* Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches Eli Friedman2009-07-102-2/+2
* OpenBSD support.Daniel Dunbar2009-06-291-0/+6
* Use env properly in test/Driver/analyze.cDouglas Gregor2009-06-171-2/+1
* Make these driver tests do the right thing even when MACOSX_DEPLOYMENT_TARGET...Douglas Gregor2009-06-163-1/+4
* Fix typo in prev commit.Daniel Dunbar2009-06-161-1/+4
* Darwin/Driver: Also look at -arch command line options when finding the defaultDaniel Dunbar2009-06-161-0/+5
* PR4016: Forward -fno-show-source-location to clang.Daniel Dunbar2009-06-081-1/+2
* Set function Attribute::NoImplicitFloat appropriately.Devang Patel2009-06-051-3/+3
* NoRedZone attribute test case.Devang Patel2009-06-041-0/+6
* Test for x86 target features, I forgot to commit this.Daniel Dunbar2009-05-111-0/+3
* Tweak x86 -mcpu defaults.Daniel Dunbar2009-05-061-1/+1
* Improve handling of (X86) target features.Daniel Dunbar2009-05-062-1/+5
* Test a few more bits of the driver.Daniel Dunbar2009-05-044-0/+21
* Driver: When using the generic gcc tool, pass -m32 or -m64 if weDaniel Dunbar2009-05-021-0/+8
* Driver: Generate an error when trying to pass an LLVM bc input to aDaniel Dunbar2009-05-021-0/+3
* Make sure to pass the same options to the static analyzer as theDaniel Dunbar2009-04-291-0/+9
* Force driver's PTH test to use PTHDouglas Gregor2009-04-281-3/+3
* Don't run dsymutil when making a fat executable direct source.Daniel Dunbar2009-04-241-0/+4
* Call ld, not collect2.Daniel Dunbar2009-04-231-2/+2
* Support QA_OVERRIDE_GCC3_OPTIONSDaniel Dunbar2009-04-171-0/+6
* Force driver triple.Daniel Dunbar2009-04-101-1/+1
* Honor MACOSX_DEPLOYMENT_TARGET environment variable.Daniel Dunbar2009-04-101-0/+6
* Driver: Split out CPP specific options for clang so that we don't endDaniel Dunbar2009-04-081-0/+4