This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9b09301 Unconditionally pass `-lto_library` to the linker on Darwin new a896e9a Refactor call emission to package the function pointer togeth [...]
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/AST/Expr.h | 5 + include/clang/CodeGen/CGFunctionInfo.h | 23 ---- lib/AST/Expr.cpp | 14 ++- lib/CodeGen/CGAtomic.cpp | 3 +- lib/CodeGen/CGBlocks.cpp | 16 +-- lib/CodeGen/CGBuiltin.cpp | 22 ++-- lib/CodeGen/CGCUDARuntime.cpp | 11 +- lib/CodeGen/CGCXX.cpp | 39 +++---- lib/CodeGen/CGCXXABI.cpp | 5 +- lib/CodeGen/CGCXXABI.h | 13 ++- lib/CodeGen/CGCall.cpp | 196 ++++++++++++++++++++------------- lib/CodeGen/CGCall.h | 125 +++++++++++++++++++++ lib/CodeGen/CGClass.cpp | 14 ++- lib/CodeGen/CGDecl.cpp | 3 +- lib/CodeGen/CGException.cpp | 3 +- lib/CodeGen/CGExpr.cpp | 180 +++++++++++++++++------------- lib/CodeGen/CGExprCXX.cpp | 103 +++++++++++++---- lib/CodeGen/CGExprComplex.cpp | 6 +- lib/CodeGen/CGObjC.cpp | 43 +++++--- lib/CodeGen/CGObjCGNU.cpp | 9 +- lib/CodeGen/CGObjCMac.cpp | 10 +- lib/CodeGen/CGVTables.cpp | 16 +-- lib/CodeGen/CodeGenFunction.h | 31 +++--- lib/CodeGen/CodeGenModule.h | 4 +- lib/CodeGen/ItaniumCXXABI.cpp | 50 +++++---- lib/CodeGen/MicrosoftCXXABI.cpp | 45 +++++--- 26 files changed, 634 insertions(+), 355 deletions(-)