This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 2714c5f3c9 resolv: Tests for various versions of res_init
new ca4b396ebe posix: Add missing build flags for p{write,read}v2
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 | 7 +++++++
misc/Makefile | 4 ++++
2 files changed, 11 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 llvm.
from 2118193ddf9 [OrderedBasicBlock] Return false for comesBefore(A, A)
new 397f7b2eeab Regenerate shrink-compare.ll test results. NFC
new 38e075d56e5 Regenerate and-sink.ll test results. NFC
new f4b4c0031c8 Regenerate sse3.ll test results. NFC
new c4071bcc5b6 [Hexagon] Return 0 from getDotNewPredOp when .new opcode do [...]
The 4 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/Hexagon/HexagonInstrInfo.cpp | 4 +-
test/CodeGen/Hexagon/newify-crash.ll | 44 +++++++++++
test/CodeGen/X86/and-sink.ll | 133 ++++++++++++++++++++++----------
test/CodeGen/X86/shrink-compare.ll | 129 +++++++++++++++++++++++--------
test/CodeGen/X86/sse3.ll | 18 +++++
5 files changed, 254 insertions(+), 74 deletions(-)
create mode 100644 test/CodeGen/Hexagon/newify-crash.ll
--
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 673cb072a4 getaddrinfo: Always allocate canonical name on the heap
new 2714c5f3c9 resolv: Tests for various versions of res_init
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 | 32 ++
resolv/Makefile | 8 +
resolv/tst-resolv-res_init-skeleton.c | 601 +++++++++++++++++++++++++++++
resolv/tst-resolv-res_init-thread.c | 20 +
resolv/tst-resolv-res_init.c | 20 +
support/Makefile | 9 +
support/capture_subprocess.h | 19 +
support/namespace.h | 12 +
support/support-xstat.c | 30 ++
support/support.h | 15 +
support/support_can_chroot.c | 65 ++++
support/support_capture_subprocess_check.c | 67 ++++
support/support_isolate_in_subprocess.c | 38 ++
support/support_shared_allocate.c | 57 +++
support/support_write_file_string.c | 39 ++
support/xchroot.c | 28 ++
support/xmkdir.c | 28 ++
support/xopen.c | 30 ++
support/xunistd.h | 9 +-
19 files changed, 1126 insertions(+), 1 deletion(-)
create mode 100644 resolv/tst-resolv-res_init-skeleton.c
create mode 100644 resolv/tst-resolv-res_init-thread.c
create mode 100644 resolv/tst-resolv-res_init.c
create mode 100644 support/support-xstat.c
create mode 100644 support/support_can_chroot.c
create mode 100644 support/support_capture_subprocess_check.c
create mode 100644 support/support_isolate_in_subprocess.c
create mode 100644 support/support_shared_allocate.c
create mode 100644 support/support_write_file_string.c
create mode 100644 support/xchroot.c
create mode 100644 support/xmkdir.c
create mode 100644 support/xopen.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 hjl/avx2/master
in repository glibc.
discards 6c8356dd95 memrchr.S: memrchr.c
discards c8405630dd memchr/rawmemchr/wmemchr: string-sse2-avx2.h
discards 5c0699577c strrchr/wcsrchr: string-sse2-avx2.h
new dc9ef2c076 strrchr/wcsrchr: ifunc-sse2-avx2.h
new 52b3e083a6 memchr/rawmemchr/wmemchr: ifunc-sse2-avx2.h
new a47f48b9dd memrchr.S: memrchr.c
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 (6c8356dd95)
\
N -- N -- N refs/heads/hjl/avx2/master (a47f48b9dd)
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:
sysdeps/x86_64/multiarch/{string-sse2-avx2.h => ifunc-sse2-avx2.h} | 3 +--
sysdeps/x86_64/multiarch/memchr.c | 2 +-
sysdeps/x86_64/multiarch/memrchr.c | 2 +-
sysdeps/x86_64/multiarch/rawmemchr.c | 2 +-
sysdeps/x86_64/multiarch/strrchr.c | 2 +-
sysdeps/x86_64/multiarch/wcsrchr.c | 2 +-
sysdeps/x86_64/multiarch/wmemchr.c | 2 +-
7 files changed, 7 insertions(+), 8 deletions(-)
rename sysdeps/x86_64/multiarch/{string-sse2-avx2.h => ifunc-sse2-avx2.h} (93%)
--
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 67af87090e8 2017-06-02 Richard Biener <rguenther(a)suse.de>
new 049d5ecc273 cp/ Remove lang_type_ptrmem. * cp-tree.h (lang_type_head [...]
new 5f5862ae462 Changlogs: cp/ Remove lang_type_ptrmem. * cp-tree.h (lan [...]
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 | 18 ++++++++
gcc/cp/class.c | 2 +-
gcc/cp/cp-tree.h | 109 +++++++++++++------------------------------------
gcc/cp/decl.c | 6 ++-
gcc/cp/lex.c | 24 ++++-------
gcc/objcp/ChangeLog | 6 +++
gcc/objcp/objcp-decl.h | 11 ++---
7 files changed, 70 insertions(+), 106 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 hjl/avx2/master
in repository glibc.
discards 8c6a4bf036 memrchr.S: memrchr.c
discards 023795d16d memchr/rawmemchr/wmemchr: string-sse2-avx2.h
discards 597630559f strrchr/wcsrchr: string-sse2-avx2.h
discards a4a7009311 strrchr/wcsrchr AVX2: c
discards 31106555b1 x86-64: Optimize strrchr/wcsrchr with AVX2
discards 08b198b4f6 x86-64: Optimize memrchr with AVX2
discards 8979816a1b x86-64: Optimize strchr/strchrnul/wcschr with AVX2
discards e6e317a06a x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2
discards e4a655c9bb x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2
discards 09f54b5b02 x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBE
discards 51597d57a2 x86-64: Optimize wmemset with SSE2/AVX2/AVX512
discards f37a2a4d04 x86-64: Update strlen.S to support wcslen/wcsnlen
discards 6c6a107dad x86_64: Remove redundant REX bytes from memrchr.S
discards 2e88eb8c07 Add more tests for memchr
discards 986b51f7fb benchtests: Add more tests for memrchr
adds 72b81552a1 Add shim header for bits/syscall.h.
adds 6da85a0daf conformtest: Correct signal.h expectations for XPG4 / XPG42.
adds 09103e4025 Include sys/param.h in stdlib/gmp-impl.h instead of redefini [...]
adds 91b6eb1140 Add internal facility for dynamic array handling
adds 673cb072a4 getaddrinfo: Always allocate canonical name on the heap
new 3997ae5d0b benchtests: Add more tests for memrchr
new 4a5d68e35d Add more tests for memchr
new 5b7c9ebf15 x86_64: Remove redundant REX bytes from memrchr.S
new 8e457b6d13 x86-64: Update strlen.S to support wcslen/wcsnlen
new 9ecca7ff33 x86-64: Optimize wmemset with SSE2/AVX2/AVX512
new 0cbd97cccf x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBE
new 218709ea89 x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2
new bdfa304cd8 x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2
new 7f51d82fb0 x86-64: Optimize strchr/strchrnul/wcschr with AVX2
new a13bc05170 x86-64: Optimize memrchr with AVX2
new 4a3951d0b5 x86-64: Optimize strrchr/wcsrchr with AVX2
new 6a421960a3 strrchr/wcsrchr AVX2: c
new 5c0699577c strrchr/wcsrchr: string-sse2-avx2.h
new c8405630dd memchr/rawmemchr/wmemchr: string-sse2-avx2.h
new 6c8356dd95 memrchr.S: memrchr.c
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 (8c6a4bf036)
\
N -- N -- N refs/heads/hjl/avx2/master (6c8356dd95)
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 15 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 | 86 ++++
conform/data/signal.h-data | 28 +-
malloc/Makefile | 27 +-
malloc/Versions | 8 +
malloc/dynarray-skeleton.c | 499 ++++++++++++++++++++++++
malloc/dynarray.h | 176 +++++++++
malloc/dynarray_at_failure.c | 31 ++
malloc/dynarray_emplace_enlarge.c | 69 ++++
malloc/dynarray_finalize.c | 62 +++
malloc/dynarray_resize.c | 59 +++
malloc/dynarray_resize_clear.c | 35 ++
malloc/tst-dynarray-at-fail.c | 125 ++++++
malloc/tst-dynarray-fail.c | 418 ++++++++++++++++++++
malloc/tst-dynarray-shared.h | 77 ++++
malloc/tst-dynarray.c | 517 +++++++++++++++++++++++++
stdlib/gmp-impl.h | 8 +-
support/Makefile | 4 +
support/capture_subprocess.h | 42 ++
support/support_capture_subprocess.c | 108 ++++++
support/tst-support_capture_subprocess.c | 188 +++++++++
support/xdup2.c | 28 ++
support/xpipe.c | 28 ++
support/xunistd.h | 2 +
sysdeps/posix/getaddrinfo.c | 109 ++----
sysdeps/unix/sysv/linux/include/bits/syscall.h | 3 +
sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S | 21 +-
26 files changed, 2663 insertions(+), 95 deletions(-)
create mode 100644 malloc/dynarray-skeleton.c
create mode 100644 malloc/dynarray.h
create mode 100644 malloc/dynarray_at_failure.c
create mode 100644 malloc/dynarray_emplace_enlarge.c
create mode 100644 malloc/dynarray_finalize.c
create mode 100644 malloc/dynarray_resize.c
create mode 100644 malloc/dynarray_resize_clear.c
create mode 100644 malloc/tst-dynarray-at-fail.c
create mode 100644 malloc/tst-dynarray-fail.c
create mode 100644 malloc/tst-dynarray-shared.h
create mode 100644 malloc/tst-dynarray.c
create mode 100644 support/capture_subprocess.h
create mode 100644 support/support_capture_subprocess.c
create mode 100644 support/tst-support_capture_subprocess.c
create mode 100644 support/xdup2.c
create mode 100644 support/xpipe.c
create mode 100644 sysdeps/unix/sysv/linux/include/bits/syscall.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 llvm.
from c9c72aa1f6c [lit][macOS] Add a utility function to find the platform SD [...]
new 2118193ddf9 [OrderedBasicBlock] Return false for comesBefore(A, 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:
include/llvm/Analysis/OrderedBasicBlock.h | 1 +
lib/Analysis/OrderedBasicBlock.cpp | 2 +-
unittests/Analysis/CMakeLists.txt | 5 ++-
unittests/Analysis/OrderedBasicBlockTest.cpp | 58 ++++++++++++++++++++++++++++
4 files changed, 63 insertions(+), 3 deletions(-)
create mode 100644 unittests/Analysis/OrderedBasicBlockTest.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 d82f51b6d52 2017-06-02 Richard Biener <rguenther(a)suse.de>
new 67af87090e8 2017-06-02 Richard Biener <rguenther(a)suse.de>
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 | 5 +++++
gcc/tree-vect-slp.c | 9 ++++++++-
2 files changed, 13 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 glibc.
from 91b6eb1140 Add internal facility for dynamic array handling
new 673cb072a4 getaddrinfo: Always allocate canonical name on the heap
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 | 5 ++
sysdeps/posix/getaddrinfo.c | 109 +++++++++++++++++---------------------------
2 files changed, 47 insertions(+), 67 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.