1. 6133c12 Remove a file from the test directory that was added by mistake. by Argyrios Kyrtzidis · 15 years ago
  2. 3e8efd9 Use temporary output to avoid running index-test with the same commands multiple times. by Argyrios Kyrtzidis · 15 years ago
  3. fb89cf0 Fix RUN line to not litter the test directory. by Sebastian Redl · 15 years ago
  4. 62a11a7 ir-gen for --/++ operators of objc object pointers in 32bit abi. by Fariborz Jahanian · 15 years ago
  5. 9396945 Enable. Now the LLVM dwarfwriter does not print extra '1' prefix in symbol names (rev. 75875) by Devang Patel · 15 years ago
  6. 6dba432 Revert 75648 for now. It is causing test failures. by Devang Patel · 15 years ago
  7. 61b5f3e Use LLVM mangler to get mangled name for debug info entry. by Devang Patel · 15 years ago
  8. 9df4bb3 Update debug info generation for ObjCObjectPointer changes. by Daniel Dunbar · 15 years ago
  9. 66ad201 I just revertd llvm patch. by Devang Patel · 15 years ago
  10. d79b1bc New testcase for rev 75503. by Devang Patel · 15 years ago
  11. fe09eab Update debug info type cache after fwd decl is replaced by real decl. by Devang Patel · 15 years ago
  12. c966cf1 Force NeXT runtime for this test. by Daniel Dunbar · 15 years ago
  13. 28e4780 Fix type conversion of ObjCObjectPointerType. by Daniel Dunbar · 15 years ago
  14. c1ab900 Generate correct prototype for objc_enumerationMutation. by Daniel Dunbar · 15 years ago
  15. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  16. 643b7df Patch adds test to my previous patch for assigning to by Fariborz Jahanian · 15 years ago
  17. c38e9af Patch fixes an obscure bug when 'used' attribute is applied to by Fariborz Jahanian · 15 years ago
  18. 4e36cca Test modification. Patch by Jean-Daniel Dupas by Fariborz Jahanian · 15 years ago
  19. 4127fcc Don't include system headers when overriding triple. by Daniel Dunbar · 15 years ago
  20. 2a0f409 Force Obj-C runtime version for this test by Daniel Dunbar · 15 years ago
  21. 42f963d Support complex properties, ivars and message expressions. by Daniel Dunbar · 15 years ago
  22. 3899a7f As an optimization, we maintain a cache of generated by Mike Stump · 15 years ago
  23. 4027cd1 Place the GC attribute on the same relative pointer by Fariborz Jahanian · 15 years ago
  24. 102e390 A corner case of objc2 gc's write-barrier generation for the Next runtime. by Fariborz Jahanian · 15 years ago
  25. 6c9b315 Fixed a test case which I am to blame for making it not runaable. by Fariborz Jahanian · 15 years ago
  26. 14674ff No write-barrier for initializations. by Fariborz Jahanian · 15 years ago
  27. 37530fc Test for David Chisnall's -fobjc-sender-dependent-dispatch patch. by Fariborz Jahanian · 15 years ago
  28. e226534 Initialize Obj-C GC attributes when emitting BlockDeclRefExprs. by Daniel Dunbar · 15 years ago
  29. d86d336 Debug info: Initialize runtime language field correctly for Objective-C by Daniel Dunbar · 15 years ago
  30. 85a3b03 Improve test case a wee bit by Daniel Dunbar · 15 years ago
  31. 74d4b12 Classes with "+load" methods need to go in the non-lazy class list (or by Daniel Dunbar · 15 years ago
  32. 49f59ec Skip the asm prefix when storing the name in block info. by Daniel Dunbar · 15 years ago
  33. bbd53af We need to specify the "linkage name" to the subprogram now that we by Daniel Dunbar · 15 years ago
  34. a289393 Make sure not to include the LLVM asm prefix in function names for debug info. by Daniel Dunbar · 15 years ago
  35. 9820074 Patch to implement ivar synthesis of properties declared in protocols by Fariborz Jahanian · 15 years ago
  36. d0f8a8d Patch to allow Nonfragile ABI to use 32-bit style legacy by Fariborz Jahanian · 15 years ago
  37. 913af35 Remove -fobjc-tight-layout, seems to work! by Daniel Dunbar · 15 years ago
  38. 06b8912 Fixes a bug for objc2's gc in the presense of type-casts. by Fariborz Jahanian · 15 years ago
  39. bf63b87 Provide basic support for generation of objc2's by Fariborz Jahanian · 15 years ago
  40. 6e8575b Fix the field count in interface record layout (it was incorrectly by Daniel Dunbar · 15 years ago
  41. 31fa7d7 Adding more test to ivar-layout-64.m. by Fariborz Jahanian · 15 years ago
  42. b4c79e0 Compute interface instanceStart and instanceSize using the record by Daniel Dunbar · 15 years ago
  43. 3715328 Don't allow clients to traverse into superclass synthesized properties by Daniel Dunbar · 15 years ago
  44. 5a5a803 Use the implementation decl for looking up offset while building the by Daniel Dunbar · 15 years ago
  45. a74869c Rename test case by Daniel Dunbar · 15 years ago
  46. 5b2bad0 API for message dispatch of methods returning floats to match gcc's closely. by Fariborz Jahanian · 15 years ago
  47. 4d150c8 only support int128_t on 64-bit and larger targets. 32-bit targets don't by Chris Lattner · 15 years ago
  48. 2df9ced initial support for __[u]int128_t, which should be basically by Chris Lattner · 15 years ago
  49. 679cd7f Export lazy references of .objc_class_name of class names by Fariborz Jahanian · 15 years ago
  50. c7c11b1 rdar://6827200 - [sema] reject statically allocated arrays of interface types by Chris Lattner · 15 years ago
  51. 2a86625 Fix pointer addressing and array subscripting of Objective-C interface by Daniel Dunbar · 15 years ago
  52. 6a3b29e Add a test case for a somewhat obscure scenario. by Daniel Dunbar · 15 years ago
  53. 9396dcf Add implicit definition of objc_msgSend. by Daniel Dunbar · 15 years ago
  54. a80a0f6 Reapply r69771, with updates & fixes: by Daniel Dunbar · 15 years ago
  55. d2977bc Make sure this test runs on all 3 Objective-C implementations. by Daniel Dunbar · 15 years ago
  56. d4ae6c0 Revert r69771, I missed some (obvious) details. :/ by Daniel Dunbar · 15 years ago
  57. 0c45793 Rework the shadow struct that is layed out for Objective-C classes. by Daniel Dunbar · 15 years ago
  58. e7d6c3d Revert 69646, that was the precise inverse of what I wanted to commit. by Daniel Dunbar · 15 years ago
  59. 51a1d95 Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things by Daniel Dunbar · 15 years ago
  60. 75b163f Fixup codegen for write barriers for block variables. Radar 6786715 by Mike Stump · 15 years ago
  61. c7c6dc0 Set a bit in IMAGE_INFO to indicate that we don't contain any by Daniel Dunbar · 15 years ago
  62. 3eec8aa Don't emit ivar offsets for unnamed bit fields. by Daniel Dunbar · 15 years ago
  63. b7b58b1 Fix rdar://6804402 - crash on objc implementations declared with by Chris Lattner · 15 years ago
  64. 48fa064 Fix bug in computation of ivar offsets for (adjacent) bitfields. by Daniel Dunbar · 15 years ago
  65. 80583dd Test case would allow clang to fail. by Daniel Dunbar · 15 years ago
  66. 5aacb0e Fix test to output LLVM to a temporary file, which we grep as part of the test by Douglas Gregor · 15 years ago
  67. f3ef07c Use getAsPointerType instead of using getCanonicalType directly. by Daniel Dunbar · 15 years ago
  68. 96508e1 fix a crash compiling code with its own definition of objc_assign_weak. by Chris Lattner · 15 years ago
  69. 51123fe Fix rdar://6800926 - crash compiling non-fragile _Bool bitfield ivar, by Chris Lattner · 15 years ago
  70. 639d9ce clean up run lines. by Chris Lattner · 15 years ago
  71. 1e9aef3 Category method synbols must be qualified by gategory name to match gcc's. by Fariborz Jahanian · 15 years ago
  72. 0a6bcc4 Force target triple for test depending on __weak. by Eli Friedman · 15 years ago
  73. 7595fb1 Don't use \01 in symbol name if unnecessary. by Daniel Dunbar · 15 years ago
  74. f59c1a6 Fix alignment on obj_msgrefs to match llvm-gcc. by Daniel Dunbar · 15 years ago
  75. 33af70f Add test case for superrefs section (and make spacing consistent). by Daniel Dunbar · 15 years ago
  76. 0bf2199 Tweaks to Objective-C metadata (32 & 64-bit) to match llvm-gcc. by Daniel Dunbar · 15 years ago
  77. b90bb00 Set alignment on __cstring metadata variables to 1 (matching llvm-gcc). by Daniel Dunbar · 15 years ago
  78. f33651c Fixup CodeGen for __weak __block variables. Radar 6756266 by Mike Stump · 15 years ago
  79. ef4b175 OS dependent code removed. by Fariborz Jahanian · 15 years ago
  80. c211218 Non-pointer objects are none gc'able regardles of the attribute set on them. by Fariborz Jahanian · 16 years ago
  81. c0c0ef0 Fixup copy/dispose helpers for Objective-C. Radar 6756504 by Mike Stump · 16 years ago
  82. 02022f4 Force triple for a number of tests that rely on __weak. by Daniel Dunbar · 16 years ago
  83. 960cd06 Patch to generate meta-data for prtocol used in @protocol expression. by Fariborz Jahanian · 16 years ago
  84. c612f7b Add @encode support for complex types. by Anders Carlsson · 16 years ago
  85. 8158a2f Implementation definition of interfaces with __objc_exception attribute. by Daniel Dunbar · 16 years ago
  86. cf71dd4 Propagte -fvisibility to objc2's class symbols. by Fariborz Jahanian · 16 years ago
  87. 7e075cb Handle use side of __objc_exception__ attribute; when using an by Daniel Dunbar · 16 years ago
  88. 7f48c6e *everyone* knows that __weak is not defined on linux :) by Chris Lattner · 16 years ago
  89. 6ab187a Various fixes to symbols used for Obj-C x86_64 metadata. by Daniel Dunbar · 16 years ago
  90. 590230d Fix test (triple wasn't passed correctly, the driver doesn't accept -mtriple). by Daniel Dunbar · 16 years ago
  91. 77c9fd2 Fixed visibility issues related to objc2's synthesized ivars. by Fariborz Jahanian · 16 years ago
  92. b02e53b Fix a couple of cases where Constant* pointers can dangle in by Chris Lattner · 16 years ago
  93. 22b6e06 Fix a bug in declaration of property in continuation by Fariborz Jahanian · 16 years ago
  94. 99eee36 Nonfragile ivar synthesis with property is in a continuation class. by Fariborz Jahanian · 16 years ago
  95. 7e2e795 Removed the test case, as Chris did have a test case in the patch. by Fariborz Jahanian · 16 years ago
  96. 5e23074 Test case for Chris's patch: by Fariborz Jahanian · 16 years ago
  97. 5fd1528 Fix test failure on Linux by forcing the triple to OS X. by Eli Friedman · 16 years ago
  98. 285d0db fix the two xfails I added with a previous patch by making ObjC interface by Chris Lattner · 16 years ago
  99. 1819188 ir-gen support for nonfragile abi's synthesized ivars. by Fariborz Jahanian · 16 years ago
  100. 2349925 Fix a problem in ASTContext::addRecordToClass handling forward declarations. by Chris Lattner · 16 years ago