This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 59b23ab9888 * c-parser.c (c_parser_omp_declare_simd): Reject declare s [...]
new 3b3858a1e15 * parser.c (cp_parser_omp_declare): Change return type to [...]
new ac102ce6134 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): For [...]
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/ChangeLog | 6 +
gcc/config/rs6000/rs6000.c | 552 +++++++++++++++++++++------------------------
gcc/cp/ChangeLog | 7 +
gcc/cp/parser.c | 14 +-
4 files changed, 275 insertions(+), 304 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 e52afc20d63 Simplify ptr - 0
new f8037512a4f * g++.dg/pr65240-1.C: Add -Wno-return-type to dg-options. [...]
new df966d85b3e PR fortran/81841 * parse.c (parse_spec): Allow ST_OMP_THR [...]
new 59b23ab9888 * c-parser.c (c_parser_omp_declare_simd): Reject declare s [...]
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/c/ChangeLog | 5 ++++
gcc/c/c-parser.c | 2 +-
gcc/fortran/ChangeLog | 7 ++++++
gcc/fortran/parse.c | 1 +
gcc/testsuite/ChangeLog | 10 ++++++++
gcc/testsuite/g++.dg/pr65240-1.C | 2 +-
gcc/testsuite/g++.dg/pr65240-2.C | 2 +-
gcc/testsuite/g++.dg/pr65240-3.C | 2 +-
gcc/testsuite/g++.dg/pr65240-4.C | 2 +-
gcc/testsuite/gcc.dg/gomp/declare-simd-1.c | 12 ---------
gcc/testsuite/gcc.dg/gomp/declare-simd-5.c | 35 +++++++++++++++++++++++++++
libgomp/ChangeLog | 5 ++++
libgomp/testsuite/libgomp.fortran/pr81841.f90 | 26 ++++++++++++++++++++
13 files changed, 94 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/gomp/declare-simd-5.c
create mode 100644 libgomp/testsuite/libgomp.fortran/pr81841.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 09cd4975683 This patch adds support for modelling the varying costs of [...]
new e52afc20d63 Simplify ptr - 0
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 | 4 ++++
gcc/match.pd | 5 +++++
2 files changed, 9 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 75d9c5dc237 [X86] Teach isel that X86ISD::CMPM_RND zeros the upper bits [...]
new 6dce9fbec17 [X86] Don't invert NewCC variable while processing the jcc/ [...]
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/X86InstrInfo.cpp | 16 +++++++++-------
test/CodeGen/X86/pr35399.ll | 22 ++++++++++++++++++++++
2 files changed, 31 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/X86/pr35399.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 binutils-gdb.
from bd046f64a1 Revert unexpected rename in previous patch
new f45e2a7704 Fix clang warnings about copy elision
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 | 4 ++++
gdb/osdata.c | 4 ++--
2 files changed, 6 insertions(+), 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 master
in repository llvm.
from 7f86494ddd7 MSan: remove an unnecessary cast. NFC for userspace instrum [...]
new ef7f0073c5b [X86] Remove some dead code. NFC
new 6ab51e7c5aa [X86] Remove some dead code leftover from when i1 was a leg [...]
new 7e1c537b961 [X86] Add X86ISD::CMPM_RND to getVectorMaskingNode to selec [...]
new 477fbd747aa [X86] Remove some unneeded opcodes from getVectorMaskingNode. NFC
new 75d9c5dc237 [X86] Teach isel that X86ISD::CMPM_RND zeros the upper bits [...]
The 5 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/X86ISelDAGToDAG.cpp | 3 +-
lib/Target/X86/X86ISelLowering.cpp | 36 ++-------
test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 116 +++++++++++++++++++++++++++-
3 files changed, 123 insertions(+), 32 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 c406f9e659c 2017-11-23 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new b7e90f1b1d0 [ARM] Refactor costs calculation for MEM.
new 09cd4975683 This patch adds support for modelling the varying costs of [...]
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/ChangeLog | 38 ++++++
gcc/config/arm/arm-protos.h | 20 ++++
gcc/config/arm/arm.c | 152 ++++++++++++++++++++----
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.target/arm/addr-modes-float.c | 42 +++++++
gcc/testsuite/gcc.target/arm/addr-modes-int.c | 46 +++++++
gcc/testsuite/gcc.target/arm/addr-modes.h | 53 +++++++++
7 files changed, 332 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/addr-modes-float.c
create mode 100644 gcc/testsuite/gcc.target/arm/addr-modes-int.c
create mode 100644 gcc/testsuite/gcc.target/arm/addr-modes.h
--
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 d3539ef981d Fix .debug_rnglists generation with -gdwarf-5 -gsplit-dwarf.
new c406f9e659c 2017-11-23 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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:
libgfortran/ChangeLog | 19 +++++++++++++++++++
libgfortran/generated/maxloc2_16_s1.c | 5 +++--
libgfortran/generated/maxloc2_16_s4.c | 5 +++--
libgfortran/generated/maxloc2_4_s1.c | 5 +++--
libgfortran/generated/maxloc2_4_s4.c | 5 +++--
libgfortran/generated/maxloc2_8_s1.c | 5 +++--
libgfortran/generated/maxloc2_8_s4.c | 5 +++--
libgfortran/generated/minloc2_16_s1.c | 4 ++--
libgfortran/generated/minloc2_16_s4.c | 4 ++--
libgfortran/generated/minloc2_4_s1.c | 4 ++--
libgfortran/generated/minloc2_4_s4.c | 4 ++--
libgfortran/generated/minloc2_8_s1.c | 4 ++--
libgfortran/generated/minloc2_8_s4.c | 4 ++--
libgfortran/m4/maxloc2s.m4 | 5 +++--
libgfortran/m4/minloc2s.m4 | 4 ++--
15 files changed, 54 insertions(+), 28 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 d1ec08d7008 gcc/ Backport from mainline 2017-11-23 Oleg Endo <olege [...]
new ecf49834dea 2017-11-23 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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:
libgfortran/ChangeLog | 8 ++++++++
libgfortran/io/io.h | 6 ++++--
libgfortran/io/transfer.c | 44 +++++++++++++++++++++++++-------------------
libgfortran/io/unit.c | 3 +--
4 files changed, 38 insertions(+), 23 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-tools-extra.
from 5c83fea4 [clangd] Make completion scores use 0-1 floats internally.
new b8acc957 [clangd] Tracing improvements
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:
clangd/ClangdUnit.cpp | 6 +++--
clangd/JSONRPCDispatcher.cpp | 10 +++++---
clangd/JSONRPCDispatcher.h | 13 ++++++++--
clangd/Trace.cpp | 53 +++++++++++++++++++++++++----------------
clangd/Trace.h | 22 +++++++++++++++--
clangd/tool/ClangdMain.cpp | 2 +-
test/clangd/trace.test | 18 ++++++++++----
unittests/clangd/TraceTests.cpp | 2 +-
8 files changed, 91 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.