This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 6ca53a2453 resolv: Do not send queries for non-host-names in nss_dns [B [...]
new 97700a34f3 x86-64 memchr/wmemchr: Properly handle the length parameter [...]
new b304fc201d x86-64 memcmp/wmemcmp: Properly handle the length parameter [...]
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 | 26 ++++++++
NEWS | 6 ++
sysdeps/x86_64/memchr.S | 10 ++-
sysdeps/x86_64/multiarch/memchr-avx2.S | 8 ++-
sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S | 7 +-
sysdeps/x86_64/multiarch/memcmp-sse4.S | 9 ++-
sysdeps/x86_64/multiarch/memcmp-ssse3.S | 7 +-
sysdeps/x86_64/x32/Makefile | 8 +++
.../s_rint.c => x86_64/x32/test-size_t.h} | 34 +++++-----
sysdeps/x86_64/x32/tst-size_t-memchr.c | 72 ++++++++++++++++++++
sysdeps/x86_64/x32/tst-size_t-memcmp.c | 76 ++++++++++++++++++++++
.../x86_64/x32/tst-size_t-wmemchr.c | 6 +-
.../x86_64/x32/tst-size_t-wmemcmp.c | 6 +-
13 files changed, 241 insertions(+), 34 deletions(-)
copy sysdeps/{sparc/sparc32/sparcv9/fpu/multiarch/s_rint.c => x86_64/x32/test-size [...]
create mode 100644 sysdeps/x86_64/x32/tst-size_t-memchr.c
create mode 100644 sysdeps/x86_64/x32/tst-size_t-memcmp.c
copy benchtests/bench-wcpncpy.c => sysdeps/x86_64/x32/tst-size_t-wmemchr.c (82%)
copy benchtests/bench-wcpncpy.c => sysdeps/x86_64/x32/tst-size_t-wmemcmp.c (82%)
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards e217a27c4 llvm-ce0ab0635386f7d39d7449c0ab689ba278c3c3a1: 17392
new d466ec919 linux-49a57857aeea06ca831043acbb0fa5e0f50602fd: 17392
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 (e217a27c4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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 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:
1-reset_artifacts/console.log | 78 +-
2-build_llvm/build-ok | 0
2-build_llvm/console.log | 10263 +++++++++++++++++----------------
3-count_linux_objs/console.log | 805 ++-
3-count_linux_objs/kernel.release | 2 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 11146 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
results | 4 +-
trigger-bisect-on-failure | 6 +-
13 files changed, 11081 insertions(+), 11245 deletions(-)
delete mode 100644 2-build_llvm/build-ok
--
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 8455cfedfa7 gn build: Stop passing -DLLVM_LIBXML2_ENABLED to some targets
new e2069ebfee1 [AMDGPU] Fixed hazard recognizer to walk predecessors
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/AMDGPU/GCNHazardRecognizer.cpp | 138 ++++++++++++++----
lib/Target/AMDGPU/GCNHazardRecognizer.h | 16 ++-
lib/Target/AMDGPU/SIInstrInfo.cpp | 2 +-
lib/Target/AMDGPU/SIInstrInfo.h | 2 +-
test/CodeGen/AMDGPU/vmem-vcc-hazard.mir | 230 ++++++++++++++++++++++++++++++
5 files changed, 356 insertions(+), 32 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/vmem-vcc-hazard.mir
--
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 lldb.
from 389a65b0a Fix test after AST dump output change
new e29cec1fb Fix test after AST dump output change
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:
lit/SymbolFile/NativePDB/function-types-classes.cpp | 2 +-
1 file changed, 1 insertion(+), 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 f6aa5c0457a AArch64: Fix big-endian and ILP32 fail for simd-clone test.
new a8d12eb3b9b * hash-map-tests.c (test_map_of_strings_to_int): Show how [...]
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/hash-map-tests.c | 20 ++++++++++++++++++++
2 files changed, 25 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards f4a8255c8 gcc-996bdad985c52cfec85a101463fb5c87ade93551: 5411
new b174ce48a binutils-d7167c671da0323daf31a8e07945c57c25f858d2: 5411
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 (f4a8255c8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 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:
1-reset_artifacts/console.log | 70 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6473 ++---
4-build_abe-stage1/console.log | 13252 +++++-----
5-count_linux_objs/console.log | 34787 ++++++++++++------------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 11 +-
console.log | 52433 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 53490 insertions(+), 53584 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 6673de70d gcc-9486cb8925d84841cccf621cd49dcf6d3d01902a: all
new 3e6b063a4 binutils-be6d4f74c77c6f521afc873d226480e001cb99c2: all
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 (6673de70d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 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:
1-reset_artifacts/console.log | 159 +-
2-prepare_abe/console.log | 59 +-
3-build_abe-binutils/build-ok | 0
3-build_abe-binutils/console.log | 3680 +++---
4-build_abe-stage1/build-ok | 0
4-build_abe-stage1/console.log | 4118 ++++---
5-count_linux_objs/console.log | 15360 ++++++++++++------------
console.log | 23094 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 24 +-
results | 6 +-
trigger-bisect-on-failure | 6 +-
13 files changed, 23276 insertions(+), 23234 deletions(-)
delete mode 100644 3-build_abe-binutils/build-ok
delete mode 100644 4-build_abe-stage1/build-ok
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.