This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 33736138044 Daily bump.
new 4491b485117 Add missing REDUCE[SD,SS] intrinsics
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 | 15 ++++
gcc/config/i386/avx512dqintrin.h | 85 ++++++++++++++++++++--
gcc/config/i386/i386-builtin.def | 4 +-
gcc/config/i386/sse.md | 4 +-
gcc/testsuite/ChangeLog | 15 ++++
gcc/testsuite/gcc.target/i386/avx-1.c | 4 +-
.../gcc.target/i386/avx512dq-vreducesd-1.c | 13 +++-
...dq-vextractf64x2-2.c => avx512dq-vreducesd-2.c} | 43 +++++++----
.../gcc.target/i386/avx512dq-vreducess-1.c | 12 ++-
.../gcc.target/i386/avx512dq-vreducess-2.c | 68 +++++++++++++++++
gcc/testsuite/gcc.target/i386/sse-13.c | 4 +-
gcc/testsuite/gcc.target/i386/sse-23.c | 4 +-
12 files changed, 235 insertions(+), 36 deletions(-)
copy gcc/testsuite/gcc.target/i386/{avx512dq-vextractf64x2-2.c => avx512dq-vreduce [...]
create mode 100644 gcc/testsuite/gcc.target/i386/avx512dq-vreducess-2.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 clang.
from 185bad56b3 Basic: make the nan family pure
new 762d1e77cb [Coverage] Explicitly mark the l.h.s of && and || (fixes PR33465)
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/CoverageMappingGen.cpp | 10 ++++++----
test/CoverageMapping/logical.cpp | 15 ++++++++++-----
test/CoverageMapping/macro-expansion.c | 6 ++++--
3 files changed, 20 insertions(+), 11 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 dd449b37bc0 [NFC] Add test from bug 34937
new c596921f1a1 Remove a test after revert of rL315440
new 9e68191ef66 [X86][SKL] Updated scheduling information for the SkylakeCl [...]
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:
lib/Target/X86/X86SchedSkylakeClient.td | 6343 ++++++++++++++--------------
test/CodeGen/X86/aes-schedule.ll | 28 +-
test/CodeGen/X86/avx-schedule.ll | 380 +-
test/CodeGen/X86/avx2-schedule.ll | 854 ++--
test/CodeGen/X86/bmi-schedule.ll | 56 +-
test/CodeGen/X86/bmi2-schedule.ll | 238 +-
test/CodeGen/X86/f16c-schedule.ll | 16 +-
test/CodeGen/X86/fma-schedule.ll | 128 +-
test/CodeGen/X86/lea32-schedule.ll | 22 +-
test/CodeGen/X86/lea64-schedule.ll | 22 +-
test/CodeGen/X86/lzcnt-schedule.ll | 12 +-
test/CodeGen/X86/movbe-schedule.ll | 18 +-
test/CodeGen/X86/popcnt-schedule.ll | 12 +-
test/CodeGen/X86/sse-schedule.ll | 208 +-
test/CodeGen/X86/sse2-schedule.ll | 628 +--
test/CodeGen/X86/sse3-schedule.ll | 44 +-
test/CodeGen/X86/sse41-schedule.ll | 244 +-
test/CodeGen/X86/sse42-schedule.ll | 34 +-
test/CodeGen/X86/ssse3-schedule.ll | 82 +-
test/Transforms/GVN/PRE/pre-load-guards.ll | 146 -
20 files changed, 4835 insertions(+), 4680 deletions(-)
delete mode 100644 test/Transforms/GVN/PRE/pre-load-guards.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 llvm.
from 812e46fe547 Revert 315440 on behalf of mkazantsev
new dd449b37bc0 [NFC] Add test from bug 34937
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/GVN/PRE/2017-10-16-LoadPRECrash.ll | 32 ++++++++++++++++++++++
1 file changed, 32 insertions(+)
create mode 100644 test/Transforms/GVN/PRE/2017-10-16-LoadPRECrash.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 zorg.
from 27d408f [zorg] Split sanitizer bootstrap bot to asan, msan and ubsan
new f3b25f6 [zorg] Fix type in buildbot_bootstrap_ubsan.sh
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:
zorg/buildbot/builders/sanitizers/buildbot_bootstrap_ubsan.sh | 2 +-
1 file changed, 1 insertion(+), 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 b22da5a4dcb [globalisel][tablegen] Add a GIM_CheckIsSameOperand test wh [...]
new 812e46fe547 Revert 315440 on behalf of mkazantsev
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:
include/llvm/Transforms/Scalar/GVN.h | 7 ----
lib/Transforms/Scalar/GVN.cpp | 77 ------------------------------------
test/Transforms/GVN/PRE/pre-load.ll | 28 -------------
3 files changed, 112 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 binutils-gdb.
from 83d5a34dd4 Add missing ChangeLog entries.
new e6e2dfbdc1 Correct -z text and other -z documentation
new 0301ce1486 PR22306, Invalid free() in slurp_symtab()
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:
bfd/ChangeLog | 6 ++
bfd/aoutx.h | 45 ++++++++++-----
ld/ChangeLog | 8 +++
ld/ld.texinfo | 181 ++++++++++++++++++++++++++++------------------------------
4 files changed, 130 insertions(+), 110 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 zorg.
from 96af3fd [zorg] Add 2 new sanitizer build bots to split slow sanitizer [...]
new 27d408f [zorg] Split sanitizer bootstrap bot to asan, msan and ubsan
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:
.../builders/sanitizers/buildbot_bootstrap.sh | 41 -------------
...bot_bootstrap.sh => buildbot_bootstrap_msan.sh} | 50 ----------------
.../sanitizers/buildbot_bootstrap_ubsan.sh | 67 ++++++++++++++++++++++
3 files changed, 67 insertions(+), 91 deletions(-)
copy zorg/buildbot/builders/sanitizers/{buildbot_bootstrap.sh => buildbot_bootstra [...]
mode change 100755 => 100644
create mode 100644 zorg/buildbot/builders/sanitizers/buildbot_bootstrap_ubsan.sh
--
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 f83df3de213 [X86] Add masked palignr tests to vector-shuffle-masked.ll
new b22da5a4dcb [globalisel][tablegen] Add a GIM_CheckIsSameOperand test wh [...]
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:
.../{select-blsr.mir => select-blsi.mir} | 27 ++++++++++++----------
1 file changed, 15 insertions(+), 12 deletions(-)
copy test/CodeGen/X86/GlobalISel/{select-blsr.mir => select-blsi.mir} (69%)
--
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 binutils-gdb.
from 487958d1e9 Fix segfault processing nios2 pseudo-instructions with too f [...]
new 83d5a34dd4 Add missing ChangeLog entries.
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:
gdb/ChangeLog | 15 +++++++++++++++
gdb/testsuite/ChangeLog | 9 +++++++++
2 files changed, 24 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.