This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from cf1bf3a /cp 2017-03-05 Paolo Carlini <paolo.carlini(a)oracle.com>
new ee3fb46 Add std::scoped_lock for C++17
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 | 10 ++
libstdc++-v3/doc/html/manual/debug.html | 2 +-
.../doc/html/manual/debug_mode_design.html | 14 +--
.../doc/html/manual/documentation_hacking.html | 2 +-
libstdc++-v3/doc/html/manual/fstreams.html | 4 +-
libstdc++-v3/doc/html/manual/memory.html | 2 +-
.../doc/html/manual/policy_data_structures.html | 6 +-
.../html/manual/policy_data_structures_ack.html | 2 +-
libstdc++-v3/doc/html/manual/profile_mode.html | 2 +-
.../doc/html/manual/profile_mode_design.html | 2 +-
libstdc++-v3/doc/html/manual/status.html | 8 +-
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 9 +-
libstdc++-v3/include/std/mutex | 68 +++++++++++
.../testsuite/30_threads/scoped_lock/cons/1.cc | 133 +++++++++++++++++++++
.../requirements/explicit_instantiation.cc | 11 +-
.../requirements/typedefs.cc | 9 +-
16 files changed, 246 insertions(+), 38 deletions(-)
create mode 100644 libstdc++-v3/testsuite/30_threads/scoped_lock/cons/1.cc
copy libstdc++-v3/testsuite/30_threads/{unique_lock => scoped_lock}/requirements/e [...]
copy libstdc++-v3/testsuite/30_threads/{shared_lock => scoped_lock}/requirements/t [...]
--
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 d9ca273 gcc/fortran/ChangeLog:
new cf1bf3a /cp 2017-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/except.c | 3 +++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/tm/pr70266.C | 8 ++++++++
4 files changed, 22 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/tm/pr70266.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 08c7984c [SelectionDAG] Fix vector splitting for *_EXTEND_VECTOR_INREG [...]
new e0e40c6 [APInt] Remove the And/Or/Xor/Not functions from the APIntOps [...]
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/ADT/APInt.h | 21 ---------------------
1 file changed, 21 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 0aa075f New Test-Case for Region Analysis
new 08c7984c [SelectionDAG] Fix vector splitting for *_EXTEND_VECTOR_INREG [...]
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/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 7 +++-
test/CodeGen/X86/split-extend-vector-inreg.ll | 47 ++++++++++++++++++++++++
2 files changed, 53 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/split-extend-vector-inreg.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 llvm.
from 86e74e5 [X86] Silence GCC enum compare warning.
new 0aa075f New Test-Case for Region Analysis
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/Analysis/RegionInfo/outgoing_edge.ll | 33 +++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100644 test/Analysis/RegionInfo/outgoing_edge.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 zack/testsuite-isomac
in repository glibc.
discards 5d6def1 Suppress internal declarations for most of the testsuite.
discards 9f81f94 Remove _IO_MTSAFE_IO from public headers.
adds 2d6ab5d Document and fix --enable-bind-now [BZ #21015]
adds a10e9c4 Remove header file inclusion guard from elf/get-dynamic-info.h
adds b2f3c0c tzset: Remove __attribute_noinline__ from compute_offset
adds 7eb5c06 tzset: Remove unused NOID macro
adds 21d58b2 hurd: Provide truncate64 and ftruncate64.
new bb9e8cb Remove _IO_MTSAFE_IO from public headers.
new 2c3e84d Suppress internal declarations for most of the testsuite.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (5d6def1)
\
N -- N -- N refs/heads/zack/testsuite-isomac (2c3e84d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
ChangeLog | 35 ++++++++++++++++++++++++
INSTALL | 6 ++++
Makeconfig | 7 +++++
Makerules | 9 ++----
elf/get-dynamic-info.h | 6 ++--
iconvdata/Makefile | 5 ++++
manual/install.texi | 6 ++++
sysdeps/mach/hurd/{ftruncate.c => ftruncate64.c} | 4 +--
sysdeps/mach/hurd/{truncate.c => truncate64.c} | 5 ++--
sysdeps/unix/sysv/linux/alpha/localplt.data | 2 +-
sysdeps/unix/sysv/linux/i386/localplt.data | 2 +-
sysdeps/x86_64/localplt.data | 2 +-
time/tzfile.c | 1 -
time/tzset.c | 3 --
14 files changed, 72 insertions(+), 21 deletions(-)
copy sysdeps/mach/hurd/{ftruncate.c => ftruncate64.c} (93%)
copy sysdeps/mach/hurd/{truncate.c => truncate64.c} (92%)
--
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 ca6750e [X86][SSE] Lower 128-bit vectors to SIGN/ZERO_EXTEND_VECTOR_I [...]
new 86e74e5 [X86] Silence GCC enum compare warning.
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/X86ISelLowering.cpp | 4 ++--
1 file changed, 2 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 d2a4d59 Revert commit r296967, no typo
new ca6750e [X86][SSE] Lower 128-bit vectors to SIGN/ZERO_EXTEND_VECTOR_I [...]
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/Target/TargetSelectionDAG.td | 7 ++
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 16 +++
lib/Target/X86/X86ISelLowering.cpp | 95 +++++++++++-------
lib/Target/X86/X86InstrAVX512.td | 110 ++++++++++-----------
lib/Target/X86/X86InstrSSE.td | 8 +-
test/CodeGen/X86/2011-10-19-widen_vselect.ll | 6 --
test/CodeGen/X86/2011-10-21-widen-cmp.ll | 2 -
test/CodeGen/X86/combine-shl.ll | 28 +++---
test/CodeGen/X86/known-bits-vector.ll | 16 +--
test/CodeGen/X86/pmul.ll | 80 +++++++--------
test/CodeGen/X86/vec_cast2.ll | 6 +-
test/CodeGen/X86/vec_int_to_fp.ll | 26 ++---
test/CodeGen/X86/vector-zext.ll | 142 ++++++++++++++-------------
13 files changed, 296 insertions(+), 246 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 b41f360 [SimplifyCFG] Use APInt::operator| instead of APInt::Or. NFC
new d2a4d59 Revert commit r296967, no typo
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:
docs/ProgrammersManual.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.