This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 00beffb9d08 [x86] vectorize cast ops in lowering to avoid register file [...] new fad01c3782c AArch64: annotate atomics with dropped acquire semantics wh [...] new 44f220f910f [SystemZ] Do not return INT_MIN from strcmp/memcmp
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: .../AArch64/AArch64DeadRegisterDefinitionsPass.cpp | 64 +------ .../AArch64/InstPrinter/AArch64InstPrinter.cpp | 5 + lib/Target/AArch64/Utils/AArch64BaseInfo.h | 43 +++++ lib/Target/SystemZ/SystemZISelLowering.cpp | 121 ++++++++----- lib/Target/SystemZ/SystemZInstrInfo.cpp | 74 -------- lib/Target/SystemZ/SystemZInstrInfo.h | 3 - lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp | 18 +- test/CodeGen/SystemZ/memcmp-01.ll | 58 +++---- test/CodeGen/SystemZ/strcmp-01.ll | 18 +- test/MC/AArch64/atomic-acquire-comment.s | 190 +++++++++++++++++++++ 10 files changed, 369 insertions(+), 225 deletions(-) create mode 100644 test/MC/AArch64/atomic-acquire-comment.s