This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from e4252e5c53 Add MAINTAINERS
new 0f01acb340 Consolidate Linux close syscall generation
new b41152d716 Consolidate Linux open implementation
new cab6e5af9d Consolidate Linux creat implementation
new f6a191a6ee Consolidate Linux read syscall
new dfaaee33ba Consolidate Linux write syscall
new 679e979bf3 Consolidate Linux readv implementation
new 488e08b600 Consolidate Linux writev implementation
new 31073a53d8 powerpc: Fix signal handling in backtrace
The 8 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 | 50 ++++++++++++++++++++++
include/unistd.h | 2 +
io/Makefile | 4 ++
nptl/Makefile | 3 ++
sysdeps/powerpc/powerpc32/backtrace.c | 17 +++++---
sysdeps/powerpc/powerpc64/backtrace.c | 17 +++++---
sysdeps/unix/sysv/linux/alpha/creat.c | 8 ----
sysdeps/{nacl => unix/sysv/linux}/close.c | 9 ++--
sysdeps/unix/sysv/linux/{generic => }/creat.c | 17 +++++---
.../unix/sysv/linux/{generic/creat.c => creat64.c} | 26 ++++++-----
sysdeps/unix/sysv/linux/generic/open64.c | 44 -------------------
sysdeps/unix/sysv/linux/{generic => }/open.c | 25 +++--------
sysdeps/unix/sysv/linux/open64.c | 24 +++++++++--
sysdeps/{mach/hurd => unix/sysv/linux}/read.c | 13 +++---
.../unix/sysv/linux/readv.c | 12 +++---
sysdeps/unix/sysv/linux/syscalls.list | 1 -
sysdeps/unix/sysv/linux/wordsize-64/creat64.c | 1 -
sysdeps/unix/sysv/linux/wordsize-64/open64.c | 1 -
sysdeps/unix/sysv/linux/wordsize-64/syscalls.list | 2 -
sysdeps/{nacl => unix/sysv/linux}/write.c | 10 ++---
.../unix/sysv/linux/writev.c | 12 +++---
21 files changed, 161 insertions(+), 137 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/alpha/creat.c
copy sysdeps/{nacl => unix/sysv/linux}/close.c (83%)
copy sysdeps/unix/sysv/linux/{generic => }/creat.c (77%)
rename sysdeps/unix/sysv/linux/{generic/creat.c => creat64.c} (64%)
delete mode 100644 sysdeps/unix/sysv/linux/generic/open64.c
rename sysdeps/unix/sysv/linux/{generic => }/open.c (78%)
copy sysdeps/{mach/hurd => unix/sysv/linux}/read.c (79%)
copy support/xpthread_attr_init.c => sysdeps/unix/sysv/linux/readv.c (77%)
delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/creat64.c
delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/open64.c
copy sysdeps/{nacl => unix/sysv/linux}/write.c (80%)
copy support/xpthread_attr_init.c => sysdeps/unix/sysv/linux/writev.c (77%)
--
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 29165da1cd5 [MSP430] Generate EABI-compliant libcalls
new 26ea63b5bad [AMDGPU] Placate unused variable warning in release builds.
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/AMDGPU/SIISelLowering.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 c6a982e9355 2017-05-11 François Dumont <fdumont(a)gcc.gnu.org>
new 84fcdb6610e 2017-05-11 François Dumont <fdumont(a)gcc.gnu.org>
new 3dce8b42689 Don't assume __secure_getenv is available
new bc6e8b8be8d [gcc]
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:
gcc/ChangeLog | 7 +++++++
gcc/config/rs6000/rs6000.c | 14 +++++++++++++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/powerpc/pr80695-p8.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr80695-p9.c | 18 ++++++++++++++++++
libgfortran/ChangeLog | 7 +++++++
libgfortran/libgfortran.h | 4 +---
libgfortran/runtime/environ.c | 11 +++++++++++
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/include/debug/safe_container.h | 14 ++++++++++++--
libstdc++-v3/include/debug/string | 13 ++++++++++---
11 files changed, 107 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80695-p8.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80695-p9.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 ded71be5b11 [LiveVariables] Switch Kill/Defs sets to be DenseSet(s).
new 29165da1cd5 [MSP430] Generate EABI-compliant libcalls
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/IR/CallingConv.h | 4 +
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 1 +
lib/Target/MSP430/MSP430ISelLowering.cpp | 268 ++++++++--
lib/Target/MSP430/MSP430InstrInfo.td | 2 +-
lib/Target/MSP430/MSP430RegisterInfo.cpp | 4 +-
test/CodeGen/MSP430/hwmult16.ll | 43 ++
test/CodeGen/MSP430/hwmult32.ll | 43 ++
test/CodeGen/MSP430/hwmultf5.ll | 43 ++
test/CodeGen/MSP430/jumptable.ll | 2 +-
test/CodeGen/MSP430/libcalls.ll | 595 +++++++++++++++++++++
...009-11-05-8BitLibcalls.ll => promote-i8-mul.ll} | 2 +-
11 files changed, 967 insertions(+), 40 deletions(-)
create mode 100644 test/CodeGen/MSP430/hwmult16.ll
create mode 100644 test/CodeGen/MSP430/hwmult32.ll
create mode 100644 test/CodeGen/MSP430/hwmultf5.ll
create mode 100644 test/CodeGen/MSP430/libcalls.ll
rename test/CodeGen/MSP430/{2009-11-05-8BitLibcalls.ll => promote-i8-mul.ll} (95%)
--
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 87c9ebb9f81 Missing Changelog * libcp1plugin.cc (safe_pushdecl_maybe_ [...]
new c6a982e9355 2017-05-11 François Dumont <fdumont(a)gcc.gnu.org>
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 | 13 +++++++++++++
libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver | 5 -----
libstdc++-v3/include/debug/formatter.h | 6 ++++++
libstdc++-v3/src/c++11/debug.cc | 3 +++
4 files changed, 22 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 llvm.
from 483eed91833 [APInt] Remove an APInt copy from the return of APInt::mult [...]
new ded71be5b11 [LiveVariables] Switch Kill/Defs sets to be DenseSet(s).
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/LiveVariables.cpp | 2 +-
1 file changed, 1 insertion(+), 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 clang.
from 2a713729f4 PR22877: When constructing an array via a constructor with a [...]
new b5afea8bd4 Work around different -std= default for PS4 target.
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/CodeGenCXX/array-default-argument.cpp | 2 +-
1 file changed, 1 insertion(+), 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 clang.
from 5dcd7a8c42 Add a test that local submodule visibility has no effect on [...]
new 2a713729f4 PR22877: When constructing an array via a constructor with a [...]
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/CGExprAgg.cpp | 20 ++++++++++++-----
test/CodeGenCXX/array-default-argument.cpp | 36 ++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGenCXX/array-default-argument.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 gcc.
from ca928d5532a * libcp1plugin.cc (plugin_build_decl): Adjust add_method call.
new 3fd4f7d82e8 * cp-lang.c (get_global_decls, cxx_pushdecl, LANG_HOOK_GET [...]
new 87c9ebb9f81 Missing Changelog * libcp1plugin.cc (safe_pushdecl_maybe_ [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/cp-lang.c | 21 ---------------------
gcc/cp/cp-objcp-common.c | 16 ++++++++++++++++
gcc/cp/cp-objcp-common.h | 7 +++++++
libcc1/ChangeLog | 4 ++++
5 files changed, 33 insertions(+), 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 gcc.
from 33a9536b0d9 PR target/80706 * config/i386/sync.md (UNSPEC_LDX_ATOMIC) [...]
new ca928d5532a * libcp1plugin.cc (plugin_build_decl): Adjust add_method call.
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:
libcc1/libcp1plugin.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.