This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dd2780f24dc [X86] Add codegen tests for narrow PADDUS/PSUBUS patterns f [...] new 1de79cc6545 [codeview] Add .cv_string directive for testing purposes new fe1f0fea236 [AST] Generalize argument specific aliasing
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: include/llvm/Analysis/MemoryLocation.h | 6 ++- lib/Analysis/AliasSetTracker.cpp | 40 +++++++++++++++++++ lib/Analysis/MemoryLocation.cpp | 7 ++-- lib/MC/MCParser/AsmParser.cpp | 21 +++++++++- test/Analysis/AliasSet/argmemonly.ll | 64 +++++++++++++----------------- test/MC/COFF/cv-string.s | 69 +++++++++++++++++++++++++++++++++ test/Transforms/LICM/argmemonly-call.ll | 3 +- 7 files changed, 167 insertions(+), 43 deletions(-) create mode 100644 test/MC/COFF/cv-string.s