1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. 3da9a8f ObjectiveC IRGen. Replace _objc_empty_vtable pointer in Objective-C by Fariborz Jahanian · 11 years ago
  9. 9686f12 Emit a .ident saying that clang produced this file. by Rafael Espindola · 11 years ago
  10. 14f9889 Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize-properties. by Rafael Espindola · 11 years ago
  11. 35969ea Debug info: Fix a crash when trying to construct a type with redundant by Adrian Prantl · 11 years ago
  12. 937ec1d ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation by Fariborz Jahanian · 11 years ago
  13. 585c84c Add a define for the ObjFW runtime ABI version. by Benjamin Kramer · 11 years ago
  14. a3f55b0 Don't pass -O0 to clang_cc1, it is the default. by Rafael Espindola · 11 years ago
  15. d7feb04 Debug Info: follow-up patch to r189283. by Manman Ren · 11 years ago
  16. 0858246 Debug Info: add an identifier field to DICompositeType. by Manman Ren · 11 years ago
  17. 783344c Simplify assert-neutral matching in test case. by David Blaikie · 11 years ago
  18. 5f18a00 clang/test/CodeGenObjC/2010-02-09-DbgSelf.m: Tweak for -Asserts in r188651. by NAKAMURA Takumi · 11 years ago
  19. fc94627 DebugInfo: Do not include line/file info for artificial parameters & parameters of artificial functions by David Blaikie · 11 years ago
  20. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  21. 931a4fe Fix FileCheck --check-prefix lines. by Tim Northover · 11 years ago
  22. dcd4cc7 Fix test for Release builds. by Eli Friedman · 11 years ago
  23. d46bedc Fix test for Release builds. by Eli Friedman · 11 years ago
  24. 11311ea Fix GNU ObjC ABI for a message returning a struct. by Eli Friedman · 11 years ago
  25. b6cdc96 Debug Info: Fix an oversight of r186553. Ensure that the function prologue by Adrian Prantl · 11 years ago
  26. d60911a add radar number to testcase. by Adrian Prantl · 11 years ago
  27. 683a37b Further simplify test case from r186894 by David Blaikie · 11 years ago
  28. 08bf33a Simplify testcase. rdar://problem/14386148 by Adrian Prantl · 11 years ago
  29. 334ded9 Debug Info: Acknowledge the alignment when locating byref block variables. by Adrian Prantl · 11 years ago
  30. b3f111b Don't generate bogus line table entries for __copy_helper_block_ and by Adrian Prantl · 11 years ago
  31. 361a329 Objective-C: Produce gcc compatible encoding of by Fariborz Jahanian · 11 years ago
  32. d029cbb Replace 'grep foo | count 0' with 'not grep foo'. by Rafael Espindola · 11 years ago
  33. 09a5604 DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' and add '[def]' for non-decl tag types by David Blaikie · 11 years ago
  34. ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
  35. 188ddb1 Correctly handle designated initializers which modify an array initialized by Eli Friedman · 11 years ago
  36. 2ac2fa7 Make sure we don't emit invalid IR for StmtExprs with complex cleanups. by Eli Friedman · 11 years ago
  37. 5ae17a1 ObjC Debug Info: Emit the names of accessors whenever they diverge from by Adrian Prantl · 11 years ago
  38. 48eff6c Objective-C encoding. Fixes up encodeing for by Fariborz Jahanian · 11 years ago
  39. 7c731f5 Do not reuse the debug location of the return value's store if there is autorelease code to be emitted between store and return instructions. This is analoguous to what we do for lexical scope cleanups. by Adrian Prantl · 11 years ago
  40. c32a217 Bugfix for r181629: by Adrian Prantl · 11 years ago
  41. 687ecae ObjC Debug Info: Emit the correct method names for accessors for by Adrian Prantl · 11 years ago
  42. 566a9c3 ObjC debug info: Substitute the class type for methods that return by Adrian Prantl · 11 years ago
  43. f5ebf9b Correctly emit certain implicit references to 'self' even within a lambda. by John McCall · 11 years ago
  44. fa6b079 Ensure that the line table for functions with cleanups is sequential. by Adrian Prantl · 11 years ago
  45. 0105ae5 Remove an empty line so the line numbers match up again after the recent documentation change. by Adrian Prantl · 11 years ago
  46. a0e3df7 still not relaxed enough. by Adrian Prantl · 11 years ago
  47. 7018070 cleanup and relax test cases by Adrian Prantl · 11 years ago
  48. 59d6a71 Emit the underlying type in the debug info for all kinds of fixed enums by Adrian Prantl · 11 years ago
  49. b57f6b3 objc_autoreleasePoolPop() can throw if a -dealloc does. by John McCall · 11 years ago
  50. 35e62d3 Trying fixing test to make buildbot happy again. by Fariborz Jahanian · 11 years ago
  51. 007149a modify test to try to make buildbot happy. by Fariborz Jahanian · 11 years ago
  52. 428edb7 Objective-C IRGen. Use llvm::WeakVH by Fariborz Jahanian · 11 years ago
  53. 292285e FileCheck-ify more grep tests with quoted double quotes by Reid Kleckner · 11 years ago
  54. 2c5a38e FileCheck-ify some clang grep tests that use double quotes by Reid Kleckner · 11 years ago
  55. 4b9bcd6 Don't copy just to capture a strong block pointer under ARC. by John McCall · 11 years ago
  56. b846381 Be sure to check ARC conventions on the implicit method declarations by John McCall · 11 years ago
  57. 527842f Protect the values of array and dictionary literals from the by John McCall · 11 years ago
  58. 73c56bb In ObjC++ on legacy runtimes, push an EH cleanup as well as by John McCall · 11 years ago
  59. c22856d generalize testcase by Adrian Prantl · 11 years ago
  60. 9b97adf Bugfix/Followup for r177086. by Adrian Prantl · 11 years ago
  61. 495cfa4 Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring. by Nadav Rotem · 11 years ago
  62. b6a6079 Under ARC, when we're passing the address of a strong variable by John McCall · 11 years ago
  63. cf4bd50 Generalize debug info tests to be forward compatible with future DISubprogram changes by David Blaikie · 11 years ago
  64. 8a40cc6 Simplify/generalize some debug info test cases by David Blaikie · 11 years ago
  65. 7cca821 Add a clarifying note when a return statement is rejected because by John McCall · 11 years ago
  66. 367989b Generalize a few debug info test cases by David Blaikie · 11 years ago
  67. 503836a Add a testcase for r177118. by Adrian Prantl · 11 years ago
  68. 836e7c9 Allocate stack storage for .block_descriptor and captured self at -O0. by Adrian Prantl · 11 years ago
  69. 5b07e80 Tighten up the rules for precise lifetime and document by John McCall · 11 years ago
  70. ebbd7e0 Improve the caching of debuginfo Objective C interface types. by Adrian Prantl · 11 years ago
  71. 4919de6 Ensure that DIType is regenerated after we visit an implementation by Adrian Prantl · 11 years ago
  72. be9e8bf Add more of the command line options as attribute flags. by Bill Wendling · 11 years ago
  73. bd7370a Use the actual ABI-determined C calling convention for runtime by John McCall · 11 years ago
  74. 10b4df7 Temporarily revert r176116 for compile-time performance regression. by Adrian Prantl · 11 years ago
  75. 8992457 Reapply r176133 with testcase fixes. by Bill Wendling · 11 years ago
  76. 58c7903 Ensure that DIType is regenerated after we visited an implementation that adds ivars to an interface. Fixes rdar://13175234 by Adrian Prantl · 11 years ago
  77. c283311 Revert "Add more attributes from the command line to functions." by Anna Zaks · 11 years ago
  78. d620e09 Add more attributes from the command line to functions. by Bill Wendling · 11 years ago
  79. 5bb033b Update tests so that we don't test for function-only attributes on call sites. by Bill Wendling · 11 years ago
  80. 4e1125f Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. by Bill Wendling · 11 years ago
  81. 05f8ff1 Patch for debug info of qualified-id types is 'id' By Adrian Pranti. by Fariborz Jahanian · 11 years ago
  82. 41a6a3e objective-C arc IR-gen. Retaining of strong by Fariborz Jahanian · 11 years ago
  83. f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 11 years ago
  84. 0b5a483 Use the actual class visibility for the ObjC EHTYPE global, by John McCall · 11 years ago
  85. 3b1a40f CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386. by Douglas Gregor · 11 years ago
  86. 6b8f37a Update test cases to account for DIBuilder type changes. by David Blaikie · 11 years ago
  87. e50e91d Test ivar-invariant.m: use a more idiomatic RUN line and tighten the test by Dmitri Gribenko · 11 years ago
  88. 28a2cec [clang] fix test execution command by Saleem Abdulrasool · 11 years ago
  89. 961f570 [CodeGen] tighten objc ivar invariant.load attribution by Saleem Abdulrasool · 11 years ago
  90. c0dcc2d Add the 'target-cpu' and 'target-features' attributes to functions. by Bill Wendling · 11 years ago
  91. 17c1a2e objective-C: Fixes a compiler crash when encoding by Fariborz Jahanian · 11 years ago
  92. ae6133f Make this test determinstic for my last patch. // rdar://13192366 by Fariborz Jahanian · 11 years ago
  93. 2c5d845 objective-C: Make order of ivars which are synthesized by Fariborz Jahanian · 11 years ago
  94. 0609858 Properly assemble PHIs after a null-checked invoke of objc_msgSend. by John McCall · 11 years ago
  95. 72dcecc In ARC, emit non-peepholed +1s within the full-expression instead by John McCall · 11 years ago
  96. 35be402 Split a couple of tests out into their own file. by John McCall · 11 years ago
  97. 8f98bf9 Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_REFERENCES in both the fragile and non-fragile API. by Michael Gottesman · 11 years ago
  98. 554b07d On platforms which do not support ARC natively, do not mark objc_retain/objc_release as "nonlazybind". by Michael Gottesman · 11 years ago
  99. 083b90d Generalize DebugInfo tests by avoiding explicit metadata numbers by David Blaikie · 11 years ago
  100. e953172 Tests: remove disabled llvm-gcc invocations by Dmitri Gribenko · 11 years ago