This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/avx2/c
in repository glibc.
discards 10ca5f7418 x86-64: Optimize strrchr/wcsrchr with AVX2
discards 78f6ab532e x86-64: Optimize memrchr with AVX2
discards a84ff8427b x86-64: Optimize strchr/strchrnul/wcschr with AVX2
discards 1c17ab3c99 x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2
discards b521c08b75 x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2
discards 5f2039d404 x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBE
discards 60d1af2066 x86-64: Optimize wmemset with SSE2/AVX2/AVX512
discards 05b4ad6734 Add more tests for memchr
adds ef9c4cb6c7 x86-64: Optimize wmemset with SSE2/AVX2/AVX512
adds 935971ba6b x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBE
new d9b18e30d9 Add more tests for memchr
new 01abda31ad x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2
new b38361c9a6 x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2
new 2aa22acfbb x86-64: Optimize strchr/strchrnul/wcschr with AVX2
new ce40306fcc x86-64: Optimize memrchr with AVX2
new 9593e235c2 x86-64: Optimize strrchr/wcsrchr with AVX2
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 (10ca5f7418)
\
N -- N -- N refs/heads/hjl/avx2/c (9593e235c2)
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 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 | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 58 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 clang.
from 747fcbb890 Factor out and unify emission of "module is unavailable" dia [...]
new a38ba9770a Fix memory leak exposed by r304726.
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/Basic/SourceManager.cpp | 12 +++++++-----
1 file changed, 7 insertions(+), 5 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 binutils-gdb.
from af54f0eb96 PR21529, internal error in linker.c
new d940949881 Add a testcase for PR ld/21529
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:
ld/ChangeLog | 7 +++++++
ld/testsuite/ld-unique/pr21529.d | 8 ++++++++
ld/testsuite/ld-unique/{unique.s => pr21529.s} | 2 +-
ld/testsuite/ld-unique/unique.exp | 7 ++++++-
4 files changed, 22 insertions(+), 2 deletions(-)
create mode 100644 ld/testsuite/ld-unique/pr21529.d
copy ld/testsuite/ld-unique/{unique.s => pr21529.s} (87%)
--
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 5f20490446e CodeGen: add support for emitting ObjC image info
new 2b704b0e543 AMDGPU: Remove deprecated and unused elf definitions
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/ELF.h | 17 +----
lib/ObjectYAML/ELFYAML.cpp | 6 --
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 70 ---------------------
.../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp | 28 ---------
.../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h | 12 ----
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 27 --------
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 7 ---
test/Object/AMDGPU/elf-definitions.yaml | 21 ++-----
.../llvm-readobj/Inputs/trivial.elf-amdhsa-kaveri | Bin 13208 -> 0 bytes
.../Inputs/trivial.obj.elf-amdhsa-gfx803 | Bin 0 -> 2208 bytes
.../tools/llvm-readobj/amdgpu-elf-definitions.test | 11 ++++
test/tools/llvm-readobj/amdgpu-elf-defs.test | 28 ---------
test/tools/llvm-readobj/elf-sec-flags.test | 29 +--------
tools/llvm-readobj/ELFDumper.cpp | 30 +--------
14 files changed, 23 insertions(+), 263 deletions(-)
delete mode 100755 test/tools/llvm-readobj/Inputs/trivial.elf-amdhsa-kaveri
create mode 100644 test/tools/llvm-readobj/Inputs/trivial.obj.elf-amdhsa-gfx803
create mode 100644 test/tools/llvm-readobj/amdgpu-elf-definitions.test
delete mode 100644 test/tools/llvm-readobj/amdgpu-elf-defs.test
--
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 13053afeb56 [ConstantRange] Remove costly udivrem from ConstantRange::truncate
new 5f20490446e CodeGen: add support for emitting ObjC image info
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:
.../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 8 +-
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 93 ++++++++++++++++------
test/Object/objc-imageinfo-coff.ll | 14 ++++
test/Object/objc-imageinfo-elf.ll | 14 ++++
test/Object/objc-imageinfo-macho.ll | 14 ++++
5 files changed, 118 insertions(+), 25 deletions(-)
create mode 100644 test/Object/objc-imageinfo-coff.ll
create mode 100644 test/Object/objc-imageinfo-elf.ll
create mode 100644 test/Object/objc-imageinfo-macho.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 compiler-rt.
from 9b257cb61 [asan] Use asan exitcode=0 option to always succeed a test run.
new d20e4ba84 Revert r304285, r304297.
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/asan/asan_allocator.cc | 4 +-
lib/asan/asan_allocator.h | 2 -
lib/asan/asan_interceptors.cc | 17 ---
lib/lsan/lsan_interceptors.cc | 24 -----
lib/msan/msan_allocator.cc | 96 ++++++++++++++++-
lib/msan/msan_allocator.h | 97 -----------------
lib/msan/msan_interceptors.cc | 2 -
.../TestCases/Linux/allocator_fork_no_hang.cc | 118 ---------------------
8 files changed, 97 insertions(+), 263 deletions(-)
delete mode 100644 test/sanitizer_common/TestCases/Linux/allocator_fork_no_hang.cc
--
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 7b921e0b98f libcpp: add callback for comment-handling
new e866d474788 2017-06-05 Michael Meissner <meissner(a)linux.vnet.ibm.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/ChangeLog | 5 +++++
gcc/config/rs6000/rs6000.c | 3 ++-
2 files changed, 7 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 cbea241b6a6 changelog for r248894
new 7b921e0b98f libcpp: add callback for comment-handling
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 | 6 +++
gcc/testsuite/g++.dg/plugin/comment_plugin.c | 63 ++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/plugin/comments-1.C | 49 ++++++++++++++++++++++
gcc/testsuite/g++.dg/plugin/plugin.exp | 1 +
libcpp/ChangeLog | 6 +++
libcpp/include/cpplib.h | 9 ++++
libcpp/lex.c | 7 ++++
7 files changed, 141 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/plugin/comment_plugin.c
create mode 100644 gcc/testsuite/g++.dg/plugin/comments-1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.