This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1c4c7e32037 2018-04-19 Richard Biener <rguenther(a)suse.de>
new d2377f21a11 2018-04-19 Richard Biener <rguenther(a)suse.de>
The 1 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:
gcc/ChangeLog | 6 ++++++
gcc/cfg.c | 6 +++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr85455.c | 22 ++++++++++++++++++++++
4 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr85455.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 644eb7b4697 [NFC][InstCombine] A few more tests for masked merge add/xo [...]
new 90bb2289e6e [mips] Correct the definitions of the unaligned word memory [...]
The 1 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:
lib/Target/Mips/MicroMipsInstrFormats.td | 4 +-
lib/Target/Mips/MicroMipsInstrInfo.td | 34 ++++---
lib/Target/Mips/MipsEVAInstrInfo.td | 12 ++-
lib/Target/Mips/MipsInstrInfo.td | 15 ++-
test/CodeGen/Mips/unaligned-memops-mapping.mir | 124 +++++++++++++++++++++++++
test/CodeGen/Mips/unaligned-memops.ll | 35 +++++++
6 files changed, 199 insertions(+), 25 deletions(-)
create mode 100644 test/CodeGen/Mips/unaligned-memops-mapping.mir
create mode 100644 test/CodeGen/Mips/unaligned-memops.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 179b53d4 Fix test from r330245 on Windows.
new 1bc424b9 [clang-tidy] Fix unused-variable warning.
The 1 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:
clang-tidy/ClangTidyOptions.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b6965c7c4fe Lowering x86 adds/addus/subs/subus intrinsics (llvm part)
new 644eb7b4697 [NFC][InstCombine] A few more tests for masked merge add/xo [...]
The 1 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:
test/Transforms/InstCombine/masked-merge-add.ll | 71 ++++++++++++++++++++++++-
test/Transforms/InstCombine/masked-merge-or.ll | 70 +++++++++++++++++++++++-
test/Transforms/InstCombine/masked-merge-xor.ll | 70 +++++++++++++++++++++++-
3 files changed, 208 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2ce56cc5c9 Lowering x86 adds/addus/subs/subus intrinsics (clang)
new f5169f5088 [clang-format] Don't remove empty lines before namespace endings
The 1 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:
lib/Format/NamespaceEndCommentsFixer.cpp | 2 +-
lib/Format/NamespaceEndCommentsFixer.h | 10 ++++++++++
lib/Format/UnwrappedLineFormatter.cpp | 18 ++++++++++--------
lib/Format/UnwrappedLineFormatter.h | 5 +++--
unittests/Format/FormatTest.cpp | 24 +++++++++++++++++++++++-
5 files changed, 47 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8e048c75b0e [testsuite] Fix tests for pr84805 and pr85405.
new 1c4c7e32037 2018-04-19 Richard Biener <rguenther(a)suse.de>
The 1 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:
gcc/ChangeLog | 11 +++++++++++
gcc/tree-vect-data-refs.c | 22 ++++++++++++++++++++++
gcc/tree-vect-stmts.c | 14 ++++++++++----
gcc/tree-vectorizer.h | 1 +
4 files changed, 44 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6881b02b33c [IR/BasicBlockTest] Fix asan failure introduced in rL330316.
new 37562feb1c3 Remove file accidentally added in r330320.
new b6965c7c4fe Lowering x86 adds/addus/subs/subus intrinsics (llvm part)
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/IR/IntrinsicsX86.td | 120 -
lib/IR/AutoUpgrade.cpp | 106 +-
lib/Target/X86/X86ISelLowering.cpp | 89 +
lib/Target/X86/X86IntrinsicsInfo.h | 40 -
test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 88 +-
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 127 +
test/CodeGen/X86/avx2-intrinsics-x86.ll | 285 +-
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 416 +++
test/CodeGen/X86/avx512bw-intrinsics.ll | 416 ---
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 1040 +++++++
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 1040 -------
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 104 +-
test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 166 ++
test/CodeGen/X86/sse2-intrinsics-x86.ll | 168 --
test/CodeGen/X86/sse2-schedule.ll | 111 +-
test/CodeGen/X86/vector-arith-sat.ll | 3021 ++++++++++++++++++++
.../MemorySanitizer/msan_x86intrinsics.ll | 10 +-
test/Transforms/NewGVN/pr35074.ll | 62 -
18 files changed, 5226 insertions(+), 2183 deletions(-)
create mode 100644 test/CodeGen/X86/vector-arith-sat.ll
delete mode 100644 test/Transforms/NewGVN/pr35074.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 765b342bce OpenBSD add C++ runtime in a driver's standpoint
new 2ce56cc5c9 Lowering x86 adds/addus/subs/subus intrinsics (clang)
The 1 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:
lib/CodeGen/CGBuiltin.cpp | 99 +++++++++++++-
test/CodeGen/avx2-builtins.c | 66 +++++++--
test/CodeGen/avx512bw-builtins.c | 244 +++++++++++++++++++++++++++------
test/CodeGen/avx512vlbw-builtins.c | 271 ++++++++++++++++++++++++++++++++-----
test/CodeGen/sse2-builtins.c | 66 +++++++--
5 files changed, 656 insertions(+), 90 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5e2ab6d5c93 [X86][FMA] Remove FMA reg-reg InstRW scheduler overrides.
new 6881b02b33c [IR/BasicBlockTest] Fix asan failure introduced in rL330316.
The 1 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:
test/Transforms/NewGVN/pr35074.ll | 62 +++++++++++++++++++++++++++++++++++++++
unittests/IR/BasicBlockTest.cpp | 17 ++++++-----
2 files changed, 72 insertions(+), 7 deletions(-)
create mode 100644 test/Transforms/NewGVN/pr35074.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.