This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 96acf92 [Unittests] Fix a build failure with clang 3.8. NFCI. new 5e2cfa2 Add support for DenseMap/DenseSet count and find using const [...] new 60bc0e7 [GlobalISel] Fallback when failing to translate invoke. new a3782b7 [GlobalISel] Use ImmutableCallSite instead of templates. NFC.
The 3 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/llvm/ADT/DenseMap.h | 11 +++++---- include/llvm/ADT/DenseSet.h | 8 ++++--- include/llvm/CodeGen/GlobalISel/CallLowering.h | 10 ++++----- include/llvm/Support/type_traits.h | 9 ++++++++ lib/CodeGen/GlobalISel/CallLowering.cpp | 27 +++++++---------------- lib/CodeGen/GlobalISel/IRTranslator.cpp | 9 ++++---- lib/Transforms/Vectorize/LoopVectorize.cpp | 6 ++--- test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 20 +++++++++++++++++ unittests/ADT/DenseMapTest.cpp | 14 ++++++++++++ unittests/ADT/DenseSetTest.cpp | 13 +++++++++++ 10 files changed, 88 insertions(+), 39 deletions(-)