This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6cceb12 [SimplifyCFG] Use the error checking provided by getPrevNode.
new b4458f9 [AVX-512] Rename VPBROADCASTI32X2 and VPBROADCASTF32X2 instru [...]
new 180beb4 [AVX-512] Add shuffle comments for vbroadcast instructions.
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/InstPrinter/X86InstComments.cpp | 43 ++++++++++
lib/Target/X86/X86InstrAVX512.td | 8 +-
test/CodeGen/X86/avx512-vbroadcasti128.ll | 56 ++++++-------
test/CodeGen/X86/avx512dq-intrinsics.ll | 12 +--
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 6 ++
test/CodeGen/X86/subvector-broadcast.ll | 112 ++++++++++++-------------
test/CodeGen/X86/vector-shuffle-256-v4.ll | 4 +-
7 files changed, 145 insertions(+), 96 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 ce61005 [libFuzzer] swap bytes in integers when handling CMP traces
new 6cceb12 [SimplifyCFG] Use the error checking provided by getPrevNode.
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/Transforms/Utils/SimplifyCFG.cpp | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from d4e950c gcc/ Backport from trunk r238000. 2016-07-05 Christophe L [...]
new 2666141 gcc/ Backport from trunk r240256. 2016-09-20 Tamar Christ [...]
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/config/aarch64/arm_neon.h | 9984 +++++++++++++++++++++++++++--------------
1 file changed, 6651 insertions(+), 3333 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 c58d34e Revert * diagnostic.c (diagnostic_action_after_output): Remo [...]
new 5ba96fd PR 48587 Newunit allocator
new c2aace2 PR 48587 Newunit allocator
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:
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gfortran.dg/negative_unit2.f90 | 9 +++
libgfortran/ChangeLog | 20 +++++
libgfortran/io/io.h | 5 +-
libgfortran/io/open.c | 2 +-
libgfortran/io/transfer.c | 10 ++-
libgfortran/io/unit.c | 108 +++++++++++++++++++++------
7 files changed, 132 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/negative_unit2.f90
--
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 ecc0b0c runtime: copy runtime package time code from Go 1.7
new c58d34e Revert * diagnostic.c (diagnostic_action_after_output): Remo [...]
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/diagnostic.c | 37 +++++++++++++-------------------
gcc/testsuite/ChangeLog | 4 ----
gcc/testsuite/c-c++-common/fmax-errors.c | 14 ++----------
4 files changed, 17 insertions(+), 44 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 75281e6 [libFuzzer] better algorithm for -minimize_crash
new ce61005 [libFuzzer] swap bytes in integers when handling CMP traces
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/Fuzzer/FuzzerDefs.h | 5 +++++
lib/Fuzzer/FuzzerMutate.cpp | 5 -----
lib/Fuzzer/FuzzerTracePC.cpp | 20 ++++++++++----------
lib/Fuzzer/test/CMakeLists.txt | 1 +
lib/Fuzzer/test/SwapCmpTest.cpp | 33 +++++++++++++++++++++++++++++++++
5 files changed, 49 insertions(+), 15 deletions(-)
create mode 100644 lib/Fuzzer/test/SwapCmpTest.cpp
--
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 6578011 Automatic date update in version.in
new e4ce4d9 Regenerate spu_ovl.o_c
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:
ld/ChangeLog | 4 ++
ld/emultempl/spu_ovl.o_c | 106 +++++++++++++++++++++++------------------------
2 files changed, 57 insertions(+), 53 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 f34d92b [Coverage] Support for C++17 if initializers
new 66ffebb Disable a silly GCC diagnostic for combining a scanf length s [...]
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:
tools/driver/cc1_main.cpp | 10 ++++++++++
1 file changed, 10 insertions(+)
--
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 0746b2b ADT: Use LLVM_NODISCARD instead of LLVM_ATTRIBUTE_UNUSED_RESU [...]
new 6b339ba AMDGPU/SI: Handle s_getreg hazard in GCNHazardRecognizer
new 75281e6 [libFuzzer] better algorithm for -minimize_crash
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/Fuzzer/FuzzerDriver.cpp | 2 +-
lib/Fuzzer/FuzzerInternal.h | 8 +++
lib/Fuzzer/FuzzerLoop.cpp | 20 +++++--
lib/Target/AMDGPU/GCNHazardRecognizer.cpp | 47 +++++++++++++++++
lib/Target/AMDGPU/GCNHazardRecognizer.h | 2 +
test/CodeGen/MIR/AMDGPU/inserted-wait-states.mir | 67 ++++++++++++++++++++++--
6 files changed, 136 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.