This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 78b2cdffcef /cp 2017-09-12 Paolo Carlini <paolo.carlini(a)oracle.com>
new c86ea03e591 * config/sparc/sparc.c (output_return): Output the source [...]
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 | 6 ++++++
gcc/config/sparc/sparc.c | 26 ++++++++++++++++++++++----
2 files changed, 28 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 master
in repository compiler-rt.
from 9765720e3 [ubsan-minimal] Fix the x86_64h config check
new 45735bcdc [tsan] Disable user_malloc test which fails glibc 2.24
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/tsan/Linux/user_malloc.cc | 7 +++++++
1 file changed, 7 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-tools-extra.
from 7b6df2ef [clang-tidy] Revert Implement type-based check for gsl::owner
new ec686120 [clang-tidy] Implement type-based check for `gsl::owner`
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:
clang-tidy/cppcoreguidelines/CMakeLists.txt | 1 +
.../CppCoreGuidelinesTidyModule.cpp | 3 +
clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp | 316 +++++++++++++++++
clang-tidy/cppcoreguidelines/OwningMemoryCheck.h | 44 +++
clang-tidy/utils/Matchers.h | 4 +
docs/ReleaseNotes.rst | 5 +
.../checks/cppcoreguidelines-owning-memory.rst | 143 ++++++++
docs/clang-tidy/checks/list.rst | 1 +
.../clang-tidy/cppcoreguidelines-owning-memory.cpp | 389 +++++++++++++++++++++
9 files changed, 906 insertions(+)
create mode 100644 clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
create mode 100644 clang-tidy/cppcoreguidelines/OwningMemoryCheck.h
create mode 100644 docs/clang-tidy/checks/cppcoreguidelines-owning-memory.rst
create mode 100644 test/clang-tidy/cppcoreguidelines-owning-memory.cpp
--
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 a1a7820416 Remove compat from DEFAULT_CONFIG lookup strings
new a891caff7a Remove declare_mgen_alias_2.
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 | 12 ++++++++++++
math/s_ldexp_template.c | 4 +++-
sysdeps/generic/math-type-macros-double.h | 7 -------
sysdeps/generic/math-type-macros.h | 12 ------------
4 files changed, 15 insertions(+), 20 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 87a0366f08c 2017-09-12 Paul Thomas <pault(a)gcc.gnu.org>
new 78b2cdffcef /cp 2017-09-12 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/decl.c | 9 +++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/torture/pr70621.C | 13 +++++++++++++
4 files changed, 29 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr70621.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 newlib.
from 21a39b20a Revert "cygwin: only expose /dev/con{in,out,sole} when starte [...]
new 05cfd1aed cygwin: workaround GCC 6 changes
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:
winsup/cygwin/Makefile.in | 4 ++--
winsup/cygwin/crt0.c | 2 ++
winsup/cygwin/init.cc | 2 ++
3 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 lld.
from 52dc6b2aa Update comment. NFC.
new 7cad4ab9e [MinGW] Pass the undecorated entry point name to the COFF linker
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:
MinGW/Driver.cpp | 10 ++++++++--
test/MinGW/driver.test | 3 +++
2 files changed, 11 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 clang.
from efd1952be2 [ubsan] Extend default blacklist support to integer/nullabil [...]
new 6370edb752 [Driver] Darwin: Link in the profile runtime archive first
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/Driver/ToolChains/Darwin.cpp | 44 ++++++++++++++++++++++++----------------
lib/Driver/ToolChains/Darwin.h | 23 +++++++++++++++++++--
test/Driver/darwin-ld.c | 10 +++++++++
3 files changed, 57 insertions(+), 20 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 hjl/pie/static
in repository glibc.
discards a1ff2f4201 Don't use hidden visibility in libc.a with PIE on i386
discards 758dda7f8d Add --enable-static-pie to build static PIE
adds 96480903ab Finish change from “Bengali” to “Bangla”
adds 00c3da43ac sunrpc/tst-udp-timeout: Fix timeout value
adds 65b22ebc61 Fix $(error) use in Makefile
adds 3bdfd9fbed sunrpc/tst-udp-nonblocking: Fix timeout value
adds 891abfd3c0 Update translations
adds 45ff34638f x86: Add x86_64 to x86-64 HWCAP [BZ #22093]
adds 4b7d1efb51 Define and use a libm_alias_float macro.
adds a166531fdf hurd: Fix build without NO_HIDDEN
adds ef8adeb041 x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967]
adds a1a7820416 Remove compat from DEFAULT_CONFIG lookup strings
new 5ce2922109 Add --enable-static-pie to build static PIE
new 4b57904fb0 Don't use hidden visibility in libc.a with PIE on i386
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 (a1ff2f4201)
\
N -- N -- N refs/heads/hjl/pie/static (4b57904fb0)
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 | 88 ++
elf/rtld-Rules | 4 +-
grp/initgroups.c | 8 +-
libio/tst-widetext.input | 2 +-
locale/iso-639.def | 2 +-
localedata/locales/bn_BD | 6 +-
manual/nss.texi | 18 +-
nscd/initgrcache.c | 9 +-
nss/grp-lookup.c | 8 +-
nss/nsswitch.c | 16 +-
nss/pwd-lookup.c | 8 +-
nss/spwd-lookup.c | 8 +-
po/fr.po | 4 +-
po/sv.po | 1150 ++++++++++----------
posix/sched_primax.c | 1 +
posix/sched_primin.c | 1 +
sunrpc/tst-udp-nonblocking.c | 8 +-
sunrpc/tst-udp-timeout.c | 6 +-
.../libm-alias-float.h} | 23 +-
sysdeps/generic/math-type-macros-float.h | 6 +
sysdeps/mach/hurd/dl-sysdep.c | 13 +
sysdeps/mach/hurd/mmap.c | 1 +
sysdeps/mach/hurd/mmap64.c | 1 +
sysdeps/mach/mprotect.c | 1 +
sysdeps/mach/munmap.c | 1 +
sysdeps/x86/cpu-features.c | 3 +-
sysdeps/x86/cpu-features.h | 2 +
sysdeps/x86/cpu-tunables.c | 7 +
sysdeps/x86/dl-hwcap.h | 12 +-
sysdeps/x86/dl-procinfo.c | 4 +-
sysdeps/x86_64/Makefile | 17 +
.../x86_64/fpu/multiarch/ifunc-mathvec-avx512.h | 13 +-
sysdeps/x86_64/{tst-quad1.c => tst-x86_64-1.c} | 3 +-
.../strcmp-sse4_2.S => tst-x86_64mod-1.c} | 9 +-
34 files changed, 830 insertions(+), 633 deletions(-)
copy sysdeps/{x86_64/fpu/multiarch/svml_s_expf8_core.c => generic/libm-alias-float [...]
copy sysdeps/x86_64/{tst-quad1.c => tst-x86_64-1.c} (87%)
copy sysdeps/x86_64/{multiarch/strcmp-sse4_2.S => tst-x86_64mod-1.c} (90%)
--
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 c64508a42f8 Update branch coalescing to be a PowerPC specific pass
new 32e786ad2a1 [sancov] coverage-report-server.py: ServerHandler(): open f [...]
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:
tools/sancov/coverage-report-server.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.