This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6c92ba3e0b0 [DSE] Teach the pass that atomic memory intrinsics are stores. new cebbb7c0755 Reland r329956, "AArch64: Introduce a DAG combine for foldi [...] new f48113f0d58 [CODE_OWNERS] Update my email address. new 3f46946fed3 [WebAssembly] MC: Refactor section creation code
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: CODE_OWNERS.TXT | 2 +- lib/MC/WasmObjectWriter.cpp | 31 +++-- lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 18 +-- lib/Target/AArch64/AArch64ISelLowering.cpp | 71 ++++++++++-- test/CodeGen/AArch64/arm64-addrmode.ll | 31 +++-- test/CodeGen/AArch64/arm64-vector-ldst.ll | 129 ++++++++++++++------- test/CodeGen/AArch64/fold-global-offsets.ll | 69 +++++++++++ test/CodeGen/AArch64/global-merge-3.ll | 4 +- .../global-merge-ignore-single-use-minsize.ll | 11 +- .../AArch64/global-merge-ignore-single-use.ll | 6 +- 10 files changed, 271 insertions(+), 101 deletions(-) create mode 100644 test/CodeGen/AArch64/fold-global-offsets.ll