1. a89344d Add -no-canonical-prefixes to tests which assert on the name of the by Chandler Carruth · 14 years ago
  2. f275150 Fronted/CC_LOG_DIAGNOSTICS: Add test case. by Daniel Dunbar · 14 years ago
  3. 5b8e0d8 Add my test case for r128353. I think this is the last test case to fail by Chandler Carruth · 14 years ago
  4. 59f9046 Driver/Darwin: Dsymutil actions should put the dSYM adjacent to the output file. by Daniel Dunbar · 14 years ago
  5. 3c66d30 Frontend: Add a more explicit -backend-option flag for passing backend command by Daniel Dunbar · 14 years ago
  6. 5ce872f Driver/Darwin: Transparently fallback when compiling i386 -fapple-kext code, we by Daniel Dunbar · 14 years ago
  7. b8bcce3 test/Driver/sysroot-flags.c: Tweak for Mingw MSYS bash. by NAKAMURA Takumi · 14 years ago
  8. 70dbdf7 test/Driver/darwin-cc.c: FileCheck-ize and tweak for Mingw MSYS bash. by NAKAMURA Takumi · 14 years ago
  9. d47ea69 Driver/Obj-C: Be compatible with GCC behavior in that -fno-exceptions *does not* by Daniel Dunbar · 14 years ago
  10. 0133917 Driver/Darwin: These are command line options, not target features. by Daniel Dunbar · 14 years ago
  11. fa41d69 Driver/Darwin/ARM: Kernel/kext code has more strict alignment requirements. by Daniel Dunbar · 14 years ago
  12. 7187fac Driver/ARM: Match GCC behavior in that -msoft-float disables NEON, despite this by Daniel Dunbar · 14 years ago
  13. 4d85942 test/Driver/hello.c: Tweak for cygming. by NAKAMURA Takumi · 14 years ago
  14. b154063 Add a test case that would have caught the bug fixed in r126640. by Chandler Carruth · 14 years ago
  15. cf4ff46 Fix this test case for CMake builds after r126502, which sneakily changed the actual executable name to clang-<version>. by Frits van Bommel · 14 years ago
  16. e9b801f Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. by Anders Carlsson · 14 years ago
  17. b90c5ba tests: Fix test on Win32. by Daniel Dunbar · 14 years ago
  18. 8ac38d7 Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because of by Daniel Dunbar · 14 years ago
  19. 80f0ab7 Add hardcoded -L/usr/lib after all -L options to the FreeBSD linker invocation. by Roman Divacky · 14 years ago
  20. 76a6d50 Make the FreeBSD driver test more robust so it doesn't fail when there's a single lib32 path. by Benjamin Kramer · 14 years ago
  21. b466d01 Add all options needed to support -fapple-kext. wip. by Fariborz Jahanian · 14 years ago
  22. 9eb93b0 Driver: M and MM should be grouped together, <rdar://problem/8744831>. by Daniel Dunbar · 14 years ago
  23. dc7b2ce Make this test resilient to whether or not the Linux toolchain renders the by Chandler Carruth · 14 years ago
  24. c1da981 Use ld directly on linux. Changes from the previous try: by Rafael Espindola · 14 years ago
  25. 1af67f3 Update tests to not search of as. by Rafael Espindola · 14 years ago
  26. d9d2a87 Try again to pacify the build bots. =/ I'm getting a Darwin machine to test on. by Chandler Carruth · 14 years ago
  27. 6b40195 Remove a modern bash-ism and use simpler shell redirects. Hopefully will fix by Chandler Carruth · 14 years ago
  28. feee58c Add support for the '--sysroot' flag, and an accompanying test of its by Chandler Carruth · 14 years ago
  29. 63d907b Revert r116605, a lot more were committed by mistake. by Argyrios Kyrtzidis · 14 years ago
  30. 721f38c Add '-include-pch' option to the driver, so it can get passed to the cc1 driver. by Argyrios Kyrtzidis · 14 years ago
  31. 9a2b9d7 Implement -fshort-enums (rdar://8490496). by Argyrios Kyrtzidis · 14 years ago
  32. 880cf25 Fix last test still failing on Win32. 100% pass rate now! by Francois Pichet · 14 years ago
  33. 673745f Driver/Darwin: Switch to using simplified tool chain by default -- what better by Daniel Dunbar · 14 years ago
  34. caeed1d Driver/OptParser: Add a NoForward flag to prevent forwarding certain options to by Daniel Dunbar · 14 years ago
  35. e5c3537 Switch on PCH for C++. C++ fans all over the world rejoice. by Argyrios Kyrtzidis · 14 years ago
  36. b18dc5b Driver/Darwin: Pass -demangle when linking, if the linker supports it. by Daniel Dunbar · 14 years ago
  37. 9d5600a Driver/FreeBSD: Infer the right arch name in the presence of -m32,-m64, for the by Daniel Dunbar · 14 years ago
  38. c19a12d Driver: Start ripping out support for -pipe, which is worthless and complicates by Daniel Dunbar · 14 years ago
  39. f5438e3 Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86. by Daniel Dunbar · 14 years ago
  40. 0b42659 Fix test for Win32. by Daniel Dunbar · 14 years ago
  41. 5314e44 Driver: Make -fnext-runtime the default when rewriting Objective-C. by Daniel Dunbar · 14 years ago
  42. 60baf0f Driver/Darwin: Add deployment target after doing argument translation, so that by Daniel Dunbar · 14 years ago
  43. 8a1af32 Implement support for reading arguments specified in a file with @file. If by Rafael Espindola · 14 years ago
  44. 6658874 Revert r108672, "Implement support for reading arguments specified in a file by Daniel Dunbar · 14 years ago
  45. 1c2ab11 Implement support for reading arguments specified in a file with @file. by Rafael Espindola · 14 years ago
  46. 2bb38d0 Driver/Darwin: Resolve deployment target defaulting to be more predictable; by Daniel Dunbar · 14 years ago
  47. 47e879d Driver/Darwin: Pass -pie/-no_pie to the linker when -fpie/-fno-pie and friends by Daniel Dunbar · 14 years ago
  48. 63cbbee Driver: .dSYM suffix should be appended, not replace the existing suffix. by Daniel Dunbar · 14 years ago
  49. 9fde9c4 tests: Use %clangxx when using driver for C++, in case C++ support is disabled. by Daniel Dunbar · 14 years ago
  50. b5e2f69 Driver/Darwin: Only run dsymutil when we are also compiling/assembling as part by Daniel Dunbar · 14 years ago
  51. bcd6df6 Set the default arch based on the triple. by Rafael Espindola · 14 years ago
  52. 2f7ea3d Fix typo. by Benjamin Kramer · 14 years ago
  53. eda3f70 Driver: Fix PR4062 by dissecting one particular -Wp, form. by Daniel Dunbar · 14 years ago
  54. f78925f Driver: Dissect -Wl, and -Xlinker arguments to remove --no-demangle, which was a by Daniel Dunbar · 14 years ago
  55. ed5d5ee Driver: Also mark -F as RenderJoined, the linker doesn't like "-F FOO" either. by Daniel Dunbar · 14 years ago
  56. 41f1423 tests: Update test for previous change. by Daniel Dunbar · 14 years ago
  57. 3856ab3 Driver: Change Option parsing to always create arguments referring to unaliased by Daniel Dunbar · 14 years ago
  58. e5af3b3 Revert "Driver: Change Option parsing to always create arguments referring to by Daniel Dunbar · 14 years ago
  59. 22685f4 Driver: Change Option parsing to always create arguments referring to unaliased by Daniel Dunbar · 14 years ago
  60. 6c6424b Driver: Support invoking Clang on .ll or .bc inputs. by Daniel Dunbar · 14 years ago
  61. 6e90047 Driver: Change -dwarf-debug-flags option to pass the original command line by Daniel Dunbar · 14 years ago
  62. be1cc3e Driver/Darwin: Model dsymutil properly, as a separate action/tool kind which is by Daniel Dunbar · 14 years ago
  63. c304ba3 Daniel re-educated me about what Alias does and does not do. Turn that off for by Chandler Carruth · 14 years ago
  64. 7d94918 Force -no-integrated-as in this test. by Daniel Dunbar · 14 years ago
  65. 5e2a8ac Driver: Add support for -fobjc-abi-version=. - <rdar://problem/7919678> by Daniel Dunbar · 15 years ago
  66. f645aaa Driver/Darwin: Fix Objective-C non-fragile ABI and dispatch method defaults, which were wrong in numerous places. by Daniel Dunbar · 15 years ago
  67. 5f6480d Simplify test, in the hopes of making linux happy. by Daniel Dunbar · 15 years ago
  68. e3c153a Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this by Daniel Dunbar · 15 years ago
  69. 467ebc9 Tweak test for portability. by Daniel Dunbar · 15 years ago
  70. 43a9b32 Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support them. by Daniel Dunbar · 15 years ago
  71. 8bc9c55 Driver/Darwin/x86: When linking, incorporate -L paths based on the path where by Daniel Dunbar · 15 years ago
  72. 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 · 15 years ago
  73. 4c2bcad Implement support for -nostdc++. Fixes PR6446. by Douglas Gregor · 15 years ago
  74. 4c00fcd Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -v style) to a file. by Daniel Dunbar · 15 years ago
  75. 365b0bd Driver: Force joining of "-l" "foo", the linker doesn't eat that format. by Daniel Dunbar · 15 years ago
  76. 18f36d9 Don't produce debug info when given -g. Fixes PR6529. by Rafael Espindola · 15 years ago
  77. 468ec6c Revert changes r97693, r97700, and r97718. by John McCall · 15 years ago
  78. 3ff6302 XFAIL these tests on win32, since the win32 buildbot apparently disables all by John McCall · 15 years ago
  79. 51679c5 PR5803: clang++: Treat untyped 'C' inputs as C++. by Daniel Dunbar · 15 years ago
  80. 6495250 Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc. by Daniel Dunbar · 15 years ago
  81. 609508c Driver/Darwin: Darwin uses -fobjc-legacy-dispatch on ARM. by Daniel Dunbar · 15 years ago
  82. f2dd48c Set -ccc-host-triple in these tests. by Daniel Dunbar · 15 years ago
  83. 5435fc9 Driver/Darwin: Eliminate invalid uses of DarwinVersion -- this fixes a number of by Daniel Dunbar · 15 years ago
  84. cacb0f0 Driver/Darwin: Fix a few link arguments when targetting different iPhoneOS by Daniel Dunbar · 15 years ago
  85. 816bc31 Driver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET. by Daniel Dunbar · 15 years ago
  86. 6cfb3ef Remove ../libexec from clang program search path, clang-cc is dead. by Daniel Dunbar · 15 years ago
  87. c31176d Use -fno-math-errno by default, and remove the IsMathErrnoDefault by Dan Gohman · 15 years ago
  88. b175666 fix whitespace in test to match llvm asmprinter change. by Chris Lattner · 15 years ago
  89. 73ba9a6 Driver: Fix '... -O4 -O0 ...', which was generating bitcode. by Daniel Dunbar · 15 years ago
  90. 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
  91. f2d8b9f Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used by Daniel Dunbar · 15 years ago
  92. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  93. 288294f Tests: Fix some bugs in clang_f_opts, options were out of order but it worked by Daniel Dunbar · 15 years ago
  94. 5099b80 Convert the remainder of this test case over to using FileCheck. by Ted Kremenek · 15 years ago
  95. 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
  96. 8ff5b28 Driver: Switch to using "clang" "-cc1" instead of "clang-cc". by Daniel Dunbar · 15 years ago
  97. bc3fd65 Improve test portability. by Daniel Dunbar · 15 years ago
  98. 87667aa Unbreak clang-cc handling of -msoft-float / -mfloat-abi=, which I borked. by Daniel Dunbar · 15 years ago
  99. 8477ee9 Driver: Switch -ccc-* options to using the standard options functionality. by Daniel Dunbar · 15 years ago
  100. ba8d861 Fix Clang tool translation to forward -fvisibility as separate arguments, the by Daniel Dunbar · 15 years ago