This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5efc1996cee [AMDGPU] Fix the new atomic optimizer in pixel shaders.
new 7051a2ef11c [NFC][ARM] Adding extra test for ARM CGP
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/ARM/CGP/arm-cgp-calls.ll | 14 ++++++++++++++
1 file changed, 14 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 gcc-8-branch
in repository gcc.
from 70cf9024133 Daily bump.
new c94ed7081a2 Backported from mainline 2018-10-19 Jakub Jelinek <jaku [...]
new 06eab23a86b Backported from mainline 2018-10-20 Jakub Jelinek <jaku [...]
new 82bdde287a3 Backported from mainline 2018-10-24 Jakub Jelinek <jaku [...]
new d9ed7b85b9a Backported from mainline 2018-10-25 Jakub Jelinek <jaku [...]
new 71b1f674151 PR sanitizer/87837 * match.pd (X + Y < X): Don't optimize [...]
new 5e0169b96bd PR tree-optimization/87859 * gimple-ssa-store-merging.c ( [...]
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 | 29 ++++++
gcc/cp/ChangeLog | 10 ++
gcc/cp/parser.c | 11 +-
gcc/fortran/ChangeLog | 14 ++-
gcc/fortran/openmp.c | 37 +++++--
gcc/gimple-ssa-store-merging.c | 111 +++++++++++++++++----
gcc/match.pd | 1 +
gcc/omp-low.c | 15 ++-
gcc/testsuite/ChangeLog | 38 ++++++-
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/c-c++-common/ubsan/pr87837.c | 18 ++++
gcc/testsuite/g++.dg/cpp0x/gen-attrs-66.C | 12 +++
gcc/testsuite/gcc.c-torture/compile/pr87647.c | 15 +++
gcc/testsuite/gcc.dg/store_merging_24.c | 75 ++++++++++++++
gcc/testsuite/gcc.dg/store_merging_25.c | 75 ++++++++++++++
.../gfortran.dg/gomp/schedule-modifiers-1.f90 | 63 ++++++++++++
.../gfortran.dg/gomp/schedule-modifiers-2.f90 | 44 ++++++++
gcc/varasm.c | 5 +
20 files changed, 589 insertions(+), 43 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/doacross-2.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr87837.c
create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-66.C
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr87647.c
create mode 100644 gcc/testsuite/gcc.dg/store_merging_24.c
create mode 100644 gcc/testsuite/gcc.dg/store_merging_25.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 gcc.
from 7a413494a16 Come up with SIZE_AMOUNT and use it in memory statistics an [...]
new 76cc794dfc8 S/390: Allow immediates in loc expander
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/config/s390/predicates.md | 2 +-
gcc/config/s390/s390.md | 10 ++++++++--
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/loop-8.c | 4 ++++
5 files changed, 22 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 2ce281b3c9 Reapply "Fix regression in behavior of clang -x c++-header - [...]
new 0904be59ee [Tooling] Add "-filter" option to AllTUsExecution
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/clang/Tooling/AllTUsExecution.h | 2 ++
lib/Tooling/AllTUsExecution.cpp | 12 +++++++++++-
unittests/Tooling/ExecutionTest.cpp | 7 +++++--
3 files changed, 18 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.