This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a22407dd5e Revert "Include sanitize blacklist and other extra deps as p [...] new 62e70af15a Reland: Dead Virtual Function Elimination
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/CodeGenOptions.def | 4 + include/clang/Driver/Options.td | 7 ++ lib/CodeGen/CGClass.cpp | 18 +++- lib/CodeGen/CGVTables.cpp | 35 +++++++- lib/CodeGen/CodeGenModule.h | 10 ++- lib/CodeGen/ItaniumCXXABI.cpp | 105 +++++++++++++++-------- lib/Driver/ToolChains/Clang.cpp | 27 +++++- lib/Frontend/CompilerInvocation.cpp | 2 + test/CodeGenCXX/vcall-visibility-metadata.cpp | 88 +++++++++++++++++++ test/CodeGenCXX/virtual-function-elimination.cpp | 75 ++++++++++++++++ test/Driver/virtual-function-elimination.cpp | 11 +++ 11 files changed, 337 insertions(+), 45 deletions(-) create mode 100644 test/CodeGenCXX/vcall-visibility-metadata.cpp create mode 100644 test/CodeGenCXX/virtual-function-elimination.cpp create mode 100644 test/Driver/virtual-function-elimination.cpp