This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9018322d0f Add support for attribute 'trivial_abi'. new 6102cb5d31 IRGen: Move vtable load after argument evaluation.
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: lib/CodeGen/CGCXXABI.h | 9 ++- lib/CodeGen/CGCall.cpp | 11 +++- lib/CodeGen/CGCall.h | 52 +++++++++++++-- lib/CodeGen/CGExprCXX.cpp | 4 +- lib/CodeGen/ItaniumCXXABI.cpp | 73 ++++++++++------------ lib/CodeGen/MicrosoftCXXABI.cpp | 41 ++++++------ test/CodeGenCXX/cfi-vcall-check-after-args.cpp | 12 ++++ test/CodeGenCXX/cxx2a-destroying-delete.cpp | 6 +- ...crosoft-abi-multiple-nonvirtual-inheritance.cpp | 5 +- .../microsoft-abi-virtual-inheritance.cpp | 30 ++++----- ...iple-nonvirtual-inheritance-this-adjustment.cpp | 10 +-- 11 files changed, 146 insertions(+), 107 deletions(-) create mode 100644 test/CodeGenCXX/cfi-vcall-check-after-args.cpp