This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 815a884 [libFuzzer] add exeprimental -rss_limit_mb flag to fight agai [...] new b7d8411 Make llvm-pdbdump print CV type records new a882621 Reapply 267210 with fix for PR27490 new 73d21e4 [ARM] Fix Scavenger assert due to underestimated stack size new 0580395 [SLPVectorizer][X86] Regenerated SEXT/ZEXT cast vectorization tests new 2fae05b cmake: Avoid continue, apparently that's new
The 5 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: cmake/modules/AddLLVM.cmake | 15 +- include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 44 ++--- include/llvm/DebugInfo/CodeView/TypeDumper.h | 7 + lib/DebugInfo/CodeView/TypeDumper.cpp | 6 + lib/DebugInfo/PDB/LLVMBuild.txt | 2 +- lib/Target/ARM/ARMFrameLowering.cpp | 30 +++- .../InstCombine/InstCombineLoadStoreAlloca.cpp | 18 +- test/CodeGen/ARM/2016-05-01-RegScavengerAssert.ll | 192 +++++++++++++++++++++ test/DebugInfo/PDB/pdbdump-headers.test | 92 +++++++--- test/Transforms/InstCombine/atomic.ll | 61 +++++++ test/Transforms/SLPVectorizer/X86/cast.ll | 102 ++++++++++- tools/llvm-pdbdump/CMakeLists.txt | 1 + tools/llvm-pdbdump/llvm-pdbdump.cpp | 26 +-- 13 files changed, 511 insertions(+), 85 deletions(-) create mode 100644 test/CodeGen/ARM/2016-05-01-RegScavengerAssert.ll