Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
233fbe1f56183878167a56be53425a6dd25ba334
/
test
/
CodeGenObjC
/
arc-blocks.m
4b9bcd6
Don't copy just to capture a strong block pointer under ARC.
by John McCall
· 12 years ago
495cfa4
Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring.
by Nadav Rotem
· 12 years ago
b6a6079
Under ARC, when we're passing the address of a strong variable
by John McCall
· 12 years ago
4e1125f
Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions.
by Bill Wendling
· 12 years ago
41a6a3e
objective-C arc IR-gen. Retaining of strong
by Fariborz Jahanian
· 12 years ago
df76f1e
Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue
by Chad Rosier
· 12 years ago
82c458e
objective-C arc: load of a __weak object happens via call to
by Fariborz Jahanian
· 12 years ago
3ca23d7
objective-C blocks: Provide layout map for byref
by Fariborz Jahanian
· 12 years ago
a97d2ec
objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31.
by Fariborz Jahanian
· 12 years ago
f22ae65
objective-C block meta-data. This patch completes meta-data
by Fariborz Jahanian
· 12 years ago
015f33b
At -O0, prefer objc_storeStrong with a null new value to the
by John McCall
· 12 years ago
9f357de
During jump-scope checking, build an ExprWithCleanups immediately
by John McCall
· 12 years ago
4904bf4
block literal irgen: several improvements on naming block
by Fariborz Jahanian
· 12 years ago
ddfc8a1
objc-arc: captured block variable accessed in its block literal
by Fariborz Jahanian
· 12 years ago
73f428c
Enter an expression evaluation context when parsing
by John McCall
· 13 years ago
5c89c39
Try to handle qualifiers more consistently for array InitListExprs. Fixes <rdar://problem/10907510>, and makes the ASTs a bit more self-consistent.
by Eli Friedman
· 13 years ago
6f103ba
Whenever explicitly activating or deactivating a cleanup, we
by John McCall
· 13 years ago
b99785b
Fix a subtle bug with cleanups: when activating
by John McCall
· 13 years ago
1a343eb
Enter the cleanups for a block outside the enclosing
by John McCall
· 13 years ago
a59e4b7
Emit the copy and dipose helpers for ARC __strong
by John McCall
· 13 years ago
3382f65
Extract the blocks-related ARC tests into their own file.
by John McCall
· 13 years ago