This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 322b88de1f Move diagnostic enums into Basic. new bfa6f5fe99 Convert some ObjC msgSends to runtime calls.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/ObjCRuntime.h | 37 ++++++++ include/clang/Driver/Options.td | 4 + include/clang/Frontend/CodeGenOptions.def | 2 + lib/CodeGen/CGObjC.cpp | 101 ++++++++++++++++++--- lib/CodeGen/CodeGenFunction.h | 4 + lib/CodeGen/CodeGenModule.h | 8 +- lib/Driver/ToolChains/Clang.cpp | 12 +++ lib/Frontend/CompilerInvocation.cpp | 4 + .../convert-messages-to-runtime-calls.m | 80 ++++++++++++++++ .../objc-convert-messages-to-runtime-calls.m | 7 ++ 10 files changed, 245 insertions(+), 14 deletions(-) create mode 100644 test/CodeGenObjC/convert-messages-to-runtime-calls.m create mode 100644 test/Driver/objc-convert-messages-to-runtime-calls.m