This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b26b888c0e7 PR debug/83157 * var-tracking.c (add_stores): Handle STRI [...]
new afad6320892 rs6000: Fix an ICE with -mno-direct-move (PR85291)
new a34934c29c7 PR c++/85258 * constexpr.c (reduced_constant_expression_p [...]
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 | 8 ++++++++
gcc/config/rs6000/rs6000.md | 7 ++++---
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/constexpr.c | 8 +++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/parse/error61.C | 14 ++++++++++++++
6 files changed, 42 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/error61.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 9da2acfea0c [X86] Remove explicit SSE/AVX schedule itineraries from def [...]
new 54ee51b2fb8 Simplify; NFCI
new 4eb94074a00 [ORC] Use insert rather than emplace.
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:
include/llvm/ExecutionEngine/Orc/Core.h | 4 ++--
lib/ExecutionEngine/Orc/Core.cpp | 38 ++++++++++++++++-----------------
lib/IR/ProfileSummary.cpp | 30 +++++++++++---------------
3 files changed, 33 insertions(+), 39 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 158f4bf3af [X86] Introduce wbinvd intrinsic
new 27b69e2716 [RISCV] Fix logic to check if frame pointer should be used
new 74d6963647 Fix doc typo
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:
docs/ControlFlowIntegrity.rst | 4 ++--
lib/Driver/ToolChains/Clang.cpp | 11 +++--------
test/Driver/frame-pointer.c | 12 ++++++++++++
3 files changed, 17 insertions(+), 10 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 91cef64e14b Revert 259346.
new b26b888c0e7 PR debug/83157 * var-tracking.c (add_stores): Handle STRI [...]
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 | 9 ++++++++
gcc/cselib.c | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
gcc/var-tracking.c | 4 +++-
3 files changed, 77 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 llvm.
from 5ae5e878035 [X86] Remove remaining gpr schedule itineraries (PR37093)
new b5070227476 [RISCV] Add c.mv rs1, rs2 pattern for addi rs1, rs2, 0
new 9da2acfea0c [X86] Remove explicit SSE/AVX schedule itineraries from def [...]
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/RISCV/RISCVInstrInfoC.td | 2 +
lib/Target/X86/X86InstrAVX512.td | 198 +++++----
lib/Target/X86/X86InstrSSE.td | 781 +++++++++++++++++-------------------
lib/Target/X86/X86Schedule.td | 10 -
test/MC/RISCV/compress-rv32i.s | 6 +
5 files changed, 471 insertions(+), 526 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 glibc.
from d8abfab7d4 S390: Fix struct sigaction for 31bit in kernel_sigaction.h.
new a700e7cb37 Update kernel version in syscall-names.list to 4.16.
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:
ChangeLog | 5 +++++
sysdeps/unix/sysv/linux/syscall-names.list | 4 ++--
2 files changed, 7 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 gcc-7-branch
in repository gcc.
from 19d5f01de53 Ada: Fix s-oscons.ads generation
new 0d3e21abf47 PR libstdc++/85222 allow catching iostream errors as gcc4-c [...]
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:
libstdc++-v3/ChangeLog | 37 ++++++++
libstdc++-v3/src/c++11/Makefile.am | 23 +++++
libstdc++-v3/src/c++11/Makefile.in | 22 +++++
libstdc++-v3/src/c++11/cxx11-ios_failure.cc | 70 +++++++++++++++
libstdc++-v3/src/c++11/ios.cc | 16 ----
libstdc++-v3/src/c++98/ios_failure.cc | 47 ++++++++++
.../testsuite/27_io/basic_ios/copyfmt/char/1.cc | 9 +-
.../testsuite/27_io/basic_ios/exceptions/char/1.cc | 9 +-
.../char/exceptions_failbit.cc | 9 +-
.../wchar_t/exceptions_failbit.cc | 9 +-
.../extractors_other/char/exceptions_null.cc | 9 +-
.../extractors_other/wchar_t/exceptions_null.cc | 9 +-
.../27_io/basic_istream/sentry/char/12297.cc | 9 +-
.../27_io/basic_istream/sentry/wchar_t/12297.cc | 9 +-
.../inserters_other/char/exceptions_null.cc | 9 +-
.../inserters_other/wchar_t/exceptions_null.cc | 9 +-
.../testsuite/27_io/ios_base/failure/dual_abi.cc | 99 ++++++++++++++++++++++
libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc | 15 +---
18 files changed, 312 insertions(+), 107 deletions(-)
create mode 100644 libstdc++-v3/testsuite/27_io/ios_base/failure/dual_abi.cc
--
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 cda68db6368 gcc/testsuite/ChangeLog:
new 91cef64e14b Revert 259346.
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/lto-streamer-out.c | 8 ++------
gcc/omp-expand.c | 8 --------
gcc/testsuite/ChangeLog | 5 +++++
.../testsuite/libgomp.oacc-c-c++-common/pr84955.c | 20 --------------------
libgomp/testsuite/libgomp.oacc-fortran/pr84955.f90 | 20 --------------------
6 files changed, 12 insertions(+), 54 deletions(-)
delete mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr84955.c
delete mode 100644 libgomp/testsuite/libgomp.oacc-fortran/pr84955.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 llvm.
from e2da0553ce0 Fix a typo in a comment; NFC
new 2d0d5db8e32 [X86] Introduce LLVM wbinvd intrinsic
new 5ae5e878035 [X86] Remove remaining gpr schedule itineraries (PR37093)
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:
include/llvm/IR/IntrinsicsX86.td | 8 +-
lib/Target/X86/X86InstrArithmetic.td | 364 +++++++++++++++--------------------
lib/Target/X86/X86InstrCompiler.td | 119 +++++-------
lib/Target/X86/X86InstrInfo.td | 34 ++--
lib/Target/X86/X86InstrSystem.td | 2 +-
lib/Target/X86/X86Schedule.td | 62 +-----
test/CodeGen/X86/wbinvd-intrinsic.ll | 19 ++
7 files changed, 252 insertions(+), 356 deletions(-)
create mode 100644 test/CodeGen/X86/wbinvd-intrinsic.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 clang.
from 7636e500e3 NFC - Indentation fixes in predefined-arch-macros.c
new 158f4bf3af [X86] Introduce wbinvd intrinsic
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/Basic/BuiltinsX86.def | 3 ++-
lib/Headers/ia32intrin.h | 5 +++++
test/CodeGen/builtin-wbinvd.c | 10 ++++++++++
3 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/builtin-wbinvd.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.