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 a00b86e [docs] Remove doubled spaces
new 9898b31 [include-fixer] Refactor include fixer to be usable as a plugin
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-fixer/CMakeLists.txt | 1 +
include-fixer/IncludeFixer.cpp | 521 +++++++++++++++-------------
include-fixer/IncludeFixer.h | 65 ++++
include-fixer/plugin/CMakeLists.txt | 12 +
include-fixer/plugin/IncludeFixerPlugin.cpp | 97 ++++++
5 files changed, 451 insertions(+), 245 deletions(-)
create mode 100644 include-fixer/plugin/CMakeLists.txt
create mode 100644 include-fixer/plugin/IncludeFixerPlugin.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 binutils-gdb.
from 7c2683c gdb/ctf.c: Get rid of mkdir redefinition
new 66be918 gdb/c-exp.y: fprintf -> parser_fprintf
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/c-exp.y | 28 ++++++++++++++--------------
2 files changed, 18 insertions(+), 14 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 binutils-gdb.
from 200069c gdb/ada-lang.c: one malloc -> unique_ptr<[]>
new 7c2683c gdb/ctf.c: Get rid of mkdir redefinition
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/ctf.c | 5 -----
2 files changed, 4 insertions(+), 5 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 c535328 [clang-tidy] Ignore template instantiations in modernize-use- [...]
new a00b86e [docs] Remove doubled spaces
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/ModularizeUsage.rst | 20 ++++-----
.../cppcoreguidelines-pro-type-cstyle-cast.rst | 2 +-
.../cppcoreguidelines-pro-type-member-init.rst | 2 +-
docs/clang-tidy/checks/misc-sizeof-expression.rst | 2 +-
.../checks/modernize-raw-string-literal.rst | 6 +--
docs/clang-tidy/checks/modernize-use-auto.rst | 2 +-
docs/clang-tidy/checks/modernize-use-default.rst | 2 +-
docs/clang-tidy/checks/modernize-use-emplace.rst | 2 +-
.../checks/performance-faster-string-find.rst | 2 +-
.../readability-braces-around-statements.rst | 2 +-
docs/clang-tidy/index.rst | 4 +-
docs/include-fixer.rst | 2 +-
docs/index.rst | 2 +-
docs/modularize.rst | 16 ++++----
docs/pp-trace.rst | 48 +++++++++++-----------
15 files changed, 57 insertions(+), 57 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 zack/explicit-bzero
in repository glibc.
discards 337e8f5 Use explicit_bzero where appropriate
discards 4546815 Add fortification and inline optimization of explicit_bzero.
discards 9533ed6 New string function explicit_bzero (from OpenBSD).
adds 001f81a s390x: Add hidden definition for __sigsetjmp
adds c7409ad configure: accept __stack_chk_fail_local for ssp support too [...]
adds 48b17f0 ChangeLog: fix date
adds 6ab707b manual: Remove non-existent mount options S_IMMUTABLE and S_A [...]
adds f07820b Make SH ucontext always match current kernels.
adds 530862a Fix SH4 register-dump.h for soft-float.
adds afcf3cd New internal function __access_noerrno
adds 7773556 Correct comments in string.h re strcoll_l, strxfrm_l.
adds 61158ff Fix crypt snprintf namespace (bug 20829).
adds 85d3192 Enable linknamespace testing for libdl and libcrypt.
adds 049cc48 Make Alpha <sys/user.h> self-contained.
new 715e811 New string function explicit_bzero (from OpenBSD).
new 84867b7 Add fortification and inline optimization of explicit_bzero.
new 5242026 Use explicit_bzero where appropriate
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 (337e8f5)
\
N -- N -- N refs/heads/zack/explicit-bzero (5242026)
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 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:
ChangeLog | 81 ++++++++++++++++++++++++++
configure | 8 ++-
configure.ac | 8 ++-
conform/Makefile | 23 +++++---
crypt/sha256-crypt.c | 4 +-
crypt/sha512-crypt.c | 4 +-
hurd/hurd.h | 29 +++++++++
include/stdio.h | 1 +
include/unistd.h | 6 ++
io/access.c | 7 +++
manual/sysinfo.texi | 14 -----
stdio-common/Versions | 2 +
stdio-common/snprintf.c | 1 +
string/string.h | 8 +--
sysdeps/mach/hurd/access.c | 37 ++++++++++--
sysdeps/nacl/access.c | 7 +++
sysdeps/nacl/nacl-interfaces.h | 4 ++
sysdeps/s390/s390-32/setjmp.S | 42 +++++++------
sysdeps/s390/s390-64/setjmp.S | 42 +++++++------
sysdeps/unix/sysv/linux/access.c | 15 +++++
sysdeps/unix/sysv/linux/alpha/sys/user.h | 1 +
sysdeps/unix/sysv/linux/sh/sh4/register-dump.h | 2 +-
sysdeps/unix/sysv/linux/sh/sys/ucontext.h | 15 -----
23 files changed, 265 insertions(+), 96 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 051b66c 2016-11-17 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new b0c413f [gcc]
new 9794389 [AArch64] Expand DImode constant stores to two SImode stores [...]
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 | 17 +++++++
gcc/config/aarch64/aarch64-protos.h | 1 +
gcc/config/aarch64/aarch64.c | 57 ++++++++++++++++++++++
gcc/config/aarch64/aarch64.md | 5 ++
gcc/testsuite/ChangeLog | 11 +++++
.../aarch64/store_repeating_constant_1.c | 11 +++++
.../aarch64/store_repeating_constant_2.c | 15 ++++++
gcc/testsuite/gfortran.dg/vect/pr77848.f | 24 +++++++++
gcc/tree-if-conv.c | 10 ++--
9 files changed, 147 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/store_repeating_constant_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/store_repeating_constant_2.c
create mode 100644 gcc/testsuite/gfortran.dg/vect/pr77848.f
--
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 b2ee0a4 [ELF] Remove unneeded forward declarations. NFC.
new f4aad22 Avoid accessing an end() iterator.
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:
ELF/LinkerScript.cpp | 4 +++-
test/ELF/linkerscript/no-pt-load.s | 5 +++++
2 files changed, 8 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/linkerscript/no-pt-load.s
--
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.
Yvan Roux pushed a change to annotated tag linaro-snapshot-6.2-2016.11
in repository toolchain/gcc.
at 25c7742 (tag)
tagging 8aaf8ee53c62c19ef3a66b1b0b1e2913f1196c17 (commit)
replaces linaro-snapshot-6.2-2016.10
tagged by Yvan Roux
on Thu Nov 17 13:33:31 2016 +0100
- Log -----------------------------------------------------------------
Linaro GCC Snapshot 6.2-2016.11
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 8aaf8ee Make Linaro GCC Snapshot 6.2-2016.11.
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.
--
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 85d3192 Enable linknamespace testing for libdl and libcrypt.
new 049cc48 Make Alpha <sys/user.h> self-contained.
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 | 4 ++++
sysdeps/unix/sysv/linux/alpha/sys/user.h | 1 +
2 files changed, 5 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 binutils-gdb.
from 19f1935 gdb/tracepoint.c: Don't use printf_vma
new 200069c gdb/ada-lang.c: one malloc -> unique_ptr<[]>
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 | 5 +++++
gdb/ada-lang.c | 14 +++++---------
2 files changed, 10 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.