1. 62d1fc0 Work around FileCheck -NOT restriction. by Daniel Dunbar · 15 years ago
  2. cf43d8b Force triple. by Daniel Dunbar · 15 years ago
  3. 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
  4. 2ba9157 Implement Darwin/ARM behavior for defaulting to -fno-builtin-str{cat,cpy}. by Daniel Dunbar · 15 years ago
  5. a6046be Fix ShouldUseClangCompiler to use llvm::Triple. by Daniel Dunbar · 15 years ago
  6. e0be8b1 Remove FIXMEs for pedantically-gcc-bug-compatible behavior. by Daniel Dunbar · 15 years ago
  7. 5915fbf Add driver support for -emit-ast and AST compilation steps. by Daniel Dunbar · 15 years ago
  8. 55a1846 Add missing '&&'... by Daniel Dunbar · 15 years ago
  9. 0e2679d PR4766: Don't pass -static to 'as' on x86_64 on Darwin. by Daniel Dunbar · 15 years ago
  10. b1e5e66 Remove arch normalization from Driver, this should be unnecessary now that by Daniel Dunbar · 15 years ago
  11. 2bbcf66 Driver/OpenBSD: Improve ld options. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  12. 3f44291 'unset' isn't needed in these tests anymore, we always run with a controlled by Daniel Dunbar · 15 years ago
  13. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
  14. 772a5e5 Change these tests to not depend as much on the name of the input. by Daniel Dunbar · 15 years ago
  15. dfaf4b3 Switch the driver back to always using clang-cc by default (for C++, and by Daniel Dunbar · 15 years ago
  16. e3d6023 [llvm up] Add support for '#' component of QA_OVERRIDE_GCC3_OPTIONS. by Daniel Dunbar · 15 years ago
  17. cb52d28 Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches by Eli Friedman · 15 years ago
  18. f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  19. 2250d31 Use env properly in test/Driver/analyze.c by Douglas Gregor · 15 years ago
  20. 176d2c1 Make these driver tests do the right thing even when MACOSX_DEPLOYMENT_TARGET is set. by Douglas Gregor · 15 years ago
  21. 407899b Fix typo in prev commit. by Daniel Dunbar · 15 years ago
  22. f2edbf3 Darwin/Driver: Also look at -arch command line options when finding the default by Daniel Dunbar · 15 years ago
  23. 75eb1d6 PR4016: Forward -fno-show-source-location to clang. by Daniel Dunbar · 15 years ago
  24. acebb39 Set function Attribute::NoImplicitFloat appropriately. by Devang Patel · 15 years ago
  25. a59cadc NoRedZone attribute test case. by Devang Patel · 15 years ago
  26. 4508524 Test for x86 target features, I forgot to commit this. by Daniel Dunbar · 16 years ago
  27. 500aec4 Tweak x86 -mcpu defaults. - Default to yonah on Darwin (to get SSE3). by Daniel Dunbar · 16 years ago
  28. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 16 years ago
  29. 5f86567 Test a few more bits of the driver. by Daniel Dunbar · 16 years ago
  30. 6ecc7a9 Driver: When using the generic gcc tool, pass -m32 or -m64 if we by Daniel Dunbar · 16 years ago
  31. a8304f6 Driver: Generate an error when trying to pass an LLVM bc input to a by Daniel Dunbar · 16 years ago
  32. bc85be8 Make sure to pass the same options to the static analyzer as the by Daniel Dunbar · 16 years ago
  33. 4b04596 Force driver's PTH test to use PTH by Douglas Gregor · 16 years ago
  34. 3ed2945 Don't run dsymutil when making a fat executable direct source. by Daniel Dunbar · 16 years ago
  35. 9961293 Call ld, not collect2. - <rdar://problem/6517382> [driver] call ld directly by Daniel Dunbar · 16 years ago
  36. ec9587d Support QA_OVERRIDE_GCC3_OPTIONS - Cover your eyes... by Daniel Dunbar · 16 years ago
  37. 38ac063 Force driver triple. by Daniel Dunbar · 16 years ago
  38. f36a06a Honor MACOSX_DEPLOYMENT_TARGET environment variable. by Daniel Dunbar · 16 years ago
  39. c21c485 Driver: Split out CPP specific options for clang so that we don't end by Daniel Dunbar · 16 years ago
  40. 82d0068 Driver: Fix forwarding of -fpascal-strings. by Daniel Dunbar · 16 years ago
  41. d573d26 Driver: Fix forwarding of -{std,ansi,trigraphs} when there are by Daniel Dunbar · 16 years ago
  42. 4ae24e7 Driver: Fix a parsing bug where some options were matched by Daniel Dunbar · 16 years ago
  43. 0b46e1b Driver: Handle properly calling dsymutil when source input is by Daniel Dunbar · 16 years ago
  44. 0b5b0da Pull clang-cc code for generating PTH files based on the input type. by Daniel Dunbar · 16 years ago
  45. 8a8d8af Tweak/cleanup darwin::Link a bit, add several FIXMES, and improve test case. by Daniel Dunbar · 16 years ago
  46. af07f93 (LLVM up) Update to use llvm::sys::getHostTriple(). by Daniel Dunbar · 16 years ago
  47. 776dbd8 Driver: Unbreak ArgList::hasFlag. by Daniel Dunbar · 16 years ago
  48. 0f6ec1b Missed test case update (part of previous commit) by Daniel Dunbar · 16 years ago
  49. 9120f17 Driver: Add test case for darwin::Preprocess and darwin::Compile by Daniel Dunbar · 16 years ago
  50. ce341cb Driver: Test case for darwin::Link by Daniel Dunbar · 16 years ago
  51. 02633b5 Driver: Add darwin::Link tool. by Daniel Dunbar · 16 years ago
  52. 4e7e9cf Driver: Handle -Xarch_, including warning for nasty -Xarch_ use cases by Daniel Dunbar · 16 years ago
  53. 337a627 Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc. by Daniel Dunbar · 16 years ago
  54. 0f99d2e Driver: Change default use of "clang" compiler. by Daniel Dunbar · 16 years ago
  55. b3fd500 Driver: Translate -fverbose-asm for LLVM backend. by Daniel Dunbar · 16 years ago
  56. fe2e04a Driver: ArgList::getLastArg was in fact returning the first matching arg. by Daniel Dunbar · 16 years ago
  57. 7ec3daf Rename clang-driver to clang. by Daniel Dunbar · 16 years ago
  58. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  59. f94e215 Use not instead of ! in tests. by Daniel Dunbar · 16 years ago
  60. 700b133 Fix a few more instances of "&>". by Eli Friedman · 16 years ago
  61. b0c4df5 Driver: Implement 'missing argument' error. by Daniel Dunbar · 16 years ago
  62. 1ab10d4 Don't use &> in tests; dash doesn't understand it. by Eli Friedman · 16 years ago
  63. e33bea4 ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. by Daniel Dunbar · 16 years ago
  64. 049853d Driver: Switch to using -include-pth. by Daniel Dunbar · 16 years ago
  65. 8cac5f7 Driver: Add and use darwin::Assemble tool. by Daniel Dunbar · 16 years ago
  66. 5697aa0 Driver: Fix bug in translating -O to clang, add clang-translation test case. by Daniel Dunbar · 16 years ago
  67. 622bfc8 Add simple test case to make sure driver can generate executables. by Daniel Dunbar · 16 years ago
  68. ddf4d78 Driver: Update test case. by Daniel Dunbar · 16 years ago
  69. 5796bf4 Driver: Add test for binding of precompile; exposed bug due to my by Daniel Dunbar · 16 years ago
  70. ec29d36 Driver: Implement JoinedAndSeparateArg::getValue and add parsing test case. by Daniel Dunbar · 16 years ago
  71. d46f0ac Driver: Add test case for -ccc-clang-archs (which, it turns out, was inverted). by Daniel Dunbar · 16 years ago
  72. 9d07031 Driver: Add test case for various parts of binding (no-integrated-cpp, by Daniel Dunbar · 16 years ago
  73. e247cba Test had extra line which was masking actual failures. by Daniel Dunbar · 16 years ago
  74. 1a172b8 Driver: Add test for pipelining for analyzer and precompiler. by Daniel Dunbar · 16 years ago
  75. baf0775 Driver: Make sure to get the default arch name from the tool chain, not the by Daniel Dunbar · 16 years ago
  76. 73bf6a9 Driver: Desensitize test to location of input. by Daniel Dunbar · 16 years ago
  77. 83df91b Driver: Test pipelining for universal builds. by Daniel Dunbar · 16 years ago
  78. 83dd21f Driver: Fix '-x none' handling. by Daniel Dunbar · 16 years ago
  79. e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 16 years ago
  80. 41df3f3 just remove this insane testcase :) by Chris Lattner · 16 years ago
  81. ddf7e99 Make the test cases failing due to exact diagnostic matching XFAIL. by Sebastian Redl · 16 years ago
  82. c4b67ed avoid creating tmp files elsewhere by Nuno Lopes · 16 years ago
  83. e86e4cd0 fix a crash I introduced, thanks to Ted for the awesome reduced testcase :) by Chris Lattner · 16 years ago
  84. a39f048 Change -verify mode to find the "expected-error" and "expected-warning" strings by Chris Lattner · 16 years ago
  85. 5186906 Add -rewrite-macros test case. by Daniel Dunbar · 16 years ago
  86. b7219f8 Desensitize env-include-paths.c to the directory it is running in. by Daniel Dunbar · 16 years ago
  87. bb95255 Bug fix, CPATH="" does not add '.' to search path. by Daniel Dunbar · 16 years ago
  88. ae3c16c Add test/Driver. - env-include-paths.c is XFAIL as it exposed a bug. by Daniel Dunbar · 16 years ago