- 6cfb3ef Remove ../libexec from clang program search path, clang-cc is dead. by Daniel Dunbar · 15 years ago
- c31176d Use -fno-math-errno by default, and remove the IsMathErrnoDefault by Dan Gohman · 15 years ago
- b175666 fix whitespace in test to match llvm asmprinter change. by Chris Lattner · 15 years ago
- 73ba9a6 Driver: Fix '... -O4 -O0 ...', which was generating bitcode. by Daniel Dunbar · 15 years ago
- 38b48af clang -cc1: Rename -mcpu to -target-cpu to match other target options and not alias driver/backend option. by Daniel Dunbar · 15 years ago
- f2d8b9f Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used by Daniel Dunbar · 15 years ago
- 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
- 288294f Tests: Fix some bugs in clang_f_opts, options were out of order but it worked by Daniel Dunbar · 15 years ago
- 5099b80 Convert the remainder of this test case over to using FileCheck. by Ted Kremenek · 15 years ago
- 6feaf57 Make using '-fshort-enums' an error until it is actually implemented (changes the ABI, so it is dangerous to not error out if we don't support it). Fixes <rdar://problem/7461006>. by Ted Kremenek · 15 years ago
- 8ff5b28 Driver: Switch to using "clang" "-cc1" instead of "clang-cc". by Daniel Dunbar · 15 years ago
- bc3fd65 Improve test portability. by Daniel Dunbar · 15 years ago
- 87667aa Unbreak clang-cc handling of -msoft-float / -mfloat-abi=, which I borked. by Daniel Dunbar · 15 years ago
- 8477ee9 Driver: Switch -ccc-* options to using the standard options functionality. by Daniel Dunbar · 15 years ago
- ba8d861 Fix Clang tool translation to forward -fvisibility as separate arguments, the by Daniel Dunbar · 15 years ago
- f219e7c Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we then manually pass to the command line library; eventually the latter grossness should be fixed by a real API when creating the target machine. by Daniel Dunbar · 15 years ago
- 66861e0 Standardize Driver translation to call clang-cc using '-foo' form instead of '--foo'. by Daniel Dunbar · 15 years ago
- 53e8484 Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... variants instead of using llvm::cl::init(true) arguments. by Daniel Dunbar · 15 years ago
- 9e5cc6b Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, by Daniel Dunbar · 15 years ago
- f86fedd Add clang -mcpu=native support, patch by Roman Divacky, varioustweaks by me. by Daniel Dunbar · 15 years ago
- 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
- 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
- a6fda12 Adding -fshort-wchar option. by John Thompson · 15 years ago
- fd5cd99 XFAIL Driver/hello.c on Windows. by Daniel Dunbar · 15 years ago
- dd4fe00 Change the driver to do the Darwin triple mangling itself instead of forwarding by Daniel Dunbar · 15 years ago
- a98c034 Convert some driver checks to FileCheck. by Sebastian Redl · 15 years ago
- b2b517c Update test; the driver can find a different gcc tool chain directory when by Daniel Dunbar · 15 years ago
- 0ebd932 Driver: Default to using PTH for C++ precompiled header support, PCH for C++ by Daniel Dunbar · 15 years ago
- 5e517c8 Converted to use FileCheck. by John Thompson · 15 years ago
- 9a04611 Tolerate .exe on executables. Patch by John Thompson. Changed * to .* by me. by Mike Stump · 15 years ago
- 5385b4a Tolerate .exe on executables. Patch by John Thompson. by Mike Stump · 15 years ago
- a92ba27 Fix truck sized thinko where Darwin/ARM toolchain didn't look for programs in by Daniel Dunbar · 15 years ago
- 62d1fc0 Work around FileCheck -NOT restriction. by Daniel Dunbar · 15 years ago
- cf43d8b Force triple. by Daniel Dunbar · 15 years ago
- f84a4a4 Don't pass -fno-builtin-str{cat,cpy} to clang-cc, I forget we don't support that yet. PR4941. by Daniel Dunbar · 15 years ago
- 2ba9157 Implement Darwin/ARM behavior for defaulting to -fno-builtin-str{cat,cpy}. by Daniel Dunbar · 15 years ago
- a6046be Fix ShouldUseClangCompiler to use llvm::Triple. by Daniel Dunbar · 15 years ago
- e0be8b1 Remove FIXMEs for pedantically-gcc-bug-compatible behavior. by Daniel Dunbar · 15 years ago
- 5915fbf Add driver support for -emit-ast and AST compilation steps. by Daniel Dunbar · 15 years ago
- 55a1846 Add missing '&&'... by Daniel Dunbar · 15 years ago
- 0e2679d PR4766: Don't pass -static to 'as' on x86_64 on Darwin. by Daniel Dunbar · 15 years ago
- b1e5e66 Remove arch normalization from Driver, this should be unnecessary now that by Daniel Dunbar · 15 years ago
- 2bbcf66 Driver/OpenBSD: Improve ld options. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
- 3f44291 'unset' isn't needed in these tests anymore, we always run with a controlled by Daniel Dunbar · 15 years ago
- 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
- 772a5e5 Change these tests to not depend as much on the name of the input. by Daniel Dunbar · 15 years ago
- dfaf4b3 Switch the driver back to always using clang-cc by default (for C++, and by Daniel Dunbar · 15 years ago
- e3d6023 [llvm up] Add support for '#' component of QA_OVERRIDE_GCC3_OPTIONS. by Daniel Dunbar · 15 years ago
- cb52d28 Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches by Eli Friedman · 15 years ago
- f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
- 2250d31 Use env properly in test/Driver/analyze.c by Douglas Gregor · 15 years ago
- 176d2c1 Make these driver tests do the right thing even when MACOSX_DEPLOYMENT_TARGET is set. by Douglas Gregor · 15 years ago
- 407899b Fix typo in prev commit. by Daniel Dunbar · 15 years ago
- f2edbf3 Darwin/Driver: Also look at -arch command line options when finding the default by Daniel Dunbar · 15 years ago
- 75eb1d6 PR4016: Forward -fno-show-source-location to clang. by Daniel Dunbar · 15 years ago
- acebb39 Set function Attribute::NoImplicitFloat appropriately. by Devang Patel · 15 years ago
- a59cadc NoRedZone attribute test case. by Devang Patel · 15 years ago
- 4508524 Test for x86 target features, I forgot to commit this. by Daniel Dunbar · 15 years ago
- 500aec4 Tweak x86 -mcpu defaults. - Default to yonah on Darwin (to get SSE3). by Daniel Dunbar · 16 years ago
- 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 16 years ago
- 5f86567 Test a few more bits of the driver. by Daniel Dunbar · 16 years ago
- 6ecc7a9 Driver: When using the generic gcc tool, pass -m32 or -m64 if we by Daniel Dunbar · 16 years ago
- a8304f6 Driver: Generate an error when trying to pass an LLVM bc input to a by Daniel Dunbar · 16 years ago
- bc85be8 Make sure to pass the same options to the static analyzer as the by Daniel Dunbar · 16 years ago
- 4b04596 Force driver's PTH test to use PTH by Douglas Gregor · 16 years ago
- 3ed2945 Don't run dsymutil when making a fat executable direct source. by Daniel Dunbar · 16 years ago
- 9961293 Call ld, not collect2. - <rdar://problem/6517382> [driver] call ld directly by Daniel Dunbar · 16 years ago
- ec9587d Support QA_OVERRIDE_GCC3_OPTIONS - Cover your eyes... by Daniel Dunbar · 16 years ago
- 38ac063 Force driver triple. by Daniel Dunbar · 16 years ago
- f36a06a Honor MACOSX_DEPLOYMENT_TARGET environment variable. by Daniel Dunbar · 16 years ago
- c21c485 Driver: Split out CPP specific options for clang so that we don't end by Daniel Dunbar · 16 years ago
- 82d0068 Driver: Fix forwarding of -fpascal-strings. by Daniel Dunbar · 16 years ago
- d573d26 Driver: Fix forwarding of -{std,ansi,trigraphs} when there are by Daniel Dunbar · 16 years ago
- 4ae24e7 Driver: Fix a parsing bug where some options were matched by Daniel Dunbar · 16 years ago
- 0b46e1b Driver: Handle properly calling dsymutil when source input is by Daniel Dunbar · 16 years ago
- 0b5b0da Pull clang-cc code for generating PTH files based on the input type. by Daniel Dunbar · 16 years ago
- 8a8d8af Tweak/cleanup darwin::Link a bit, add several FIXMES, and improve test case. by Daniel Dunbar · 16 years ago
- af07f93 (LLVM up) Update to use llvm::sys::getHostTriple(). by Daniel Dunbar · 16 years ago
- 776dbd8 Driver: Unbreak ArgList::hasFlag. by Daniel Dunbar · 16 years ago
- 0f6ec1b Missed test case update (part of previous commit) by Daniel Dunbar · 16 years ago
- 9120f17 Driver: Add test case for darwin::Preprocess and darwin::Compile by Daniel Dunbar · 16 years ago
- ce341cb Driver: Test case for darwin::Link by Daniel Dunbar · 16 years ago
- 02633b5 Driver: Add darwin::Link tool. by Daniel Dunbar · 16 years ago
- 4e7e9cf Driver: Handle -Xarch_, including warning for nasty -Xarch_ use cases by Daniel Dunbar · 16 years ago
- 337a627 Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc. by Daniel Dunbar · 16 years ago
- 0f99d2e Driver: Change default use of "clang" compiler. by Daniel Dunbar · 16 years ago
- b3fd500 Driver: Translate -fverbose-asm for LLVM backend. by Daniel Dunbar · 16 years ago
- fe2e04a Driver: ArgList::getLastArg was in fact returning the first matching arg. by Daniel Dunbar · 16 years ago
- 7ec3daf Rename clang-driver to clang. by Daniel Dunbar · 16 years ago
- d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
- f94e215 Use not instead of ! in tests. by Daniel Dunbar · 16 years ago
- 700b133 Fix a few more instances of "&>". by Eli Friedman · 16 years ago
- b0c4df5 Driver: Implement 'missing argument' error. by Daniel Dunbar · 16 years ago
- 1ab10d4 Don't use &> in tests; dash doesn't understand it. by Eli Friedman · 16 years ago
- e33bea4 ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. by Daniel Dunbar · 16 years ago
- 049853d Driver: Switch to using -include-pth. by Daniel Dunbar · 16 years ago
- 8cac5f7 Driver: Add and use darwin::Assemble tool. by Daniel Dunbar · 16 years ago
- 5697aa0 Driver: Fix bug in translating -O to clang, add clang-translation test case. by Daniel Dunbar · 16 years ago
- 622bfc8 Add simple test case to make sure driver can generate executables. by Daniel Dunbar · 16 years ago
- ddf4d78 Driver: Update test case. by Daniel Dunbar · 16 years ago