1. a650485 PR14566: Debug Info: avoid top level lexical blocks in functions by David Blaikie · 11 years ago
  2. 90a2d39 objC block layout: Patch reorders block layout to by Fariborz Jahanian · 11 years ago
  3. 65bd4ac Enable the new (more C++-like, less broken) EH model when targeting the GNUstep by David Chisnall · 11 years ago
  4. ba3c9ca In my last patch initialize the destination to null (with a simple store) before doing a storeStrong to it. by Fariborz Jahanian · 11 years ago
  5. df0be6d Fix testing case for Release build (r171493) by Manman Ren · 11 years ago
  6. 7a77f19 objective-C arc: in copy helper function for by Fariborz Jahanian · 11 years ago
  7. 3c7a0e1 Debug Info: fix the line location for cleanup code of a block function by Manman Ren · 11 years ago
  8. ebf75d7 Change this to an IR test instead of an assembly test (as per comment in r171134). by David Blaikie · 11 years ago
  9. 66c0899 Update test for backend change. by Eric Christopher · 11 years ago
  10. 3624e9e Robustify the @encode code and add support for _Atomic. by John McCall · 12 years ago
  11. d397cfe Reapply r170344, this time without forgetting to commit the header changes. by David Chisnall · 12 years ago
  12. e315cb3 Revert "Added support for new property helpers (GNUstep runtime)." by Benjamin Kramer · 12 years ago
  13. 648dd82 Added support for new property helpers (GNUstep runtime). by David Chisnall · 12 years ago
  14. df76f1e Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue by Chad Rosier · 12 years ago
  15. 34db84f objective-C blocks: Check for record type when deciding if by Fariborz Jahanian · 12 years ago
  16. e56bb36 Fix the required args count for variadic blocks. by John McCall · 12 years ago
  17. 8fda1ab clang/test: Remove "REQUIRES:LP64" in two tests. Each of them have explicit triple. by NAKAMURA Takumi · 12 years ago
  18. 72d2dab Rework the bitfield access IR generation to address PR13619 and by Chandler Carruth · 12 years ago
  19. ff685c5 objective-c blocks: Consider padding due to alignment by Fariborz Jahanian · 12 years ago
  20. b15c898 objective-C blocks: Make sure that identical logic is used by Fariborz Jahanian · 12 years ago
  21. 82c458e objective-C arc: load of a __weak object happens via call to by Fariborz Jahanian · 12 years ago
  22. 3d145f6 block extended signatur option. Change previous option by Fariborz Jahanian · 12 years ago
  23. 3dfb3fa objective-C blocks: make cc1 flag -encode-extended-block-signature by Fariborz Jahanian · 12 years ago
  24. 06cffc0 objective-C blocks: under cc1 flag -encode-extended-block-signature, by Fariborz Jahanian · 12 years ago
  25. 3ca23d7 objective-C blocks: Provide layout map for byref by Fariborz Jahanian · 12 years ago
  26. a97d2ec objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31. by Fariborz Jahanian · 12 years ago
  27. c686004 Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note that by David Chisnall · 12 years ago
  28. 7745786 Put something sane in the DWARF offset field for bitfield ObjC ivars. by Eli Friedman · 12 years ago
  29. 1307120 Fix a silly mistake in r167437. by Eli Friedman · 12 years ago
  30. a2f9d21 Minor fix to ObjC layout bitmap metadata. Found while I was trying to by Eli Friedman · 12 years ago
  31. bd8fa30 Tests for 32bit version of block ivar layout metadata. by Fariborz Jahanian · 12 years ago
  32. c441cd3 Fixes liftime of captured block variables in mrr mode, per John's feedback, as by Fariborz Jahanian · 12 years ago
  33. 085b76c Simplify these tests again, now that we're past the version skew. by David Blaikie · 12 years ago
  34. 61fc02c Avoid version skew by making ObjC strict metadata tests resilient to new field. by David Blaikie · 12 years ago
  35. 44fcff9 objective-C mrr block. Block variable layout metadata in mrr mode. by Fariborz Jahanian · 12 years ago
  36. aee56fa Update the front end to use minsize attribute by Quentin Colombet · 12 years ago
  37. f22ae65 objective-C block meta-data. This patch completes meta-data by Fariborz Jahanian · 12 years ago
  38. aa01466 Don't crash synthesizing an ObjC property with an empty struct type. <rdar://problem/12547611>. by Eli Friedman · 12 years ago
  39. a0d5878 Correct test inovocations to use %clang_cc1 rather than direct invocation (so that it can have additional options set when trying to debug issues causing regressions). by David Tweed · 12 years ago
  40. 9230997 A number of test cases assume that an "int" parameter or return value by Ulrich Weigand · 12 years ago
  41. 04631c3 Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532." by NAKAMURA Takumi · 12 years ago
  42. 045d707 clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532. by NAKAMURA Takumi · 12 years ago
  43. b03527a Set a special flag in class metadata when an Objective-C class by John McCall · 12 years ago
  44. 015f33b At -O0, prefer objc_storeStrong with a null new value to the by John McCall · 12 years ago
  45. 891dac7 GNUstep runtime version default to 1.6, generate correct property attribute by David Chisnall · 12 years ago
  46. 7a0c064 Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. by Daniel Dunbar · 12 years ago
  47. dc0d4e2 Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. by Nico Weber · 12 years ago
  48. b9966bd objective-C IRgen: When sending a method to 'super' by Fariborz Jahanian · 12 years ago
  49. e6b39bc Make sure to generate the right kind of MDNode for enum forward declarations. by Eli Friedman · 12 years ago
  50. 0fabc18 Re-enable this test to reflect re-enabling the new SROA pass. by Chandler Carruth · 12 years ago
  51. f2f3ce5 Add Clang support for iOS6. by Bob Wilson · 12 years ago
  52. a4376dc Turn off this test, as the new and old SROA cause it produce different output. by Nick Lewycky · 12 years ago
  53. 9f357de During jump-scope checking, build an ExprWithCleanups immediately by John McCall · 12 years ago
  54. c07a9cb Update the Clang tests which run with a full optimization pipeline for by Chandler Carruth · 12 years ago
  55. ea104cd Disable some tests that fail when the x86 backend isn't built. by Benjamin Kramer · 12 years ago
  56. d5a73dc Reapply: by Eric Christopher · 12 years ago
  57. 22b617f Revert "Make clang emit a flag for DW_AT_object_pointer for the artificial" by Eric Christopher · 12 years ago
  58. 0098d23 clang/test: [PR13820] Suppress LLP64-incompatible tests for ObjC with +Asserts. by NAKAMURA Takumi · 12 years ago
  59. 92b7c39 clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incompatible tests. by NAKAMURA Takumi · 12 years ago
  60. b774d73 clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompatible tests. by NAKAMURA Takumi · 12 years ago
  61. 2b6eb9d Make clang emit a flag for DW_AT_object_pointer for the artificial by Eric Christopher · 12 years ago
  62. f9fdcc0 In ARC, if we're emitting assembly markers for calls to by John McCall · 12 years ago
  63. 2d234d73 Fixing the return type information for objc_sync_enter and objc_sync_exit. Patch thanks to Joe Ranieri! by Aaron Ballman · 12 years ago
  64. 97d3f3b Fix PR reference in test. by Eli Friedman · 12 years ago
  65. 45dae62 Fix run-line for test. by Eli Friedman · 12 years ago
  66. a484fc7 Make alignment computation for pointer values for builtins handle by Eli Friedman · 12 years ago
  67. 9a209f1 Restore a -cc1 invariant that was causing problems on PPC64. by John McCall · 12 years ago
  68. d64c2eb Fix a pair of bugs relating to properties in ARC. by John McCall · 12 years ago
  69. d6d76f2 Fix broken check lines. by Benjamin Kramer · 12 years ago
  70. c343dd8 objc-arc: set nonlazybind attribute on objc_retain/ by Fariborz Jahanian · 12 years ago
  71. b379718 Don't need to specify the abi as it's the default. by Eric Christopher · 12 years ago
  72. d23ec89 FileCheck-ize. by Eric Christopher · 12 years ago
  73. 6dba4a1 Reset the layout of an ObjC class if we see an ivar in a category by Eric Christopher · 12 years ago
  74. f7226fb Add the ObjFW runtime. Patch by Jonathan Schleifer! by John McCall · 12 years ago
  75. 11d3f4c Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep by David Chisnall · 12 years ago
  76. 7e68ba5 objective-c IRGen: fixes a crash when method type is being mangled by Fariborz Jahanian · 12 years ago
  77. 4904bf4 block literal irgen: several improvements on naming block by Fariborz Jahanian · 12 years ago
  78. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  79. ddfc8a1 objc-arc: captured block variable accessed in its block literal by Fariborz Jahanian · 12 years ago
  80. 490a52b objective-c: fix a sema and IRGen crash when property by Fariborz Jahanian · 12 years ago
  81. 89deb3f Add documentation about boxing enum types and a codegen test to make by Argyrios Kyrtzidis · 12 years ago
  82. 9d6ca8a Test for -fdebugger-objc-literal: missing methods should be generated like missing classes. by Jordy Rose · 12 years ago
  83. 79993dc Add a test case for going through typedefs until we reach "BOOL", that NSAPI::isObjCTypedef() is doing. by Argyrios Kyrtzidis · 12 years ago
  84. 2df1a58 [objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding by Argyrios Kyrtzidis · 12 years ago
  85. 196603c Test case for previosu patch. // rdar://11323676 by Fariborz Jahanian · 12 years ago
  86. 87380aa Forward declarations should take a context. This helps the debugger by Eric Christopher · 12 years ago
  87. 89592d5 minor improvement to couple of tests. by Fariborz Jahanian · 12 years ago
  88. eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 12 years ago
  89. e5bbebb The copy and destroy helper functions aren't prototyped, don't call them so. by Eric Christopher · 12 years ago
  90. 93848e0 Add a triple to this test. by Eric Christopher · 12 years ago
  91. 46853cb Try to fix the windows buildbots by making this test a little less by Eric Christopher · 12 years ago
  92. be6c686 Enable debug info for objective c implementations that may not have by Eric Christopher · 12 years ago
  93. 561d622 Revert r154321, pending more discussion. by David Chisnall · 12 years ago
  94. 649ee3f Add -fobjc-trace to emit a call before and after each Objective-C message send by David Chisnall · 12 years ago
  95. 856183c Enhance testing a bit to make sure that we're omitting the by Eric Christopher · 12 years ago
  96. 78af8fd Only emit the getter and setter names if they're not the default by Eric Christopher · 12 years ago
  97. 73f428c Enter an expression evaluation context when parsing by John McCall · 12 years ago
  98. ea32047 Change location information for synthesized properties to be at the by Eric Christopher · 12 years ago
  99. 96579c4 Revert previous commit changing location information to see if this by Eric Christopher · 12 years ago
  100. 38ac243 Make sure we perform the relevant implied conversions correctly for ObjC methods with related result types. PR12384. by Eli Friedman · 12 years ago