summaryrefslogtreecommitdiffstats
path: root/test/Driver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Driver: Fix forwarding of -fpascal-strings.Daniel Dunbar2009-04-071-0/+10
* Driver: Fix forwarding of -{std,ansi,trigraphs} when there areDaniel Dunbar2009-04-071-0/+8
* Driver: Fix a parsing bug where some options were matchedDaniel Dunbar2009-04-071-0/+4
* Driver: Handle properly calling dsymutil when source input isDaniel Dunbar2009-04-041-0/+6
* Pull clang-cc code for generating PTH files based on the input type.Daniel Dunbar2009-04-011-0/+6
* Tweak/cleanup darwin::Link a bit, add several FIXMES, and improve testDaniel Dunbar2009-04-011-0/+14
* (LLVM up) Update to use llvm::sys::getHostTriple().Daniel Dunbar2009-03-311-1/+1
* Driver: Unbreak ArgList::hasFlag.Daniel Dunbar2009-03-301-0/+9
* Missed test case update (part of previous commit)Daniel Dunbar2009-03-301-28/+28
* Driver: Add test case for darwin::Preprocess and darwin::CompileDaniel Dunbar2009-03-291-0/+6
* 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