Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
1621e75dc4049e7b82bf81f4eb739a99f91bd3d8
/
test
/
CodeGenObjC
/
blocks.m
d1e40d5
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
by John McCall
· 13 years ago
9cbe4f0
clang side to match the LLVM IR type system rewrite patch.
by Chris Lattner
· 14 years ago
a5bcb8f
Don't emit read barriers for reading __weak __block variables in non-GC mode.
by John McCall
· 14 years ago
3469585
Reorganize the emission of local variables.
by John McCall
· 14 years ago
0d3c985
The flags we're supposed to write into a byref struct are *not* the
by John McCall
· 14 years ago
52d0b59
Fix testsuite for blocks mangling change
by Douglas Gregor
· 15 years ago
ee50429
Allocate space in a block record for implicit references to the Objective C
by John McCall
· 15 years ago
00e2c63
fix an invalid use of super, you can't use super like this in a block!
by Chris Lattner
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
8604fae
Tests use the new clang.
by Fariborz Jahanian
· 15 years ago
2475d76
Remove RUN: true lines.
by Daniel Dunbar
· 15 years ago
4fcfde4
Eliminate &&s in tests.
by Daniel Dunbar
· 15 years ago
49f59ec
Skip the asm prefix when storing the name in block info.
by Daniel Dunbar
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
6cc88f7
Fix codegen for support for super inside block literal expressions.
by Mike Stump
· 16 years ago
a66b4df
add a testcase for recursion through blocks pointers, rdar://6676764.
by Chris Lattner
· 16 years ago