This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 90ac7e3 Better fix for PR27903. new 7e49342 Claim NoAlias if two GEPs index different fields of the same struct new 2511caa [PDB] Silence sign comparison warnings in MappedBlockStreamTest new fee7747 [PDB] Make ModStream::symbols report errors new d5f9b7e [CodeView] Make sure StreamRef::readBytes doesn't read too much new 26a4692 [CodeView] Simplify StreamArray operator++
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: include/llvm/DebugInfo/CodeView/StreamArray.h | 40 +++--- include/llvm/DebugInfo/CodeView/StreamRef.h | 5 +- lib/Analysis/BasicAliasAnalysis.cpp | 38 +++++- lib/DebugInfo/PDB/Raw/ModStream.cpp | 3 +- test/Analysis/BasicAA/noalias-structure.ll | 36 +++++ test/Transforms/LoopVectorize/global_alias.ll | 158 +++++++++++----------- unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 36 +++-- 7 files changed, 203 insertions(+), 113 deletions(-) create mode 100644 test/Analysis/BasicAA/noalias-structure.ll