aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGObjCRuntime.cpp
AgeCommit message (Expand)Author
2011-06-28Eliminate most uses of ShallowCollectObjCIvars which requiresFariborz Jahanian
2011-06-22Emit @finally blocks completely lazily instead of forcing theirJohn McCall
2011-06-16Restore correct use of GC barriers.John McCall
2011-05-23Fix some problems where functions must be bitcast but we're expecting a llvm:...David Chisnall
2011-05-12Make this code more resilient against catch variables which need cleanups.John McCall
2011-04-22Replace some literal 8s with char width and char align. No change inKen Dyck
2011-04-14Replace a couple of divide-by-8s with divide-by-charwidths. No change inKen Dyck
2011-03-25Continuing work on ObjC tidyup:David Chisnall