This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 30c75827fc8 [XRay] Fix computation of function size subject to XRay threshold
new b43da93f757 [Hexagon] Add LLVM header to HexagonPatterns.td
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/Hexagon/HexagonPatterns.td | 9 +++++++++
1 file changed, 9 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 lld.
from a251ef167 [ELF] - Fix build bot.
new 5e020715f [ELF] - Simplify gdb-index-empty.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:
test/ELF/gdb-index-empty.s | 168 ++++++++++++++++++---------------------------
1 file changed, 66 insertions(+), 102 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 6b6710e55b x86-64: Correct comments in ifunc-impl-list.c
new 65b6d8b79c Polish the treatment of dl-tunable-list.h in Makeconfig.
new b4971123e9 Remove bare use of __attribute__ in include/errno.h.
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:
ChangeLog | 12 ++++++++++++
Makeconfig | 21 ++++++++++++---------
include/errno.h | 2 +-
3 files changed, 25 insertions(+), 10 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 newlib.
from 556200022 Add COMODO Internet Security and ConEmu to BLODA
new efaef1bba Don't overread or write memory returned by _DTOA_R
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:
newlib/libc/stdio/vfwprintf.c | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 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 1ab41d0da73 Add "sorry, target cannot support label values" for nvptx
new 9abea74b873 Support move-only deleters in std::shared_ptr (LWG 2802)
new 72d4ced8896 2017-06-09 Tamar Christina <tamar.christina(a)arm.com>
new 60b209bc03b 2017-06-09 Richard Biener <rguenther(a)suse.de>
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 | 10 +++++++
gcc/config/arm/arm.c | 8 +++++-
gcc/testsuite/ChangeLog | 4 +++
.../gcc.target/{aarch64 => arm}/sdiv_costs_1.c | 6 ++--
gcc/tree-ssa-loop-im.c | 4 ++-
libstdc++-v3/ChangeLog | 7 +++++
libstdc++-v3/doc/xml/manual/intro.xml | 23 ++++++++++++++++
libstdc++-v3/include/bits/shared_ptr.h | 8 +++---
libstdc++-v3/include/bits/shared_ptr_base.h | 20 ++++++++------
.../shared_ptr/cons/{79467.cc => lwg2802.cc} | 32 +++++++++++++++++++---
10 files changed, 100 insertions(+), 22 deletions(-)
copy gcc/testsuite/gcc.target/{aarch64 => arm}/sdiv_costs_1.c (70%)
copy libstdc++-v3/testsuite/20_util/shared_ptr/cons/{79467.cc => lwg2802.cc} (59%)
--
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 00d5002e513 Prevent RemoveDeadNodes from deleted already deleted node.
new 30c75827fc8 [XRay] Fix computation of function size subject to XRay threshold
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/XRayInstrumentation.cpp | 7 ++++++-
1 file changed, 6 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 gcc.
from 400a6165aa3 [ARM] Allow arm_arch_*_ok to test several macros
new 1ab41d0da73 Add "sorry, target cannot support label values" for nvptx
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 | 6 ++++++
gcc/config/nvptx/nvptx.md | 3 +++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/nvptx/label-values.c | 14 ++++++++++++++
4 files changed, 28 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/nvptx/label-values.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/ifunc/c
in repository glibc.
discards cb5f66c53f x86-64: Implement memcmp family IFUNC selectors in C
discards 9763d446f3 x86-64: Implement memset family IFUNC selectors in C
discards cba707fc3d x86-64: Implement memmove family IFUNC selectors in C
adds 8fe57365bf x86-64: Optimize strchr/strchrnul/wcschr with AVX2
adds 5ac7aa1d7c x86-64: Optimize memrchr with AVX2
adds d2538b9156 x86-64: Optimize strrchr/wcsrchr with AVX2
adds 6b6710e55b x86-64: Correct comments in ifunc-impl-list.c
new a557a99d93 x86-64: Implement memmove family IFUNC selectors in C
new 27fbd68670 x86-64: Implement memset family IFUNC selectors in C
new e2ef301440 x86-64: Implement memcmp family IFUNC selectors in 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 (cb5f66c53f)
\
N -- N -- N refs/heads/hjl/ifunc/c (e2ef301440)
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:
ChangeLog | 49 ++++
sysdeps/x86_64/multiarch/Makefile | 5 +
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 52 ++++-
sysdeps/x86_64/multiarch/memrchr-avx2.S | 359 +++++++++++++++++++++++++++++
sysdeps/x86_64/multiarch/memrchr-sse2.S | 26 +++
sysdeps/x86_64/multiarch/memrchr.c | 31 +++
sysdeps/x86_64/multiarch/strchr-avx2.S | 254 ++++++++++++++++++++
sysdeps/x86_64/multiarch/strchr-sse2.S | 28 +++
sysdeps/x86_64/multiarch/strchr.S | 57 -----
sysdeps/x86_64/multiarch/strchr.c | 55 +++++
sysdeps/x86_64/multiarch/strchrnul-avx2.S | 3 +
sysdeps/x86_64/multiarch/strchrnul-sse2.S | 26 +++
sysdeps/x86_64/multiarch/strchrnul.c | 34 +++
sysdeps/x86_64/multiarch/strrchr-avx2.S | 235 +++++++++++++++++++
sysdeps/x86_64/multiarch/strrchr-sse2.S | 28 +++
sysdeps/x86_64/multiarch/strrchr.c | 34 +++
sysdeps/x86_64/multiarch/wcschr-avx2.S | 3 +
sysdeps/x86_64/multiarch/wcschr-sse2.S | 30 +++
sysdeps/x86_64/multiarch/wcschr.c | 39 ++++
sysdeps/x86_64/multiarch/wcsrchr-avx2.S | 3 +
sysdeps/x86_64/multiarch/wcsrchr-sse2.S | 23 ++
sysdeps/x86_64/multiarch/wcsrchr.c | 29 +++
22 files changed, 1339 insertions(+), 64 deletions(-)
create mode 100644 sysdeps/x86_64/multiarch/memrchr-avx2.S
create mode 100644 sysdeps/x86_64/multiarch/memrchr-sse2.S
create mode 100644 sysdeps/x86_64/multiarch/memrchr.c
create mode 100644 sysdeps/x86_64/multiarch/strchr-avx2.S
create mode 100644 sysdeps/x86_64/multiarch/strchr-sse2.S
delete mode 100644 sysdeps/x86_64/multiarch/strchr.S
create mode 100644 sysdeps/x86_64/multiarch/strchr.c
create mode 100644 sysdeps/x86_64/multiarch/strchrnul-avx2.S
create mode 100644 sysdeps/x86_64/multiarch/strchrnul-sse2.S
create mode 100644 sysdeps/x86_64/multiarch/strchrnul.c
create mode 100644 sysdeps/x86_64/multiarch/strrchr-avx2.S
create mode 100644 sysdeps/x86_64/multiarch/strrchr-sse2.S
create mode 100644 sysdeps/x86_64/multiarch/strrchr.c
create mode 100644 sysdeps/x86_64/multiarch/wcschr-avx2.S
create mode 100644 sysdeps/x86_64/multiarch/wcschr-sse2.S
create mode 100644 sysdeps/x86_64/multiarch/wcschr.c
create mode 100644 sysdeps/x86_64/multiarch/wcsrchr-avx2.S
create mode 100644 sysdeps/x86_64/multiarch/wcsrchr-sse2.S
create mode 100644 sysdeps/x86_64/multiarch/wcsrchr.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 gcc.
from dc11a00c390 * profile.c (edge_gcov_counts): Turn to pointer. (compute [...]
new 696ee0c705c Speed-up indirect-call instrumentation
new 400a6165aa3 [ARM] Allow arm_arch_*_ok to test several macros
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/ChangeLog | 8 +++++
gcc/testsuite/ChangeLog | 9 ++++++
gcc/testsuite/lib/target-supports.exp | 38 +++++++---------------
gcc/tree-profile.c | 59 +++++++++++++++++++++++++----------
libgcc/ChangeLog | 5 +++
libgcc/libgcov-profiler.c | 2 ++
6 files changed, 78 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 llvm.
from 14310e38515 [ARM] Add scheduling info for VFMS
new 00d5002e513 Prevent RemoveDeadNodes from deleted already deleted node.
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/SelectionDAG/SelectionDAG.cpp | 5 ++
test/CodeGen/X86/pr32659.ll | 83 +++++++++++++++++++++++++++++++
2 files changed, 88 insertions(+)
create mode 100644 test/CodeGen/X86/pr32659.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.