- c211218 Non-pointer objects are none gc'able regardles of the attribute set on them. by Fariborz Jahanian · 16 years ago
- c0c0ef0 Fixup copy/dispose helpers for Objective-C. Radar 6756504 by Mike Stump · 16 years ago
- 02022f4 Force triple for a number of tests that rely on __weak. by Daniel Dunbar · 16 years ago
- 960cd06 Patch to generate meta-data for prtocol used in @protocol expression. by Fariborz Jahanian · 16 years ago
- c612f7b Add @encode support for complex types. by Anders Carlsson · 16 years ago
- 8158a2f Implementation definition of interfaces with __objc_exception attribute. by Daniel Dunbar · 16 years ago
- cf71dd4 Propagte -fvisibility to objc2's class symbols. by Fariborz Jahanian · 16 years ago
- 7e075cb Handle use side of __objc_exception__ attribute; when using an by Daniel Dunbar · 16 years ago
- 7f48c6e *everyone* knows that __weak is not defined on linux :) by Chris Lattner · 16 years ago
- 6ab187a Various fixes to symbols used for Obj-C x86_64 metadata. by Daniel Dunbar · 16 years ago
- 590230d Fix test (triple wasn't passed correctly, the driver doesn't accept -mtriple). by Daniel Dunbar · 16 years ago
- 77c9fd2 Fixed visibility issues related to objc2's synthesized ivars. by Fariborz Jahanian · 16 years ago
- b02e53b Fix a couple of cases where Constant* pointers can dangle in by Chris Lattner · 16 years ago
- 22b6e06 Fix a bug in declaration of property in continuation by Fariborz Jahanian · 16 years ago
- 99eee36 Nonfragile ivar synthesis with property is in a continuation class. by Fariborz Jahanian · 16 years ago
- 7e2e795 Removed the test case, as Chris did have a test case in the patch. by Fariborz Jahanian · 16 years ago
- 5e23074 Test case for Chris's patch: by Fariborz Jahanian · 16 years ago
- 5fd1528 Fix test failure on Linux by forcing the triple to OS X. by Eli Friedman · 16 years ago
- 285d0db fix the two xfails I added with a previous patch by making ObjC interface by Chris Lattner · 16 years ago
- 1819188 ir-gen support for nonfragile abi's synthesized ivars. by Fariborz Jahanian · 16 years ago
- 2349925 Fix a problem in ASTContext::addRecordToClass handling forward declarations. by Chris Lattner · 16 years ago
- 4927abd Remove -f__block as codegen for __block variables should be solid. by Mike Stump · 16 years ago
- d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
- 0a855d0 Must allow for strong cast of floats as well (objc2 gc). by Fariborz Jahanian · 16 years ago
- b31cb7f Issue error if variables are defined inside an objc class, category or protocol. by Fariborz Jahanian · 16 years ago
- 6cc88f7 Fix codegen for support for super inside block literal expressions. by Mike Stump · 16 years ago
- ebf9ed3 Fix a crash during meta-data generation of objc2's nonfragile abi. by Fariborz Jahanian · 16 years ago
- f469557 More super dot-syntax property implementation by Fariborz Jahanian · 16 years ago
- 8e5d232 Implement ir gen. for setter/getter applied to 'super' by Fariborz Jahanian · 16 years ago
- 38e24c7 objc: Implemented variables declared in class interface by Fariborz Jahanian · 16 years ago
- 0d794b2 Force triple for a couple test cases. by Daniel Dunbar · 16 years ago
- a66b4df add a testcase for recursion through blocks pointers, rdar://6676764. by Chris Lattner · 16 years ago
- 146a458 Fix test. by Fariborz Jahanian · 16 years ago
- 3b8a652 Fixed an ir-gen bug related to strong-cast generation of by Fariborz Jahanian · 16 years ago
- 2e050f1 Use paropery's setter attribute name as the selector for the property setter. by Fariborz Jahanian · 16 years ago
- 3523d4f ir-gen support for class getter/setter call using property dot-syntax. by Fariborz Jahanian · 16 years ago
- 58a2912 NeXT: Set alignment on a number of ObjC metadata variables (matching llvm-gcc). by Daniel Dunbar · 16 years ago
- 8a9e420 add rdar# by Chris Lattner · 16 years ago
- 65f91bc fix test by Chris Lattner · 16 years ago
- a40c5e4 Mangle Objective-C interfaces correctly (where correctly refers to what gcc does) by Anders Carlsson · 16 years ago
- a210f35 Make constant emission for @encode use the common string emission code. by Eli Friedman · 16 years ago
- 11894a4 correct bitfield ivar offset in ivar meta-data. (objc abi specific). by Fariborz Jahanian · 16 years ago
- 2a7075d Fix to account for default support for blocks. Once we have enough by Mike Stump · 16 years ago
- a6e2779 Fixed a bug where generation of read-barriers caused crash in ir-gen. by Fariborz Jahanian · 16 years ago
- 00470a1 prep work for copy/destroy helpers for block literals. by Mike Stump · 16 years ago
- ed1d29d Fixed an ir-gen bug in syntheszing a getter function by Fariborz Jahanian · 16 years ago
- 31937a5 Push checking down, also, give the user a hit as to which part of the by Mike Stump · 16 years ago
- ce2b4cc This test requires blocks. by Daniel Dunbar · 16 years ago
- 0df8c92 Emit errors about unsupported blocks features. by Anders Carlsson · 16 years ago
- 7ce7792 Obscure code gen bug related to sending by Fariborz Jahanian · 16 years ago
- 79e079d handle @encode interactions with array initializers. by Chris Lattner · 16 years ago
- dd8e006 move some initialization checking code from SemaDecl.cpp by Chris Lattner · 16 years ago
- eaf2bb8 first wave of fixes for @encode sema support. This is part of PR3648. by Chris Lattner · 16 years ago
- 1c56667 Fix two @synchronized bugs found by inspection: the expression to sychronize on should only be evaluated once, and it is evaluated outside the cleanup scope. by Daniel Dunbar · 16 years ago
- 559a833 Correctly encode incomplete and variable length arrays. Fixes PR3639. by Anders Carlsson · 16 years ago
- 86f938b Fixed an ICE in meta-data generation of __weak/__strong ivars. by Fariborz Jahanian · 16 years ago
- bb99bde Fixes a bug in property type encoding. by Fariborz Jahanian · 16 years ago
- f3710ba Fixed a problem caused by foreward @class use by Fariborz Jahanian · 16 years ago
- 943ed6f Fixed a 64bit code gen bug of a cateogory by Fariborz Jahanian · 16 years ago
- 5f5b03b Use -fnext-runtime for this test. by Daniel Dunbar · 16 years ago
- 292d4f9 Force -triple/-fnext-runtime for a few more test cases. by Daniel Dunbar · 16 years ago
- 83bccb8 Detailed documentation for encoding of properties and a test case. by Fariborz Jahanian · 16 years ago
- 090b3f7 Improving on encoding of objective-c's property types. More to come. by Fariborz Jahanian · 16 years ago
- f54b194 Patch to re-implement ivar-list meta-data generation to fix by Fariborz Jahanian · 16 years ago
- 3dfea40 Add -fnext-runtime to Objective-C properties testcase by Douglas Gregor · 16 years ago
- 8b4bf90 Patch to fix encoding of Enum bitfields in ObjC. by Fariborz Jahanian · 16 years ago
- 35c3329 Patch to implement code gen for aggrgate-valued property used by Fariborz Jahanian · 16 years ago
- 305c658 Objc's compatibility-alias semantics and code gen issue fix. by Fariborz Jahanian · 16 years ago
- b0d2794 Another nasty code gen. bug with trivial fix. Calling class by Fariborz Jahanian · 16 years ago
- b8ab5eb Fix a grep error that caused CodeGenObjC/encode-test.m to fail. by Sebastian Redl · 16 years ago
- 3e1b16c Last patch, for now, to privde ObjC's encoding of types. by Fariborz Jahanian · 16 years ago
- 5b8c7d9 More encoding support; in this case, encoding of by Fariborz Jahanian · 16 years ago
- e3f38ea Test case makes a platform assumption, so force triple. by Sebastian Redl · 16 years ago
- 4306d3c Finish up saving original parameter type and by Fariborz Jahanian · 16 years ago
- adcaf54 Strangely enough, name of ObjC class is not encoded into the by Fariborz Jahanian · 16 years ago
- 43822ea More encoding support. This time for @encode of classes and bitfields. by Fariborz Jahanian · 16 years ago
- e4bb68a Test case for my last @encode patch. by Fariborz Jahanian · 16 years ago
- 9fed516 And a test case for my previous patch. by Fariborz Jahanian · 16 years ago
- 391d895 Patch to allow a getter call using property dot-syntax notation. by Fariborz Jahanian · 16 years ago
- fef30b5 Support for implementation of property in the case where by Fariborz Jahanian · 16 years ago
- ae6f6fd This test checks for duplicate implementation of the same by Fariborz Jahanian · 16 years ago
- b2eb0b4 Another test for property code gen. by Fariborz Jahanian · 16 years ago
- 6010bca Code gen for aggregate-valued properties and a test case. by Fariborz Jahanian · 16 years ago
- 8cf0bb3 Set default property attributes on each property. by Fariborz Jahanian · 16 years ago
- 43f4470 Implemented ir-gen for 'implicit' properties using the new AST nodes. by Fariborz Jahanian · 16 years ago
- f2878e5 Fixed bugzilla bug# 3095 related to code gen. for @synchronized. by Fariborz Jahanian · 16 years ago
- c689836 Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target by Douglas Gregor · 16 years ago
- b79e661 Test case for objective-c's @synchronized statement. by Fariborz Jahanian · 16 years ago
- 066b9eb add targe triple commandline option to fix test failure on Linux. by Zhongxing Xu · 16 years ago
- 0c0e7a6 NeXT: Emit protocol objects lazily. by Daniel Dunbar · 16 years ago
- c6cb77f Fix regression in comparison of qualified id; == operator was being by Daniel Dunbar · 16 years ago
- ad2dc71 NeXT: Update to use CreateRuntimeFunction for the routines it imports. by Daniel Dunbar · 16 years ago
- 739a36b Add more testing of Obj-C property synthesis. by Daniel Dunbar · 16 years ago
- 91e19b2 Fix two bugs exposed by array passing assert: by Daniel Dunbar · 16 years ago
- b21d6af Add some Objective-C code generation tests. by Daniel Dunbar · 16 years ago