Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
82aaebeaad75456bc736ea1c474479bb6597305d
/
test
/
CodeGen
/
blocks.c
c1ea4b9
Update testcases due to Attribute sorting improvements.
by Bill Wendling
· 12 years ago
5e31474
Update the tests.
by Bill Wendling
· 12 years ago
f0f7fa0
Modify the tests for the (sorted) order that the attributes come out as now.
by Bill Wendling
· 12 years ago
4904bf4
block literal irgen: several improvements on naming block
by Fariborz Jahanian
· 12 years ago
6c803f7
During block layout, after padding up to the max field alignment,
by John McCall
· 13 years ago
6ea4841
Fix a bug with block layout when the block contains something
by John McCall
· 13 years ago
410ffb2
Track whether an AggValueSlot is potentially aliased, and do not
by John McCall
· 13 years ago
46ec70e
When emitting l-values for bool non-__block decl references, make a pointer
by John McCall
· 14 years ago
c71a491
Preserve more information from a block's original function declarator, if one
by John McCall
· 14 years ago
52d0b59
Fix testsuite for blocks mangling change
by Douglas Gregor
· 14 years ago
fb97cf2
don't slap noalias attribute on stret result arguments.
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
2475d76
Remove RUN: true lines.
by Daniel Dunbar
· 15 years ago
4fcfde4
Eliminate &&s in tests.
by Daniel Dunbar
· 15 years ago
dd2fb9c
Don't assert when we think we need copy/dispose, but don't need them.
by Mike Stump
· 16 years ago
f1c97eb
use of predefined identifiers like __func__ at global scope warn in sema,
by Chris Lattner
· 16 years ago
0e4f40e
Attributes on block functions were not being set.
by Daniel Dunbar
· 16 years ago
a17d7cc
Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379.
by Anders Carlsson
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
4de9fce
Do some blocks cleanup and simplification. Fix a crash, and add a test case.
by Anders Carlsson
· 16 years ago