This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.0-branch
in repository binutils-gdb.
from b321ff9cd8 Automatic date update in version.in
new e10e07882b Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_29-branch
in repository binutils-gdb.
from efd26aaee2 Automatic date update in version.in
new cdccfe36c4 Automatic date update in version.in
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:
bfd/version.h | 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 users/hjl/pr21997
in repository binutils-gdb.
discards 037e72aa50 Disallow copy relocation against protected data symbol
adds 7d5b8b81d3 Automatic date update in version.in
adds 5fdda9d6a4 x86: Remove redundant "symbol" in comments
new a0dddfcf05 Disallow copy relocation against protected data symbol
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 (037e72aa50)
\
N -- N -- N refs/heads/users/hjl/pr21997 (a0dddfcf05)
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:
bfd/ChangeLog | 6 ++++++
bfd/elf-bfd.h | 13 -------------
bfd/elf32-i386.c | 40 ++++++++++++++++++++++++++++++++++++----
bfd/elf64-x86-64.c | 46 +++++++++++++++++++++++++++++++++++++++-------
bfd/elflink.c | 5 -----
bfd/version.h | 2 +-
6 files changed, 82 insertions(+), 30 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 2368d9f73de [AVX512] Add patterns to match masked extract_subvector wit [...]
new ba48d7b486f [NewGVN] Use `auto` when the type is obvious NFCI.
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/Transforms/Scalar/NewGVN.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 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 1adb5a9cb50 [Dominators] Remove redundant explicit template instantiation.
new 2368d9f73de [AVX512] Add patterns to match masked extract_subvector wit [...]
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/X86/X86ISelLowering.cpp | 21 ------
lib/Target/X86/X86InstrAVX512.td | 106 +++++++++++++++++++++++++++
test/CodeGen/X86/vector-shuffle-masked.ll | 114 ++++++++++++++++++++++++++++++
3 files changed, 220 insertions(+), 21 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 clang.
from 55deb317c4 Add flag to request Clang is ABI-compatible with older versi [...]
new 3084e05231 [Driver] Use arch type to find compiler-rt libraries (on Linux)
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/Driver/ToolChain.cpp | 5 +----
.../usr/i686-unknown-linux/lib}/.keep | 0
.../lib/gcc/i686-unknown-linux/4.6.0}/crtbegin.o | 0
test/Driver/linux-ld.c | 21 +++++++++++++++++++++
test/Driver/nostdlib.c | 2 +-
test/Driver/print-libgcc-file-name-clangrt.c | 10 ++++++++--
test/Driver/windows-cross.c | 2 +-
7 files changed, 32 insertions(+), 8 deletions(-)
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => basic_linux_tree/usr/i6 [...]
copy test/Driver/Inputs/{basic_android_ndk_tree/lib/gcc/aarch64-linux-android/4.9 [...]
--
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 4b94f747ffa [X86] Adding a test for horizontal [f]add/[f]sub for avx512 [...]
new 1adb5a9cb50 [Dominators] Remove redundant explicit template instantiation.
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/Analysis/PostDominators.cpp | 2 --
1 file changed, 2 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 7824530ee02 NewGVN: Fix PR33204 - We need to add memory users when we b [...]
new afa978fffd0 Revert rL311247 : To rectify commit message.
new 9d2ff1a85a8 [DAGCombiner] Extending pattern detection for vector shuffle.
new 4b94f747ffa [X86] Adding a test for horizontal [f]add/[f]sub for avx512 [...]
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:
test/CodeGen/X86/avx512-hadd-hsub.ll | 112 +++++++++++++++++++++++++++++++++++
1 file changed, 112 insertions(+)
create mode 100644 test/CodeGen/X86/avx512-hadd-hsub.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 740573d12 [libFuzzer] Use custom allocators for STL containers in libFuzzer
new 422f200cd Revert "[libFuzzer] Use custom allocators for STL containers [...]
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/fuzzer/FuzzerCorpus.h | 12 ++++++------
lib/fuzzer/FuzzerDefs.h | 17 ++---------------
lib/fuzzer/FuzzerDictionary.h | 2 +-
lib/fuzzer/FuzzerDriver.cpp | 32 ++++++++++++++++----------------
lib/fuzzer/FuzzerIO.cpp | 4 ++--
lib/fuzzer/FuzzerIO.h | 4 ++--
lib/fuzzer/FuzzerIOPosix.cpp | 2 +-
lib/fuzzer/FuzzerIOWindows.cpp | 2 +-
lib/fuzzer/FuzzerInternal.h | 8 ++++----
lib/fuzzer/FuzzerLoop.cpp | 2 +-
lib/fuzzer/FuzzerMerge.cpp | 14 +++++++-------
lib/fuzzer/FuzzerMerge.h | 8 ++++----
lib/fuzzer/FuzzerMutate.cpp | 4 ++--
lib/fuzzer/FuzzerMutate.h | 14 +++++++-------
lib/fuzzer/FuzzerTracePC.cpp | 2 +-
lib/fuzzer/FuzzerUtil.cpp | 2 +-
lib/fuzzer/FuzzerUtil.h | 4 ++--
lib/fuzzer/tests/FuzzerUnittest.cpp | 20 ++++++++++----------
18 files changed, 70 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 compiler-rt.
from 27fb0f255 Automatically pick up new sanitizers in cmake.
new 740573d12 [libFuzzer] Use custom allocators for STL containers in libFuzzer
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/fuzzer/FuzzerCorpus.h | 12 ++++++------
lib/fuzzer/FuzzerDefs.h | 17 +++++++++++++++--
lib/fuzzer/FuzzerDictionary.h | 2 +-
lib/fuzzer/FuzzerDriver.cpp | 32 ++++++++++++++++----------------
lib/fuzzer/FuzzerIO.cpp | 4 ++--
lib/fuzzer/FuzzerIO.h | 4 ++--
lib/fuzzer/FuzzerIOPosix.cpp | 2 +-
lib/fuzzer/FuzzerIOWindows.cpp | 2 +-
lib/fuzzer/FuzzerInternal.h | 8 ++++----
lib/fuzzer/FuzzerLoop.cpp | 2 +-
lib/fuzzer/FuzzerMerge.cpp | 14 +++++++-------
lib/fuzzer/FuzzerMerge.h | 8 ++++----
lib/fuzzer/FuzzerMutate.cpp | 4 ++--
lib/fuzzer/FuzzerMutate.h | 14 +++++++-------
lib/fuzzer/FuzzerTracePC.cpp | 2 +-
lib/fuzzer/FuzzerUtil.cpp | 2 +-
lib/fuzzer/FuzzerUtil.h | 4 ++--
lib/fuzzer/tests/FuzzerUnittest.cpp | 20 ++++++++++----------
18 files changed, 83 insertions(+), 70 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.