This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f48ad2d01d9 PR c++/84707 * decl.c (duplicate_decls): Check DECL_NAME [...]
new eebc53f1c24 PR target/84564 * config/i386/i386.c (ix86_function_ok_fo [...]
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/i386/i386.c | 5 +++--
gcc/testsuite/ChangeLog | 9 +++++++--
gcc/testsuite/gcc.target/i386/pr84564.c | 21 +++++++++++++++++++++
4 files changed, 36 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr84564.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 f74e20351f9 [CVP] fix formatting; NFC
new 14281925243 AMDGPU: Fix build warning about override
new 4e77263fcb9 AMDGPU/GlobalISel: Make some G_EXTRACTs legal
new f246669c105 AMDGPU/GlobalISel: Add InstrMapping for G_EXTRACT
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:
lib/Target/AMDGPU/AMDGPUISelLowering.h | 6 +-
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 12 +++
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 9 ++
.../CodeGen/AMDGPU/GlobalISel/legalize-extract.mir | 105 +++++++++++++++++++++
.../AMDGPU/GlobalISel/regbankselect-extract.mir | 31 ++++++
5 files changed, 160 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-extract.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-extract.mir
--
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 newlib.
from df14d97ff Cygwin: AF_UNIX: drop try/except block in bind method
new f92f04852 Locale modifier @cjkwide to adjust ambiguous-width in non-CJK [...]
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:
newlib/libc/locale/locale.c | 39 +++++++++++++++++++++++----------------
1 file changed, 23 insertions(+), 16 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 0bc0dbe2f14 Fuzzer: remove temporary files after we're done with them.
new f74e20351f9 [CVP] fix formatting; 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:
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp | 6 ++----
1 file changed, 2 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 gcc-7-branch
in repository gcc.
from ca9cb78a24a PR c++/84686 - missing volatile loads.
new ae40c41be3d PR target/84524 * config/i386/sse.md (*<code><mode>3): Re [...]
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 | 7 ++++
gcc/config/i386/sse.md | 6 ++--
gcc/testsuite/ChangeLog | 14 +++++---
gcc/testsuite/gcc.c-torture/execute/pr84524.c | 41 ++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/avx512bw-pr84524.c | 14 ++++++++
5 files changed, 75 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr84524.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bw-pr84524.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 gcc.
from 73049daaefc PR target/84524 * config/i386/sse.md (*<code><mode>3): Re [...]
new f990cba03bc [PR c++/84694] ICE on template friend decl
new f48ad2d01d9 PR c++/84707 * decl.c (duplicate_decls): Check DECL_NAME [...]
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/cp/ChangeLog | 12 ++++++++++++
gcc/cp/decl.c | 4 +++-
gcc/cp/friend.c | 3 ++-
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/g++.dg/cpp0x/inline-ns10.C | 8 ++++++++
gcc/testsuite/g++.dg/template/pr84694.C | 6 ++++++
6 files changed, 41 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inline-ns10.C
create mode 100644 gcc/testsuite/g++.dg/template/pr84694.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 gcc.
from 93fae4a1094 /cp 2018-03-05 Paolo Carlini <paolo.carlini(a)oracle.com>
new ffe350b2d7f gcc/ PR target/84264 * config/rs6000/vector.md (mov<mode> [...]
new 73049daaefc PR target/84524 * config/i386/sse.md (*<code><mode>3): Re [...]
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 | 12 +++++++
gcc/config/i386/sse.md | 6 ++--
gcc/config/rs6000/vector.md | 11 +++++--
gcc/testsuite/ChangeLog | 11 +++++++
gcc/testsuite/g++.dg/pr84264.C | 15 +++++++++
gcc/testsuite/gcc.c-torture/execute/pr84524.c | 41 ++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/avx512bw-pr84524.c | 14 ++++++++
7 files changed, 105 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr84264.C
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr84524.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bw-pr84524.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 1e9feb80869 TableGen: Resolve all template args simultaneously in Resol [...]
new 0bc0dbe2f14 Fuzzer: remove temporary files after we're done with them.
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/tools/llvm-isel-fuzzer/aarch64-execname-options.ll | 3 +++
test/tools/llvm-isel-fuzzer/execname-options.ll | 3 +++
test/tools/llvm-opt-fuzzer/exec-options.ll | 4 ++++
3 files 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 clang.
from 26d4516ed3 [x86][CET] Introduce _get_ssp, _inc_ssp intrinsics
new de5c2dc568 [analyzer] Improves the logic of GenericTaintChecker identif [...]
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/StaticAnalyzer/Checkers/GenericTaintChecker.cpp | 3 ++-
test/Analysis/taint-generic.c | 6 ++++++
2 files changed, 8 insertions(+), 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 master
in repository gcc.
from 1822aaae3b4 2018-03-05 Richard Biener <rguenther(a)suse.de>
new 93fae4a1094 /cp 2018-03-05 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 12 ++++++------
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice17.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice23.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice29.C | 8 ++++++++
6 files changed, 29 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice29.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.