This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_40
in repository llvm.
from f3d3277bb71 Merging r298179:
new bf9338a0679 Merging r304537:
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/GlobalMerge.cpp | 4 ++++
test/CodeGen/ARM/global-merge-external.ll | 1 +
2 files changed, 5 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 f6d6d2b0f7c [X86][SSE] Change memop fragment to inherit from vec128load [...]
new 23427ae6728 [ADT] Don't use __used__ attribute on struct members in unit test
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:
unittests/ADT/SmallVectorTest.cpp | 20 ++++++++++----------
1 file changed, 10 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 glibc.
from b05eca0e1d Correct collation rules for Malayalam.
new d99431e519 Replace all internal uses of __bzero with memset. This remo [...]
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 | 12 ++++++++++++
sunrpc/bindrsvprt.c | 2 +-
sunrpc/clnt_gen.c | 2 +-
sunrpc/des_impl.c | 2 +-
sunrpc/key_call.c | 2 +-
sunrpc/pmap_rmt.c | 2 +-
sunrpc/svc_simple.c | 2 +-
sunrpc/svc_tcp.c | 2 +-
sunrpc/svc_udp.c | 2 +-
sysdeps/arm/aeabi_memclr.c | 6 +++---
10 files changed, 23 insertions(+), 11 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/ifunc/c
in repository glibc.
from 9f6adcf328 x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in C
new ac240c34f4 Fix strcspn in C
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:
sysdeps/x86_64/multiarch/strpbrk-c.c | 12 ++++--------
1 file changed, 4 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 gcc.
from 02bfce13f67 gcc/ Support multilibs and devices that see flash in RAM a [...]
new f451d9fb4a7 2017-06-12 Tamar Christina <tamar.christina(a)arm.com>
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 | 5 ++++-
gcc/testsuite/gcc.target/arm/sdiv_costs_1.c | 4 ++--
2 files changed, 6 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 hjl/ifunc/c
in repository glibc.
discards 1d116af9de x86-64: Implement strcat family IFUNC selectors in C
discards b2ca002956 Use IFUNC memcmp in libc.so
discards e38d9c0b56 Use IFUNC memset in libc.so
discards e04f3bf242 Use IFUNC memmove in libc.so
discards b8dfb237f6 x86-64: Implement strcpy family IFUNC selectors in C
new 779dc1e3de x86-64: Implement strcpy family IFUNC selectors in C
new 360da5b1e9 Use IFUNC memmove in libc.so
new c9c67a0925 Use IFUNC memset in libc.so
new ae0717e1c7 Use IFUNC memcmp in libc.so
new 19b25a00c6 x86-64: Implement strcat family IFUNC selectors in C
new 34bb970d1b x86-64: Implement wcscpy IFUNC selector in C
new 9f6adcf328 x86-64: Implement strcspn/strpbrk/strspn 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 (1d116af9de)
\
N -- N -- N refs/heads/hjl/ifunc/c (9f6adcf328)
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 7 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/Makefile | 1 +
.../multiarch/{ifunc-avx2.h => ifunc-sse4_2.h} | 10 ++--
sysdeps/x86_64/multiarch/stpcpy.c | 1 +
sysdeps/x86_64/multiarch/stpncpy.c | 1 +
sysdeps/x86_64/multiarch/strcat.c | 1 +
sysdeps/x86_64/multiarch/strcpy.c | 1 +
.../multiarch/{strcpy-sse2.S => strcspn-sse2.S} | 8 +--
sysdeps/x86_64/multiarch/strcspn.S | 69 ----------------------
sysdeps/x86_64/multiarch/{strncpy.c => strcspn.c} | 17 +++---
sysdeps/x86_64/multiarch/strncpy.c | 3 +-
.../multiarch/{strcpy-sse2.S => strpbrk-sse2.S} | 9 +--
sysdeps/x86_64/multiarch/strpbrk.S | 5 --
sysdeps/x86_64/multiarch/{strncpy.c => strpbrk.c} | 17 +++---
.../multiarch/{strcpy-sse2.S => strspn-sse2.S} | 8 +--
sysdeps/x86_64/multiarch/strspn.S | 50 ----------------
sysdeps/x86_64/multiarch/{strcpy.c => strspn.c} | 16 ++---
sysdeps/x86_64/multiarch/wcscpy.S | 40 -------------
.../{ifunc-unaligned-ssse3.h => wcscpy.c} | 21 ++++---
sysdeps/x86_64/strcspn.S | 5 +-
sysdeps/x86_64/strpbrk.S | 1 +
20 files changed, 66 insertions(+), 218 deletions(-)
copy sysdeps/x86_64/multiarch/{ifunc-avx2.h => ifunc-sse4_2.h} (79%)
copy sysdeps/x86_64/multiarch/{strcpy-sse2.S => strcspn-sse2.S} (86%)
delete mode 100644 sysdeps/x86_64/multiarch/strcspn.S
copy sysdeps/x86_64/multiarch/{strncpy.c => strcspn.c} (76%)
copy sysdeps/x86_64/multiarch/{strcpy-sse2.S => strpbrk-sse2.S} (84%)
delete mode 100644 sysdeps/x86_64/multiarch/strpbrk.S
copy sysdeps/x86_64/multiarch/{strncpy.c => strpbrk.c} (76%)
copy sysdeps/x86_64/multiarch/{strcpy-sse2.S => strspn-sse2.S} (87%)
delete mode 100644 sysdeps/x86_64/multiarch/strspn.S
copy sysdeps/x86_64/multiarch/{strcpy.c => strspn.c} (77%)
delete mode 100644 sysdeps/x86_64/multiarch/wcscpy.S
copy sysdeps/x86_64/multiarch/{ifunc-unaligned-ssse3.h => wcscpy.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 gcc.
from 65cb69a0375 * cgraph.c (cgraph_node::dump): Complain about profile ins [...]
new 02bfce13f67 gcc/ Support multilibs and devices that see flash in RAM 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:
gcc/ChangeLog | 60 +++++++++++++++++++++++++++++++-
gcc/config/avr/avr-arch.h | 19 +++++++++--
gcc/config/avr/avr-c.c | 19 ++++++++---
gcc/config/avr/avr-devices.c | 50 ++++++++++++++-------------
gcc/config/avr/avr-mcus.def | 17 ++++++++++
gcc/config/avr/avr.c | 18 ++++++----
gcc/config/avr/avr.h | 6 ++--
gcc/config/avr/avr.opt | 4 +++
gcc/config/avr/gen-avr-mmcu-specs.c | 19 +++++++++--
gcc/config/avr/genmultilib.awk | 9 +++--
gcc/config/avr/t-multilib | 6 ++--
gcc/configure | 55 ++++++++++++++++++++++++++++++
gcc/configure.ac | 36 ++++++++++++++++++++
gcc/doc/avr-mmcu.texi | 4 +++
gcc/doc/extend.texi | 68 +++++++++++++++++++------------------
gcc/doc/invoke.texi | 34 ++++++++++++++++---
16 files changed, 341 insertions(+), 83 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 0cb2bc39fe7 2017-06-12 Tamar Christina <tamar.christina(a)arm.com>
new 65cb69a0375 * cgraph.c (cgraph_node::dump): Complain about profile ins [...]
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 | 4 ++++
gcc/cgraph.c | 35 ++++++++++++++++++++++++++++++++++-
2 files changed, 38 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 fde5367133d 2017-06-12 Doug Rupp <rupp(a)adacore.com>
new 0cb2bc39fe7 2017-06-12 Tamar Christina <tamar.christina(a)arm.com>
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 | 5 +++++
gcc/testsuite/gcc.target/arm/sdiv_costs_1.c | 1 +
2 files changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.