index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenObjC
/
blocks.m
Age
Commit message (
Expand
)
Author
2013-03-29
Bugfix/Followup for r177086.
Adrian Prantl
2012-12-07
Fix the required args count for variadic blocks.
John McCall
2012-11-14
objective-C blocks: Provide layout map for byref
Fariborz Jahanian
2012-06-26
block literal irgen: several improvements on naming block
Fariborz Jahanian
2012-06-20
Restructure how the driver communicates information about the
John McCall
2011-10-02
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-03-16
Don't emit read barriers for reading __weak __block variables
John McCall
2011-02-22
Reorganize the emission of local variables.
John McCall
2011-02-18
The flags we're supposed to write into a byref struct are *not* the
John McCall
2010-05-25
Fix testsuite for blocks mangling change
Douglas Gregor
2010-05-21
Allocate space in a block record for implicit references to the Objective C
John McCall
2010-04-12
fix an invalid use of super, you can't use super like this in a block!
Chris Lattner
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Tests use the new clang.
Fariborz Jahanian
2009-11-08
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-05-14
Skip the asm prefix when storing the name in block info.
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-20
Fix codegen for support for super inside block literal expressions.
Mike Stump
2009-03-13
add a testcase for recursion through blocks pointers, rdar://6676764.
Chris Lattner