This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6bce9f61829 [AArch64] Refactor the loads and stores optimizer
new 9b78b26b27b [WebAssembly] Update cfg-stackify.ll to remove the workarou [...]
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/WebAssembly/cfg-stackify.ll | 34 +++++++++++++++++---------------
1 file changed, 18 insertions(+), 16 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 9d5bba66 [clangd] Fix flag name from r318327
new 8f0cbfe9 [clangd] Revert broken r318329 and disable tests on PS4
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:
clangd/GlobalCompilationDatabase.cpp | 6 +-----
test/clangd/lit.local.cfg | 6 ++++++
2 files changed, 7 insertions(+), 5 deletions(-)
create mode 100644 test/clangd/lit.local.cfg
--
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 6e445920e7c PR testsuite/82988 - g++.dg/cpp0x/lambda/lambda-switch.C fail
new 3ef84acc081 [gcc]
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 | 44 ++++++
gcc/config/rs6000/altivec.h | 1 +
gcc/config/rs6000/altivec.md | 2 +-
gcc/config/rs6000/rs6000-builtin.def | 9 +-
gcc/config/rs6000/rs6000-c.c | 199 ++++++++++++++++-------
gcc/config/rs6000/rs6000.c | 142 ++---------------
gcc/config/rs6000/vsx.md | 208 +++++++++++++++++++++----
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.target/powerpc/swaps-p8-26.c | 6 +-
9 files changed, 380 insertions(+), 236 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 glibc.
from 78cde19f62 Add MSG_ZEROCOPY from Linux 4.14 to bits/socket.h.
new 495a56fdeb manual: Update to mention ENODEV for ttyname and ttyname_r
new 9b5a87502d linux ttyname: Update a reference to kernel docs for kernel 4.10
new d10d6cab16 linux ttyname: Change return type of is_pty from int to bool
new 2fbce9c203 linux ttyname{_r}: Make tty checks consistent
new a09dfc19ed linux ttyname{_r}: Don't bail prematurely [BZ #22145]
new d9611e3085 linux ttyname{_r}: Add tests
The 6 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 | 26 ++
manual/terminal.texi | 5 +
sysdeps/unix/sysv/linux/Makefile | 3 +-
sysdeps/unix/sysv/linux/tst-ttyname.c | 625 ++++++++++++++++++++++++++++++++++
sysdeps/unix/sysv/linux/ttyname.c | 59 ++--
sysdeps/unix/sysv/linux/ttyname.h | 18 +-
sysdeps/unix/sysv/linux/ttyname_r.c | 61 ++--
7 files changed, 715 insertions(+), 82 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/tst-ttyname.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 compiler-rt.
from f404b1861 libfuzzer: Fix file listing on some filesystems
new b1d0cfb1e Fix some typos in a comment.
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/lsan/lsan_common.h | 6 +++---
1 file changed, 3 insertions(+), 3 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 5feaa63a707 Simplify file handling in dsymutil.
new 6bce9f61829 [AArch64] Refactor the loads and stores optimizer
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/AArch64/AArch64LoadStoreOptimizer.cpp | 286 +++++++++++------------
1 file changed, 143 insertions(+), 143 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 ffa12318e54 Fix gcd breakage. * include/std/numeric (gcd): Use remove_c [...]
new 6e445920e7c PR testsuite/82988 - g++.dg/cpp0x/lambda/lambda-switch.C fail
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/testsuite/ChangeLog | 7 ++++++-
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-switch.C | 4 +++-
2 files changed, 9 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 9723ed5d6f5 [X86] Add some explanatory comments to the ProcessorFeature [...]
new 5feaa63a707 Simplify file handling in dsymutil.
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/dsymutil/DwarfLinker.cpp | 47 ++++++++++++++----------------------------
tools/dsymutil/dsymutil.cpp | 11 +++++++++-
tools/dsymutil/dsymutil.h | 2 +-
3 files changed, 27 insertions(+), 33 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 release_50
in repository llvm.
from 165d008209e Merging r315310:
new f8579b1caad Merging r310475:
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/Support/FormatVariadic.h | 17 +++++++++++++++++
unittests/Support/FormatVariadicTest.cpp | 6 ++++++
2 files changed, 23 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 newlib.
from 0f88d21e4 Cygwin: Add FAQ How do I fix find_fast_cwd warnings?
new 57732f9b4 Cygwin: pipe_data_available: cleanup code
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/select.cc | 67 +++++++++++++++++++++++++++++--------------------
1 file changed, 40 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.