1. 11d3f4c Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep by David Chisnall · 12 years ago
  2. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  3. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 12 years ago
  4. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  5. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  6. 78cf13d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  7. e6ec11a Remove the AST printer (-ast-print-xml), which is too incomplete and by Douglas Gregor · 13 years ago
  8. c4d2c90 [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award. by Argyrios Kyrtzidis · 13 years ago
  9. b3d74da [analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  10. e9b801f Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. by Anders Carlsson · 13 years ago
  11. fb7b363 Sema: have BuildExpressionFromIntegralTemplateArgument produce well-formed IntegerLiterals by Peter Collingbourne · 14 years ago
  12. a366642 putback r116782, it's a safe fix and should not break windows by Andrew Trick · 14 years ago
  13. 85c7eac revert r116782 & r116793 to fix msvc9 buildbots by Andrew Trick · 14 years ago
  14. 157c5bf test/Coverage/html-diagnostics.c: Use find(1) to glob wildcards. by NAKAMURA Takumi · 14 years ago
  15. 5e93701 test/Coverage/html-diagnostics.c: Do not make hit "CHECK: Dereference of null pointer" to the output itself! by NAKAMURA Takumi · 14 years ago
  16. 757e685 Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if by Chris Lattner · 14 years ago
  17. 54d56a5 Frontend/XML: Add support for printing nested structures, patch by Martin Vejnár! by Daniel Dunbar · 14 years ago
  18. 87c3007 Eliminate the "minimal" and printing parser actions, which only ever by Douglas Gregor · 14 years ago
  19. edd8df9 "this patch properly addresses escaping < and > which might appear by Chris Lattner · 14 years ago
  20. 46116ce Rename -dump-record-layouts to -fdump-record-layouts now that the option behaves like aa flag. by Anders Carlsson · 14 years ago
  21. 468ec6c Revert changes r97693, r97700, and r97718. by John McCall · 14 years ago
  22. 3ff6302 XFAIL these tests on win32, since the win32 buildbot apparently disables all by John McCall · 14 years ago
  23. 565e465 Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. by Ted Kremenek · 14 years ago
  24. 5be028f Revert r92431, this code isn't dead and broke the ntfs build. by Daniel Dunbar · 15 years ago
  25. 368a55d Better coverage for -dump-record-layouts and -print-decl-contexts. by Eli Friedman · 15 years ago
  26. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  27. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  28. 01ed063 Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 15 years ago
  29. 8a90ac0 Normalize options to use '-FOO' instead of '--FOO'. by Daniel Dunbar · 15 years ago
  30. c5a97ec Move -fnext-runtime defaulting to driver (and change clang-cc default to by Daniel Dunbar · 15 years ago
  31. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  32. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  33. ad451cc Remove clang-cc -html-diags option, this doesn't fit in well and we get plenty by Daniel Dunbar · 15 years ago
  34. 7c15e71 Remove clang-cc code for handling -mmacosx-version-min and by Daniel Dunbar · 15 years ago
  35. 45e8423 Fix crash when synthesizing property setters when the property type and ivar by Daniel Dunbar · 15 years ago
  36. 09bdd59 clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4. by Daniel Dunbar · 15 years ago
  37. 4f9449d Add test for finding bfin backend. by Daniel Dunbar · 15 years ago
  38. d3afba8 Fix some made up triples. by Daniel Dunbar · 15 years ago
  39. 6c07bdb Introduce a new concept to the static analyzer: SValuator. by Ted Kremenek · 15 years ago
  40. 59e6357 AST printing for C++ base classes by Douglas Gregor · 15 years ago
  41. 6c9c940 Pretty printing and improved representation for namespace alias declarations by Douglas Gregor · 15 years ago
  42. 8419fa3 Printing for using directives, e.g., by Douglas Gregor · 15 years ago
  43. 6620a62 Never suppress specifiers when printing the parameters of a function by Douglas Gregor · 15 years ago
  44. 4fe0c8e Refactor and clean up the AST printer, so that it uses a DeclVisitor, by Douglas Gregor · 15 years ago
  45. ee75c05 AST XML dump, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
  46. e4cf06d Simplify tests now that GNU runtime supports exception handling. by Daniel Dunbar · 15 years ago
  47. 1e64a95 This patch fixes two bugs in the GNU Objective-C runtime implementation. One is a case in rethrowing exceptions where the C types don't match correctly (I already sent this patch to Daniel Dunbar, who found the bug, so it may have already been committed). The other fixes the case properties so that the methods generated as property accessors are added to the class structure correctly. by Fariborz Jahanian · 15 years ago
  48. e24f27f remove obsolete tests. by Chris Lattner · 15 years ago
  49. bd5e5a5 We no longer accept @defs with the non-fragile ABI. by Daniel Dunbar · 15 years ago
  50. ba16be9 Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon by Zhongxing Xu · 15 years ago
  51. 9034558 Support member reference on ?: of struct type. by Daniel Dunbar · 15 years ago
  52. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  53. f94e215 Use not instead of ! in tests. by Daniel Dunbar · 15 years ago
  54. d5b918e Update test case. by Daniel Dunbar · 15 years ago
  55. f469557 More super dot-syntax property implementation by Fariborz Jahanian · 15 years ago
  56. fe34557 Don't mangle names of local variables. by Daniel Dunbar · 15 years ago
  57. 4e484b8 Support va_arg on _Complex. by Daniel Dunbar · 15 years ago
  58. 8b29a38 Handle demotion of coerced arguments (as in void a(x) short x; { ... }). by Daniel Dunbar · 15 years ago
  59. e7353a6 Force triple for this test case. by Daniel Dunbar · 15 years ago
  60. 190d6a2 A couple more vector component access fixes. by Nate Begeman · 15 years ago
  61. 567c8df Patch to diagnose a variety of misuse of property by Fariborz Jahanian · 16 years ago
  62. d5ff2fb disable these two tests, they crash and take a long time to run crashreporter etc. by Chris Lattner · 16 years ago
  63. b451bc1 Use #define trickery to de-XFAIL test/Coverage/codegen-gnu.m while by Daniel Dunbar · 16 years ago
  64. 8de8c36 Use #define trickery to de-XFAIL test/Coverage/codegen-next.m while by Daniel Dunbar · 16 years ago
  65. bd589e0 Add coverage of part of getPrimaryDecl that was failing prior to by Daniel Dunbar · 16 years ago
  66. 63c3a5f Add some uses of PredefinedExpr to language coverage includes. by Daniel Dunbar · 16 years ago
  67. ea7a31f Improve C language testing coverage. by Daniel Dunbar · 16 years ago
  68. a6f6c71 Coverage test for targets. by Daniel Dunbar · 16 years ago
  69. 075e3c1 Improve codegen coverage tests. by Daniel Dunbar · 16 years ago
  70. 417dd17 Add coverage tests of C and Obj-C language features. by Daniel Dunbar · 16 years ago
  71. ae3c16c Add test/Driver. - env-include-paths.c is XFAIL as it exposed a bug. by Daniel Dunbar · 16 years ago