This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 982dd20ed getfacl: Simplify by using acl_to_any_text
new a9ffa71a1 POSIX Asynchronous I/O support: aio files
new 87253cbe3 POSIX Asynchronous I/O support: fhandler files
new 7f32efbf7 POSIX Asynchronous I/O support: other files
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:
winsup/cygwin/Makefile.in | 1 +
winsup/cygwin/aio.cc | 1005 ++++++++++++++++++++++++++++++++
winsup/cygwin/common.din | 8 +
winsup/cygwin/fhandler.cc | 4 +-
winsup/cygwin/fhandler.h | 11 +-
winsup/cygwin/fhandler_disk_file.cc | 100 +++-
winsup/cygwin/fhandler_tty.cc | 2 +-
winsup/cygwin/include/aio.h | 82 +++
winsup/cygwin/include/cygwin/version.h | 6 +-
winsup/cygwin/include/limits.h | 17 +-
winsup/cygwin/release/2.11.0 | 4 +
winsup/cygwin/sysconf.cc | 6 +-
winsup/cygwin/thread.cc | 4 +-
winsup/doc/new-features.xml | 6 +
winsup/doc/posix.xml | 16 +-
winsup/utils/strace.cc | 2 +-
16 files changed, 1214 insertions(+), 60 deletions(-)
create mode 100644 winsup/cygwin/aio.cc
create mode 100644 winsup/cygwin/include/aio.h
--
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 b610a9cf2 getfacl and setfacl: Align with Linux
new 982dd20ed getfacl: Simplify by using acl_to_any_text
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/utils/getfacl.c | 154 +++++++++++++------------------------------------
1 file changed, 41 insertions(+), 113 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 be3e27bb55 Suppress string diagnostics for pre-release GCC
new 491993044b Enhance powerpc ld -r --relax
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:
bfd/ChangeLog | 7 +++++++
bfd/elf32-ppc.c | 33 +++++++++++++++++++++++++++------
ld/ChangeLog | 7 +++++++
ld/testsuite/ld-powerpc/big.s | 2 ++
ld/testsuite/ld-powerpc/powerpc.exp | 3 +++
ld/testsuite/ld-powerpc/relaxr.d | 26 ++++++++------------------
ld/testsuite/ld-powerpc/relaxrl.d | 27 +++++++++++++++++++++++++++
7 files changed, 81 insertions(+), 24 deletions(-)
create mode 100644 ld/testsuite/ld-powerpc/big.s
create mode 100644 ld/testsuite/ld-powerpc/relaxrl.d
--
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 a23be0643b8 [Dominators] Assert if there is modification to DelBB while [...]
new f9c35fb62e2 [mips] Replace custom parsing logic for data directives by [...]
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/Mips/AsmParser/MipsAsmParser.cpp | 43 ++--------------------
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp | 5 +++
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h | 6 ++--
test/MC/Mips/micromips-label-test.s | 46 +++++++++++++++++++++++-
4 files changed, 57 insertions(+), 43 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 1df8e57db9 CodeGen: use non-zero memset when possible for automatic variables
new 1231be927b cc1_main: fix -Wsign-compare on FreeBSD
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/driver/cc1_main.cpp | 6 ++++--
1 file changed, 4 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 434ff8b75b9 [X86] Use X86ISD::MUL_IMM instead of ISD::MUL for multiply [...]
new a23be0643b8 [Dominators] Assert if there is modification to DelBB while [...]
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/DomTreeUpdater.h | 10 ++++++----
lib/IR/DomTreeUpdater.cpp | 7 +++++++
2 files changed, 13 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 llvm.
from 2f4f56849c8 [X86] Autogenerate complete checks and fix a failure introd [...]
new 434ff8b75b9 [X86] Use X86ISD::MUL_IMM instead of ISD::MUL for multiply [...]
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 | 3 ++-
1 file changed, 2 insertions(+), 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 llvm.
from fc5040103f2 [RegisterBankInfo] Ignore InstrMappings that create impossi [...]
new 2f4f56849c8 [X86] Autogenerate complete checks and fix a failure introd [...]
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/CodeGen/X86/lea-opt.ll | 235 +++++++++++++++++++++++++++++++++-----------
1 file changed, 178 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 master
in repository libcxx.
from bb00305f4 Fix missing includes in format_string.hpp helper
new 8410c8170 Fix bugs in create_directory implementation.
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:
src/experimental/filesystem/operations.cpp | 6 ++--
.../create_directories.pass.cpp | 32 +++++++++++++++++++
.../create_directory.pass.cpp | 4 +--
.../create_directory_with_attributes.pass.cpp | 37 +++++++++++++++++++---
4 files changed, 71 insertions(+), 8 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 32655dde06 [profile] Support profiling runtime on Fuchsia
new 1df8e57db9 CodeGen: use non-zero memset when possible for automatic variables
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/CGDecl.cpp | 167 +++++++++++++++++++++++++++++++++++++++++--------
test/CodeGen/init.c | 66 +++++++++++++++++++
2 files changed, 207 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.