1. 63cbbee Driver: .dSYM suffix should be appended, not replace the existing suffix. by Daniel Dunbar · 14 years ago
  2. 9fde9c4 tests: Use %clangxx when using driver for C++, in case C++ support is disabled. by Daniel Dunbar · 14 years ago
  3. b5e2f69 Driver/Darwin: Only run dsymutil when we are also compiling/assembling as part by Daniel Dunbar · 14 years ago
  4. bcd6df6 Set the default arch based on the triple. by Rafael Espindola · 14 years ago
  5. 2f7ea3d Fix typo. by Benjamin Kramer · 14 years ago
  6. eda3f70 Driver: Fix PR4062 by dissecting one particular -Wp, form. by Daniel Dunbar · 14 years ago
  7. f78925f Driver: Dissect -Wl, and -Xlinker arguments to remove --no-demangle, which was a by Daniel Dunbar · 14 years ago
  8. ed5d5ee Driver: Also mark -F as RenderJoined, the linker doesn't like "-F FOO" either. by Daniel Dunbar · 14 years ago
  9. 41f1423 tests: Update test for previous change. by Daniel Dunbar · 14 years ago
  10. 3856ab3 Driver: Change Option parsing to always create arguments referring to unaliased by Daniel Dunbar · 14 years ago
  11. e5af3b3 Revert "Driver: Change Option parsing to always create arguments referring to by Daniel Dunbar · 14 years ago
  12. 22685f4 Driver: Change Option parsing to always create arguments referring to unaliased by Daniel Dunbar · 14 years ago
  13. 6c6424b Driver: Support invoking Clang on .ll or .bc inputs. by Daniel Dunbar · 14 years ago
  14. 6e90047 Driver: Change -dwarf-debug-flags option to pass the original command line by Daniel Dunbar · 14 years ago
  15. be1cc3e Driver/Darwin: Model dsymutil properly, as a separate action/tool kind which is by Daniel Dunbar · 14 years ago
  16. c304ba3 Daniel re-educated me about what Alias does and does not do. Turn that off for by Chandler Carruth · 14 years ago
  17. 7d94918 Force -no-integrated-as in this test. by Daniel Dunbar · 14 years ago
  18. 5e2a8ac Driver: Add support for -fobjc-abi-version=. - <rdar://problem/7919678> by Daniel Dunbar · 14 years ago
  19. f645aaa Driver/Darwin: Fix Objective-C non-fragile ABI and dispatch method defaults, which were wrong in numerous places. by Daniel Dunbar · 14 years ago
  20. 5f6480d Simplify test, in the hopes of making linux happy. by Daniel Dunbar · 14 years ago
  21. e3c153a Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this by Daniel Dunbar · 14 years ago
  22. 467ebc9 Tweak test for portability. by Daniel Dunbar · 14 years ago
  23. 43a9b32 Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support them. by Daniel Dunbar · 14 years ago
  24. 8bc9c55 Driver/Darwin/x86: When linking, incorporate -L paths based on the path where by Daniel Dunbar · 14 years ago
  25. e3e7d4e XFAIL the -nostdinc++ test on Windows; it doesn't look like we even have the notion of separate C and C++ paths there by Douglas Gregor · 14 years ago
  26. 4c2bcad Implement support for -nostdc++. Fixes PR6446. by Douglas Gregor · 14 years ago
  27. 4c00fcd Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -v style) to a file. by Daniel Dunbar · 14 years ago
  28. 365b0bd Driver: Force joining of "-l" "foo", the linker doesn't eat that format. by Daniel Dunbar · 14 years ago
  29. 18f36d9 Don't produce debug info when given -g. Fixes PR6529. by Rafael Espindola · 14 years ago
  30. 468ec6c Revert changes r97693, r97700, and r97718. by John McCall · 14 years ago
  31. 3ff6302 XFAIL these tests on win32, since the win32 buildbot apparently disables all by John McCall · 14 years ago
  32. 51679c5 PR5803: clang++: Treat untyped 'C' inputs as C++. by Daniel Dunbar · 14 years ago
  33. 6495250 Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc. by Daniel Dunbar · 14 years ago
  34. 609508c Driver/Darwin: Darwin uses -fobjc-legacy-dispatch on ARM. by Daniel Dunbar · 14 years ago
  35. f2dd48c Set -ccc-host-triple in these tests. by Daniel Dunbar · 15 years ago
  36. 5435fc9 Driver/Darwin: Eliminate invalid uses of DarwinVersion -- this fixes a number of by Daniel Dunbar · 15 years ago
  37. cacb0f0 Driver/Darwin: Fix a few link arguments when targetting different iPhoneOS by Daniel Dunbar · 15 years ago
  38. 816bc31 Driver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET. by Daniel Dunbar · 15 years ago
  39. 6cfb3ef Remove ../libexec from clang program search path, clang-cc is dead. by Daniel Dunbar · 15 years ago
  40. c31176d Use -fno-math-errno by default, and remove the IsMathErrnoDefault by Dan Gohman · 15 years ago
  41. b175666 fix whitespace in test to match llvm asmprinter change. by Chris Lattner · 15 years ago
  42. 73ba9a6 Driver: Fix '... -O4 -O0 ...', which was generating bitcode. by Daniel Dunbar · 15 years ago
  43. 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
  44. f2d8b9f Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used by Daniel Dunbar · 15 years ago
  45. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  46. 288294f Tests: Fix some bugs in clang_f_opts, options were out of order but it worked by Daniel Dunbar · 15 years ago
  47. 5099b80 Convert the remainder of this test case over to using FileCheck. by Ted Kremenek · 15 years ago
  48. 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
  49. 8ff5b28 Driver: Switch to using "clang" "-cc1" instead of "clang-cc". by Daniel Dunbar · 15 years ago
  50. bc3fd65 Improve test portability. by Daniel Dunbar · 15 years ago
  51. 87667aa Unbreak clang-cc handling of -msoft-float / -mfloat-abi=, which I borked. by Daniel Dunbar · 15 years ago
  52. 8477ee9 Driver: Switch -ccc-* options to using the standard options functionality. by Daniel Dunbar · 15 years ago
  53. ba8d861 Fix Clang tool translation to forward -fvisibility as separate arguments, the by Daniel Dunbar · 15 years ago
  54. 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
  55. 66861e0 Standardize Driver translation to call clang-cc using '-foo' form instead of '--foo'. by Daniel Dunbar · 15 years ago
  56. 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
  57. 9e5cc6b Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, by Daniel Dunbar · 15 years ago
  58. f86fedd Add clang -mcpu=native support, patch by Roman Divacky, varioustweaks by me. by Daniel Dunbar · 15 years ago
  59. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  60. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  61. a6fda12 Adding -fshort-wchar option. by John Thompson · 15 years ago
  62. fd5cd99 XFAIL Driver/hello.c on Windows. by Daniel Dunbar · 15 years ago
  63. dd4fe00 Change the driver to do the Darwin triple mangling itself instead of forwarding by Daniel Dunbar · 15 years ago
  64. a98c034 Convert some driver checks to FileCheck. by Sebastian Redl · 15 years ago
  65. b2b517c Update test; the driver can find a different gcc tool chain directory when by Daniel Dunbar · 15 years ago
  66. 0ebd932 Driver: Default to using PTH for C++ precompiled header support, PCH for C++ by Daniel Dunbar · 15 years ago
  67. 5e517c8 Converted to use FileCheck. by John Thompson · 15 years ago
  68. 9a04611 Tolerate .exe on executables. Patch by John Thompson. Changed * to .* by me. by Mike Stump · 15 years ago
  69. 5385b4a Tolerate .exe on executables. Patch by John Thompson. by Mike Stump · 15 years ago
  70. a92ba27 Fix truck sized thinko where Darwin/ARM toolchain didn't look for programs in by Daniel Dunbar · 15 years ago
  71. 62d1fc0 Work around FileCheck -NOT restriction. by Daniel Dunbar · 15 years ago
  72. cf43d8b Force triple. by Daniel Dunbar · 15 years ago
  73. 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
  74. 2ba9157 Implement Darwin/ARM behavior for defaulting to -fno-builtin-str{cat,cpy}. by Daniel Dunbar · 15 years ago
  75. a6046be Fix ShouldUseClangCompiler to use llvm::Triple. by Daniel Dunbar · 15 years ago
  76. e0be8b1 Remove FIXMEs for pedantically-gcc-bug-compatible behavior. by Daniel Dunbar · 15 years ago
  77. 5915fbf Add driver support for -emit-ast and AST compilation steps. by Daniel Dunbar · 15 years ago
  78. 55a1846 Add missing '&&'... by Daniel Dunbar · 15 years ago
  79. 0e2679d PR4766: Don't pass -static to 'as' on x86_64 on Darwin. by Daniel Dunbar · 15 years ago
  80. b1e5e66 Remove arch normalization from Driver, this should be unnecessary now that by Daniel Dunbar · 15 years ago
  81. 2bbcf66 Driver/OpenBSD: Improve ld options. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  82. 3f44291 'unset' isn't needed in these tests anymore, we always run with a controlled by Daniel Dunbar · 15 years ago
  83. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
  84. 772a5e5 Change these tests to not depend as much on the name of the input. by Daniel Dunbar · 15 years ago
  85. dfaf4b3 Switch the driver back to always using clang-cc by default (for C++, and by Daniel Dunbar · 15 years ago
  86. e3d6023 [llvm up] Add support for '#' component of QA_OVERRIDE_GCC3_OPTIONS. by Daniel Dunbar · 15 years ago
  87. cb52d28 Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches by Eli Friedman · 15 years ago
  88. f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  89. 2250d31 Use env properly in test/Driver/analyze.c by Douglas Gregor · 15 years ago
  90. 176d2c1 Make these driver tests do the right thing even when MACOSX_DEPLOYMENT_TARGET is set. by Douglas Gregor · 15 years ago
  91. 407899b Fix typo in prev commit. by Daniel Dunbar · 15 years ago
  92. f2edbf3 Darwin/Driver: Also look at -arch command line options when finding the default by Daniel Dunbar · 15 years ago
  93. 75eb1d6 PR4016: Forward -fno-show-source-location to clang. by Daniel Dunbar · 15 years ago
  94. acebb39 Set function Attribute::NoImplicitFloat appropriately. by Devang Patel · 15 years ago
  95. a59cadc NoRedZone attribute test case. by Devang Patel · 15 years ago
  96. 4508524 Test for x86 target features, I forgot to commit this. by Daniel Dunbar · 15 years ago
  97. 500aec4 Tweak x86 -mcpu defaults. - Default to yonah on Darwin (to get SSE3). by Daniel Dunbar · 15 years ago
  98. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 15 years ago
  99. 5f86567 Test a few more bits of the driver. by Daniel Dunbar · 15 years ago
  100. 6ecc7a9 Driver: When using the generic gcc tool, pass -m32 or -m64 if we by Daniel Dunbar · 15 years ago