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
/
arc-foreach.m
Age
Commit message (
Expand
)
Author
2013-03-29
Bugfix/Followup for r177086.
Adrian Prantl
2013-02-22
Update to use references to attribute groups instead of listing the attribute...
Bill Wendling
2013-02-21
objective-C arc IR-gen. Retaining of strong
Fariborz Jahanian
2012-11-27
objective-C arc: load of a __weak object happens via call to
Fariborz Jahanian
2012-10-17
At -O0, prefer objc_storeStrong with a null new value to the
John McCall
2011-11-10
Fix a subtle bug with cleanups: when activating
John McCall
2011-11-10
Enter the cleanups for a block outside the enclosing
John McCall
2011-10-02
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-08-05
The continue label in an ARC for-in loop should not involve
John McCall
2011-07-27
Clean up the analysis of the collection operand to ObjC
John McCall
2011-07-10
keep track of whether being in a RS_StructPointer state
Chris Lattner
2011-07-10
Fix the clang bootstrap and Jay's testcase from llvm-dev by being completely
Chris Lattner
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-06
Change the driver's logic about Objective-C runtimes: abstract out a
John McCall
2011-06-17
Objective-C fast enumeration loop variables are not retained in ARC, but
John McCall
2011-06-15
Automatic Reference Counting.
John McCall