Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
61be3601335d62fc5bd59ea89d6efff7576bf58d
/
test
/
CodeGenObjC
19ae2fc
handle @encode interactions with array initializers.
by Chris Lattner
· 16 years ago
d3a0050
move some initialization checking code from SemaDecl.cpp
by Chris Lattner
· 16 years ago
c5d3263
first wave of fixes for @encode sema support. This is part of PR3648.
by Chris Lattner
· 16 years ago
34416d6
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
858c64d
Correctly encode incomplete and variable length arrays. Fixes PR3639.
by Anders Carlsson
· 16 years ago
c69da27
Fixed an ICE in meta-data generation of __weak/__strong ivars.
by Fariborz Jahanian
· 16 years ago
9467504
Fixes a bug in property type encoding.
by Fariborz Jahanian
· 16 years ago
27ecc67
Fixed a problem caused by foreward @class use
by Fariborz Jahanian
· 16 years ago
8c7904b
Fixed a 64bit code gen bug of a cateogory
by Fariborz Jahanian
· 16 years ago
cdf0e4a
Use -fnext-runtime for this test.
by Daniel Dunbar
· 16 years ago
fa5b65c
Force -triple/-fnext-runtime for a few more test cases.
by Daniel Dunbar
· 16 years ago
501ef5c
Detailed documentation for encoding of properties and a test case.
by Fariborz Jahanian
· 16 years ago
892d5db
Improving on encoding of objective-c's property types. More to come.
by Fariborz Jahanian
· 16 years ago
c314a49
Patch to re-implement ivar-list meta-data generation to fix
by Fariborz Jahanian
· 16 years ago
ae29a13
Add -fnext-runtime to Objective-C properties testcase
by Douglas Gregor
· 16 years ago
d136195
Patch to fix encoding of Enum bitfields in ObjC.
by Fariborz Jahanian
· 16 years ago
4e88165
Patch to implement code gen for aggrgate-valued property used
by Fariborz Jahanian
· 16 years ago
2ac4cd3
Objc's compatibility-alias semantics and code gen issue fix.
by Fariborz Jahanian
· 16 years ago
5fe09f7
Another nasty code gen. bug with trivial fix. Calling class
by Fariborz Jahanian
· 16 years ago
d4226fc
Fix a grep error that caused CodeGenObjC/encode-test.m to fail.
by Sebastian Redl
· 16 years ago
d3498aa
Last patch, for now, to privde ObjC's encoding of types.
by Fariborz Jahanian
· 16 years ago
89ed86b
More encoding support; in this case, encoding of
by Fariborz Jahanian
· 16 years ago
38ffae3
Test case makes a platform assumption, so force triple.
by Sebastian Redl
· 16 years ago
e26cb43
Finish up saving original parameter type and
by Fariborz Jahanian
· 16 years ago
320ac42
Strangely enough, name of ObjC class is not encoded into the
by Fariborz Jahanian
· 16 years ago
0cd547f
More encoding support. This time for @encode of classes and bitfields.
by Fariborz Jahanian
· 16 years ago
d4a4a18
Test case for my last @encode patch.
by Fariborz Jahanian
· 16 years ago
a2549ec
And a test case for my previous patch.
by Fariborz Jahanian
· 16 years ago
94cc823
Patch to allow a getter call using property dot-syntax notation.
by Fariborz Jahanian
· 16 years ago
91dd9d3
Support for implementation of property in the case where
by Fariborz Jahanian
· 16 years ago
6834228
This test checks for duplicate implementation of the same
by Fariborz Jahanian
· 16 years ago
b61ac28
Another test for property code gen.
by Fariborz Jahanian
· 16 years ago
d70b09c
Code gen for aggregate-valued properties and a test case.
by Fariborz Jahanian
· 16 years ago
bcda0b4
Set default property attributes on each property.
by Fariborz Jahanian
· 16 years ago
b0973da
Implemented ir-gen for 'implicit' properties using the new AST nodes.
by Fariborz Jahanian
· 16 years ago
3895d92
Fixed bugzilla bug# 3095 related to code gen. for @synchronized.
by Fariborz Jahanian
· 16 years ago
510ab30
Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target
by Douglas Gregor
· 16 years ago
fc87550
Test case for objective-c's @synchronized statement.
by Fariborz Jahanian
· 16 years ago
9d43ef7
add targe triple commandline option to fix test failure on Linux.
by Zhongxing Xu
· 16 years ago
35b777f
NeXT: Emit protocol objects lazily.
by Daniel Dunbar
· 16 years ago
11c5f82
Fix regression in comparison of qualified id; == operator was being
by Daniel Dunbar
· 16 years ago
4e19f4e
NeXT: Update to use CreateRuntimeFunction for the routines it imports.
by Daniel Dunbar
· 16 years ago
b810908
Add more testing of Obj-C property synthesis.
by Daniel Dunbar
· 16 years ago
7776e10
Fix two bugs exposed by array passing assert:
by Daniel Dunbar
· 16 years ago
b9a21d8
Add some Objective-C code generation tests.
by Daniel Dunbar
· 16 years ago