This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 08bc40e744f [SelectionDAG] Move VectorLegalizer::ExpandCTLZ codegen int [...]
new 1cea19bc982 Fix unused variable warning after r344348
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/X86/X86ISelLowering.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 gcc-7-branch
in repository gcc.
from 40f5580ecdd Backported from mainline 2018-07-10 Jakub Jelinek <jaku [...]
new 3878786765a Backported from mainline 2018-07-17 Jakub Jelinek <jaku [...]
new 5bb29bb8f5d Backported from mainline 2018-07-17 Jakub Jelinek <jaku [...]
new 98fb7a09467 Backported from mainline 2018-07-24 Jakub Jelinek <jaku [...]
new 2f9303ac023 Backported from mainline 2018-08-27 Jakub Jelinek <jaku [...]
new fea405b82da Backported from mainline 2018-09-12 Jakub Jelinek <jaku [...]
new 6a35621cdc4 Backported from mainline 2018-10-10 Jakub Jelinek <jaku [...]
The 6 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 | 40 ++++++++++++++++++++++++++++
gcc/combine.c | 11 ++++----
gcc/config/i386/i386-builtin.def | 2 +-
gcc/expmed.c | 9 ++++---
gcc/fold-const.c | 12 ++++++---
gcc/gimplify.c | 34 ++++++++++++++++++++++-
gcc/omp-low.c | 15 ++++++++++-
gcc/testsuite/ChangeLog | 20 ++++++++++++++
gcc/testsuite/c-c++-common/torture/pr87248.c | 36 +++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr86627.c | 28 +++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr87065.c | 22 +++++++++++++++
gcc/testsuite/gcc.target/i386/pr87550.c | 21 +++++++++++++++
libgomp/ChangeLog | 8 ++++++
libgomp/testsuite/libgomp.c++/pr86539.C | 28 +++++++++++++++++++
libgomp/testsuite/libgomp.c++/pr86542.C | 37 +++++++++++++++++++++++++
15 files changed, 309 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/pr87248.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr86627.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr87065.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr87550.c
create mode 100644 libgomp/testsuite/libgomp.c++/pr86539.C
create mode 100644 libgomp/testsuite/libgomp.c++/pr86542.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 c4e53cf2f67 [X86][SSE] LowerVectorCTPOP - pull out repeated byte sum stage.
new 08bc40e744f [SelectionDAG] Move VectorLegalizer::ExpandCTLZ codegen int [...]
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/SelectionDAG/LegalizeDAG.cpp | 2 +-
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 27 ++----------
test/CodeGen/X86/vec_ctbits.ll | 58 +++++++++++++-------------
3 files changed, 34 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 gcc-7-branch
in repository gcc.
from 8f37792931a 2018-10-12 Richard Biener <rguenther(a)suse.de>
new 04e0febceff Backported from mainline 2018-07-16 Jakub Jelinek <jaku [...]
new a823b525c1a Backported from mainline 2018-07-26 Jakub Jelinek <jaku [...]
new 40f5580ecdd Backported from mainline 2018-07-10 Jakub Jelinek <jaku [...]
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:
gcc/ChangeLog | 10 +++++++++
gcc/cp/ChangeLog | 10 +++++++++
gcc/cp/cp-gimplify.c | 1 +
gcc/fortran/ChangeLog | 11 ++++++++++
gcc/fortran/module.c | 17 ++++++++++++++-
gcc/omp-low.c | 5 ++++-
gcc/testsuite/ChangeLog | 14 ++++++++++++
gcc/testsuite/g++.dg/opt/pr3698.C | 21 ++++++++++++++++++
gcc/testsuite/gfortran.dg/vect/pr86421.f90 | 35 ++++++++++++++++++++++++++++++
libgomp/ChangeLog | 8 +++++++
libgomp/testsuite/libgomp.c/pr86660.c | 28 ++++++++++++++++++++++++
11 files changed, 158 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr3698.C
create mode 100644 gcc/testsuite/gfortran.dg/vect/pr86421.f90
create mode 100644 libgomp/testsuite/libgomp.c/pr86660.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 706d3da44f2 [PowerPC] avoid masking already-zero bits in BitPermutation [...]
new c4e53cf2f67 [X86][SSE] LowerVectorCTPOP - pull out repeated byte sum stage.
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/X86/X86ISelLowering.cpp | 81 +++++--------
test/CodeGen/X86/vec_ctbits.ll | 84 ++++++-------
test/CodeGen/X86/vector-lzcnt-128.ll | 144 +++++++++++-----------
test/CodeGen/X86/vector-popcnt-128.ll | 112 +++++++----------
test/CodeGen/X86/vector-popcnt-256.ll | 38 +-----
test/CodeGen/X86/vector-popcnt-512.ll | 18 +--
test/CodeGen/X86/vector-tzcnt-128.ll | 220 +++++++++++++---------------------
test/CodeGen/X86/vector-tzcnt-256.ll | 72 ++---------
test/CodeGen/X86/vector-tzcnt-512.ll | 36 +-----
9 files changed, 292 insertions(+), 513 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 cadc63b548f [X86][AVX] Regenerate tzcnt tests
new 29956bffea8 [SanitizerCoverage] Make Inline8bit and TracePC counters de [...]
new 706d3da44f2 [PowerPC] avoid masking already-zero bits in BitPermutation [...]
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/PowerPC/PPCISelDAGToDAG.cpp | 119 ++++++++++++++++++---
.../Instrumentation/SanitizerCoverage.cpp | 7 +-
test/CodeGen/PowerPC/addi-offset-fold.ll | 5 +-
test/CodeGen/PowerPC/bitfieldinsert.ll | 35 +++++-
test/CodeGen/PowerPC/ppc64le-aggregates.ll | 10 +-
test/CodeGen/PowerPC/rlwimi-dyn-and.ll | 2 +-
6 files changed, 147 insertions(+), 31 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 compiler-rt.
from 6804ce467 [TSan] Cleanup TSan runtime support for Go on linux-aarch64. NFC.
new 98d2aa84a [libFuzzer] Add test for SanitizerCoverage working on Mac eve [...]
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/fuzzer/dead-stripping.test | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 test/fuzzer/dead-stripping.test
--
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 4e61dba8a38 Initial commit of Networking TS implementation
new e6f1b6c068e * doc/md.texi (doloop_end): Document that the pattern code [...]
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 | 5 +++++
gcc/doc/md.texi | 37 +++++++++++++++++++++++++++++++++----
2 files changed, 38 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 lld.
from 8462dae49 [ELF] - Remove dead declaration. NFC.
new a33cac812 [ELF] - Remove unused variable. NFC.
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:
ELF/SyntheticSections.h | 2 --
1 file changed, 2 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 gcc-7-branch
in repository gcc.
from f8ffbcedffd PR libstdc++/86751 default assignment operators for std::pair
new 8f37792931a 2018-10-12 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 | 15 +++++++++++++++
gcc/testsuite/ChangeLog | 13 +++++++++++++
gcc/testsuite/gcc.dg/pr87024.c | 14 ++++++++++++++
gcc/testsuite/gcc.dg/torture/pr86505.c | 32 ++++++++++++++++++++++++++++++++
gcc/tree-inline.c | 33 +++++++++++++++++++++++++++------
5 files changed, 101 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr87024.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr86505.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.