Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
896e42d231e8e5d4d90d7392ada089d771ca11d6
/
test
/
CodeGen
/
blocks-1.c
6b5a61b
A few more tweaks to the blocks AST representation:
by John McCall
· 14 years ago
830937b
IR Gen. part of API support for __block cxx
by Fariborz Jahanian
· 14 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
23afaad
Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do.
by Daniel Dunbar
· 15 years ago
4fcfde4
Eliminate &&s in tests.
by Daniel Dunbar
· 15 years ago
b7477cf
Fixup codegen for nested blocks that use copy/dispose in the inner
by Mike Stump
· 16 years ago
4927abd
Remove -f__block as codegen for __block variables should be solid.
by Mike Stump
· 16 years ago
a803b0e
Fixup codegen for block literals that bleed copy/dispose information
by Mike Stump
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
a8b60c9
Fixup codegen for nested block literals so that we generate
by Mike Stump
· 16 years ago
f8575aa
Add codegen support for aggregate BlockDeclRefExprs.
by Mike Stump
· 16 years ago
7f28a9c
Do up codegen for function static data and externs in functions in block
by Mike Stump
· 16 years ago
1edf6b6
codegen support for dispose helpers for block literals.
by Mike Stump
· 16 years ago
0892099
Codegen support for copy helpers for block literals.
by Mike Stump
· 16 years ago
80bd206
Testcase for last fix.
by Mike Stump
· 16 years ago
1851b68
Finish off __Block_byref_id_object_dispose codegen for block literals.
by Mike Stump
· 16 years ago
45031c0
More codegen support for the copy/dispose helpers for block literals.
by Mike Stump
· 16 years ago
a4f668f
Framework for codegen for copy/dispose helpers.
by Mike Stump
· 16 years ago
797b632
Add codegen support for __block variables to call _Block_object_dispose as necessary.
by Mike Stump
· 16 years ago
58a8514
Fixup __block codegen in nested block literals.
by Mike Stump
· 16 years ago
58919e1
Add __block codegen testcase. We introduce a temporary flag to enable
by Mike Stump
· 16 years ago