This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from dba2bdbe75 hurd: Avoid some PLTs in libc and librt
new 97c7a6a68b Revert __dirfd PLT avoidance for now
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 | 1 -
io/fts.c | 2 +-
2 files changed, 1 insertion(+), 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 831785001c1 Backport from mainline 2018-02-08 Peter Bergner <bergne [...]
new 7f4b48cd26c gcc/ Backport from mainline 2018-03-28 Peter Bergner <b [...]
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 | 38 ++++++++++++++++++++++
gcc/config/rs6000/rs6000-builtin.def | 18 ++++++----
gcc/config/rs6000/rs6000.c | 11 +++++--
gcc/config/rs6000/rs6000.h | 4 ++-
gcc/config/rs6000/rs6000.md | 12 ++-----
gcc/doc/extend.texi | 11 ++-----
gcc/testsuite/ChangeLog | 12 +++++++
gcc/testsuite/gcc.target/powerpc/extend-divide-1.c | 14 --------
gcc/testsuite/gcc.target/powerpc/extend-divide-2.c | 14 --------
9 files changed, 78 insertions(+), 56 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 55ff94d9d70 [llvm-pdbutil] Add an export subcommand.
new a21e8162163 Fix header mismatch in DIBuilder Type APIs
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/IR/DebugInfo.cpp | 10 +++++-----
1 file changed, 5 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 lld.
from 970be991d [PPC] Add a test for toc-relative access on ppc64le.
new 10cfc0fef [PPC64] Write plt stubs for ElfV2 abi
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/Arch/PPC64.cpp | 45 +++++++++++++++++++++++++++-------------
test/ELF/Inputs/shared-ppc64le.s | 14 +++++++++++++
test/ELF/ppc64le-plt-stub.s | 37 +++++++++++++++++++++++++++++++++
3 files changed, 82 insertions(+), 14 deletions(-)
create mode 100644 test/ELF/Inputs/shared-ppc64le.s
create mode 100644 test/ELF/ppc64le-plt-stub.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.
unknown user pushed a change to branch master
in repository glibc.
from f6fb29d22e hurd: Avoid local PLTs in libpthread.
new dba2bdbe75 hurd: Avoid some PLTs in libc and librt
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 | 42 ++++++++++++++++++++++++++++++++++++++++
hurd/hurdauth.c | 16 +++++++--------
hurd/hurdmsg.c | 2 +-
hurd/hurdprio.c | 2 +-
hurd/path-lookup.c | 2 +-
hurd/siginfo.c | 3 ++-
hurd/xattr.c | 6 +++---
io/fts.c | 2 +-
mach/devstream.c | 13 +++++++------
stdlib/canonicalize.c | 2 +-
sysdeps/mach/hurd/ifreq.c | 2 +-
sysdeps/mach/hurd/ifreq.h | 2 +-
sysdeps/mach/hurd/ptrace.c | 2 +-
sysdeps/mach/hurd/sendfile64.c | 2 +-
sysdeps/mach/hurd/socketpair.c | 2 +-
sysdeps/posix/clock_getres.c | 2 +-
sysdeps/pthread/timer_gettime.c | 2 +-
sysdeps/pthread/timer_routines.c | 2 +-
sysdeps/pthread/timer_settime.c | 4 ++--
sysdeps/unix/bsd/gtty.c | 2 +-
sysdeps/unix/bsd/stty.c | 2 +-
sysdeps/unix/bsd/tcflow.c | 2 +-
sysdeps/unix/clock_nanosleep.c | 4 ++--
23 files changed, 82 insertions(+), 38 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 6eda33795aa Remove unused PACKAGE_TARNAME; looks like a remnant of the [...]
new 55ff94d9d70 [llvm-pdbutil] Add an export subcommand.
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/DebugInfo/PDB/Native/InfoStream.h | 2 +-
lib/DebugInfo/PDB/Native/InfoStream.cpp | 4 +-
lib/DebugInfo/PDB/Native/PDBFile.cpp | 13 ++++-
test/tools/llvm-pdbdump/Inputs/tpi.bin | Bin 0 -> 6000 bytes
test/tools/llvm-pdbdump/export-stream.test | 2 +
tools/llvm-pdbutil/llvm-pdbutil.cpp | 64 +++++++++++++++++++++++++
tools/llvm-pdbutil/llvm-pdbutil.h | 6 +++
7 files changed, 86 insertions(+), 5 deletions(-)
create mode 100644 test/tools/llvm-pdbdump/Inputs/tpi.bin
create mode 100644 test/tools/llvm-pdbdump/export-stream.test
--
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 b691ac6db3 [CUDA] Let device-side shared variables be initialized with undef
new b75b68b657 Add helper to determine if a field is a zero-length bitfield.
new d2a393063c Add -fclang-abi-compat=6 flag for upcoming ABI changes.
new e24a51cdce Temporarily revert r328404:
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:
include/clang/AST/Decl.h | 5 ++
include/clang/Basic/LangOptions.h | 7 ++
lib/AST/Decl.cpp | 5 ++
lib/AST/DeclCXX.cpp | 5 +-
lib/AST/ODRHash.cpp | 18 -----
lib/CodeGen/CGCall.cpp | 6 +-
lib/CodeGen/CGRecordLayoutBuilder.cpp | 11 ++-
lib/CodeGen/TargetInfo.cpp | 4 +-
lib/Frontend/CompilerInvocation.cpp | 2 +
lib/Sema/SemaDecl.cpp | 4 +-
lib/Sema/SemaDeclCXX.cpp | 6 +-
test/Modules/odr_hash.cpp | 122 ----------------------------------
12 files changed, 34 insertions(+), 161 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 79f1873171 Fix infinite recursion when printing static member with typedef
new 121ad66c94 Fix merge issues in gdb/ChangeLog and gdb/testsuite/ChangeLog...
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 | 16 +---------------
gdb/testsuite/ChangeLog | 8 +-------
2 files changed, 2 insertions(+), 22 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 09ebadea33c 2018-04-02 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 5cdc52d125e PR c++/64095 - auto... parameter pack.
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 | 7 ++++
gcc/cp/parser.c | 40 ++++++++++++----------
.../g++.dg/cpp1y/lambda-generic-variadic16.C | 8 +++++
gcc/testsuite/g++.dg/cpp1y/lambda-mangle-1.C | 2 +-
4 files changed, 37 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic16.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 binutils-gdb.
from 3d6b3b8221 gdb/ChangeLog: Fix filenames in a couple of entries
new 79f1873171 Fix infinite recursion when printing static member with typedef
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 | 20 +++++++++++++++++
gdb/cp-valprint.c | 6 +++---
gdb/testsuite/ChangeLog | 11 ++++++++++
.../{subtypes-2.cc => static-typedef-print.cc} | 22 +++++++++++--------
.../{pr9067.exp => static-typedef-print.exp} | 25 +++++++++++-----------
5 files changed, 59 insertions(+), 25 deletions(-)
copy gdb/testsuite/gdb.cp/{subtypes-2.cc => static-typedef-print.cc} (75%)
copy gdb/testsuite/gdb.cp/{pr9067.exp => static-typedef-print.exp} (71%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.