This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from dad71bd Make a const variable static. NFC. new 9705417 [PowerPC] Implement remaining vector comparison builtins. new cf26f42 Bitcode: Decouple block info block state from reader.
The 2 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: .../CodeGen/ObjectFilePCHContainerOperations.h | 6 +- include/clang/Frontend/PCHContainerOperations.h | 12 ++-- include/clang/Serialization/Module.h | 4 +- include/clang/Serialization/ModuleManager.h | 2 +- lib/CodeGen/ObjectFilePCHContainerOperations.cpp | 14 ++-- lib/Frontend/PCHContainerOperations.cpp | 6 +- lib/Frontend/SerializedDiagnosticReader.cpp | 11 ++-- lib/Headers/altivec.h | 77 +++++++++++++++------- lib/Serialization/ASTReader.cpp | 23 +++---- lib/Serialization/GlobalModuleIndex.cpp | 9 +-- lib/Serialization/ModuleManager.cpp | 5 +- test/CodeGen/builtins-ppc-altivec.c | 24 +++++++ test/CodeGen/builtins-ppc-p8vector.c | 5 ++ 13 files changed, 121 insertions(+), 77 deletions(-)