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 6ea704574e0 Backported from mainline 2019-02-08 Jakub Jelinek <jaku [...]
new 9fc6fcf4a4d Backported from mainline 2019-01-16 David Malcolm <dmal [...]
new 28f17dc915b Backported from mainline 2019-02-09 Jakub Jelinek <jaku [...]
new 44203de9768 Backported from mainline 2019-02-13 Jakub Jelinek <jaku [...]
new ba7f8b3796f Backported from mainline 2019-02-13 Jakub Jelinek <jaku [...]
new bf812d5b55c Backported from mainline 2019-02-14 Jakub Jelinek <jaku [...]
new 77f87935de8 Backported from mainline 2019-02-14 Jakub Jelinek <jaku [...]
new 5b1363600fc Backported from mainline 2019-02-15 Jakub Jelinek <jaku [...]
new f290f18dab0 Backported from mainline 2019-02-15 Richard Biener <rgu [...]
new ca21ea5c9cd Backported from mainline 2019-02-19 Jakub Jelinek <jaku [...]
The 9 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 | 53 +++
gcc/combine.c | 21 +-
gcc/config/i386/i386.c | 48 +-
gcc/fold-const.c | 16 +-
gcc/optabs.c | 2 +-
gcc/optc-save-gen.awk | 10 +-
gcc/opth-gen.awk | 3 +-
gcc/testsuite/ChangeLog | 45 ++
gcc/testsuite/g++.dg/opt/pr89188.C | 10 +-
gcc/testsuite/g++.dg/torture/pr88861.C | 11 +
gcc/testsuite/g++.dg/torture/pr89303.C | 792 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/gomp/pr89246-1.c | 19 +
gcc/testsuite/gcc.dg/gomp/pr89246-2.c | 13 +
gcc/testsuite/gcc.dg/pr89278.c | 23 +
gcc/testsuite/gcc.dg/pr89314.c | 13 +
gcc/testsuite/gcc.dg/pr89342.c | 11 +
gcc/testsuite/gcc.dg/pr89354.c | 22 +
gcc/tree-loop-distribution.c | 3 +
gcc/tree-ssa-structalias.c | 2 +-
19 files changed, 1069 insertions(+), 48 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr88861.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr89303.C
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr89246-1.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr89246-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr89278.c
create mode 100644 gcc/testsuite/gcc.dg/pr89314.c
create mode 100644 gcc/testsuite/gcc.dg/pr89342.c
create mode 100644 gcc/testsuite/gcc.dg/pr89354.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 43b1e51a9bb [CodeGen] Introduce MachineBasicBlock::replacePhiUsesWith h [...]
new 8520340d7ed [X86] Add tests for rotate matching. 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:
test/CodeGen/X86/rotate-extract-vector.ll | 26 ++++++++++++++++++
test/CodeGen/X86/rotate-extract.ll | 44 +++++++++++++++++++++++++++++++
2 files changed, 70 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 c5c61119338 [DAGCombine] visitMULHS/visitMULHU - isBuildVectorAllZeros [...]
new 43b1e51a9bb [CodeGen] Introduce MachineBasicBlock::replacePhiUsesWith h [...]
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/CodeGen/MachineBasicBlock.h | 4 ++++
lib/CodeGen/MachineBasicBlock.cpp | 30 +++++++++++++++---------------
lib/CodeGen/MachinePipeliner.cpp | 10 +---------
3 files changed, 20 insertions(+), 24 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-8-branch
in repository gcc.
from f40024733a6 Backport from mainline 2019-07-18 Bin Cheng <bin.linux@ [...]
new c9d19af3962 2019-08-30 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 | 56 +++++++++++++++++++++++++++++++
gcc/cfghooks.c | 7 ++--
gcc/cfghooks.h | 18 ++++++++--
gcc/cfgloop.h | 4 +++
gcc/cfgloopmanip.c | 1 +
gcc/cfgrtl.c | 6 ++--
gcc/graphite-scop-detection.c | 6 +++-
gcc/lto-streamer-in.c | 1 +
gcc/lto-streamer-out.c | 1 +
gcc/lto-streamer.h | 2 +-
gcc/testsuite/ChangeLog | 13 +++++++
gcc/testsuite/gcc.dg/torture/pr90328.c | 24 +++++++++++++
gcc/testsuite/gcc.dg/torture/restrict-7.c | 27 +++++++++++++++
gcc/tree-cfg.c | 35 ++++++++++++++++++-
gcc/tree-core.h | 4 ++-
gcc/tree-data-ref.c | 9 +++--
gcc/tree-data-ref.h | 2 +-
gcc/tree-inline.c | 13 +++++--
gcc/tree-ssa-structalias.c | 36 +++++++++++++++++++-
19 files changed, 247 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr90328.c
create mode 100644 gcc/testsuite/gcc.dg/torture/restrict-7.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 gcc-7-branch
in repository gcc.
from b215d3fd507 Daily bump.
new ebea2d5d60f Backported from mainline 2018-10-19 Jakub Jelinek <jaku [...]
new 2e70d6db0ca Backported from mainline 2018-10-20 Jakub Jelinek <jaku [...]
new 754ce505b1d Backported from mainline 2018-10-25 Jakub Jelinek <jaku [...]
new d831e71a4e0 Backported from mainline 2018-11-19 Jakub Jelinek <jaku [...]
new 73bd18a6480 Backported from mainline 2018-11-20 Jakub Jelinek <jaku [...]
new fd49607b6fa Backported from mainline 2018-11-27 Jakub Jelinek <jaku [...]
new d302818301c Backported from mainline 2018-11-30 Jakub Jelinek <jaku [...]
new 2d7797b8ab4 Backported from mainline 2018-12-03 Jakub Jelinek <jaku [...]
new d0c0dc79d24 Backported from mainline 2018-12-04 Jakub Jelinek <jaku [...]
new 1bf5944c52d Backported from mainline 2018-12-07 Jakub Jelinek <jaku [...]
The 10 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 | 25 +++++++++
gcc/cp/ChangeLog | 20 +++++++
gcc/cp/class.c | 2 +
gcc/cp/constexpr.c | 2 +
gcc/cp/typeck.c | 8 ++-
gcc/fortran/ChangeLog | 14 ++++-
gcc/fortran/openmp.c | 37 +++++++++----
gcc/omp-low.c | 15 +++++-
gcc/omp-simd-clone.c | 11 ++--
gcc/testsuite/ChangeLog | 61 +++++++++++++++++++++
gcc/testsuite/c-c++-common/gomp/doacross-2.c | 49 +++++++++++++++++
.../c-c++-common/gomp/schedule-modifiers-1.c | 8 +--
gcc/testsuite/c-c++-common/gomp/sink-3.c | 2 +-
gcc/testsuite/g++.dg/cpp0x/constexpr-87506.C | 12 +++++
gcc/testsuite/g++.dg/cpp0x/rv-cond3.C | 22 ++++++++
gcc/testsuite/g++.dg/debug/dwarf2/pr85550.C | 17 ++++++
gcc/testsuite/g++.dg/debug/pr88181.C | 29 ++++++++++
gcc/testsuite/g++.dg/lookup/pr60994.C | 13 +++++
gcc/testsuite/gcc.c-torture/compile/pr71109.c | 31 +++++++++++
gcc/testsuite/gcc.c-torture/compile/pr87647.c | 15 ++++++
gcc/testsuite/gcc.dg/gomp/pr87895-1.c | 19 +++++++
gcc/testsuite/gcc.dg/gomp/pr87895-2.c | 5 ++
gcc/testsuite/gcc.dg/gomp/pr87895-3.c | 18 +++++++
.../gfortran.dg/gomp/schedule-modifiers-1.f90 | 63 ++++++++++++++++++++++
.../gfortran.dg/gomp/schedule-modifiers-2.f90 | 44 +++++++++++++++
gcc/varasm.c | 5 ++
26 files changed, 522 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/doacross-2.c
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-87506.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/rv-cond3.C
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/pr85550.C
create mode 100644 gcc/testsuite/g++.dg/debug/pr88181.C
create mode 100644 gcc/testsuite/g++.dg/lookup/pr60994.C
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr71109.c
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr87647.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr87895-1.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr87895-2.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr87895-3.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/schedule-modifiers-1.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/schedule-modifiers-2.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 lldb.
from 9f6571feb dotest: improvements to the pexpect tests
new bb0a7bb15 [dotest] Finish removing -q
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:
packages/Python/lldbsuite/test/dotest.py | 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 gcc-8-branch
in repository gcc.
from 37133d63b2d 2019-08-30 Richard Biener <rguenther(a)suse.de>
new f40024733a6 Backport from mainline 2019-07-18 Bin Cheng <bin.linux@ [...]
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 | 12 ++++
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gcc.c-torture/execute/pr91137.c | 34 ++++++++++
gcc/tree-ssa-loop-ivopts.c | 92 +++++++++++++++------------
4 files changed, 106 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr91137.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.