This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 12b3804 [ASTMatcher] Clarify isStaticStorageClass and hasStaticStorag [...] new 0dccc35 [Power9] Builtins for ELF v.2 ABI conformance - front end portion
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/BuiltinsPPC.def | 23 + include/clang/Driver/Options.td | 4 + lib/Basic/Targets.cpp | 38 +- lib/CodeGen/CGBuiltin.cpp | 19 + lib/Headers/altivec.h | 581 ++++++++++++++++++++++ test/CodeGen/builtins-ppc-p9vector.c | 748 +++++++++++++++++++++++++++++ test/Driver/ppc-dependent-options.cpp | 22 +- test/Preprocessor/predefined-arch-macros.c | 6 + 8 files changed, 1431 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/builtins-ppc-p9vector.c