This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e6b78fd [RegisterBankInfo] Move to statically allocated RegisterBank.
new c7cbba0 [AVX-512] Add support for commuting VPTERNLOG instructions.
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/MCTargetDesc/X86BaseInfo.h | 10 ++
lib/Target/X86/X86InstrAVX512.td | 6 +-
lib/Target/X86/X86InstrInfo.cpp | 175 +++++++++++++++++++++------
lib/Target/X86/X86InstrInfo.h | 19 +++
test/CodeGen/X86/avx512-vpternlog-commute.ll | 96 +++++----------
5 files changed, 201 insertions(+), 105 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 e9b850b [libFuzzer] add 'features' to the corpus elements, allow muta [...]
new 22bb41e [RegisterBankInfo] Take advantage of the extra argument of Sm [...]
new e6b78fd [RegisterBankInfo] Move to statically allocated RegisterBank.
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:
include/llvm/CodeGen/GlobalISel/RegisterBank.h | 11 +++++----
include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h | 6 ++---
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 15 +++++++-----
lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 28 ++++++++++++++++++++++
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 20 +++++++++++++++-
lib/Target/AArch64/AArch64RegisterBankInfo.h | 4 ++++
6 files changed, 69 insertions(+), 15 deletions(-)
create mode 100644 lib/Target/AArch64/AArch64GenRegisterBankInfo.def
--
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 3f3f2cd [libFuzzer] one more test
new e9b850b [libFuzzer] add 'features' to the corpus elements, allow muta [...]
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 | 22 ++++++++++++++--------
lib/Fuzzer/FuzzerDriver.cpp | 2 +-
lib/Fuzzer/FuzzerInternal.h | 2 +-
lib/Fuzzer/FuzzerLoop.cpp | 37 ++++++++++++++++++++++---------------
lib/Fuzzer/FuzzerMutate.cpp | 17 ++++++++++++-----
lib/Fuzzer/FuzzerTracePC.cpp | 4 ++--
lib/Fuzzer/FuzzerTracePC.h | 24 +++++++++++++-----------
lib/Fuzzer/test/FuzzerUnittest.cpp | 2 +-
8 files changed, 66 insertions(+), 44 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 users/palves/cxx-replace-operator-new
in repository binutils-gdb.
discards bdcf3e6 Replace operator new / operator new[]
adds e8eafa2 Automatic date update in version.in
adds 7d5adfe Use 'event_ptid' instead of 'resume_ptid' on startup_inferior [...]
adds a5bf7d4 ld: Extend documentation for EXCLUDE_FILE
adds d4ed4da ld: Fix mistake in ChangeLog
adds 9f7efd5 ppc: Fix record support of Store String Word instructions
adds 12c58cd Avoid -Wduplicated-cond warnings in gdb/python
adds 44b8317 Automatic date update in version.in
adds fc6cda2 Keep reserved bits in CPSR on write
adds 3d0ec88 MIPS/testsuite: mips16-thunks: Use `standard_output_file'
new 1c3e9ee internal-error: Don't crash if called before current_ui is in [...]
new 8f19dae Replace operator new / operator new[]
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 (bdcf3e6)
\
N -- N -- N refs/heads/users/palves/cxx-replace-operator-new (8f19dae)
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 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:
bfd/version.h | 2 +-
gdb/ChangeLog | 23 +++++++++
gdb/Makefile.in | 8 ++-
gdb/aarch32-linux-nat.c | 11 +++-
gdb/common/common-exceptions.h | 20 +++-----
gdb/common/common-new-op.c | 86 ++++++++++++++++++++++++++++++++
gdb/common/common-utils.c | 50 -------------------
gdb/fork-child.c | 4 +-
gdb/gdbserver/ChangeLog | 5 ++
gdb/gdbserver/Makefile.in | 8 ++-
gdb/gdbserver/linux-aarch32-low.c | 4 ++
gdb/python/py-arch.c | 2 +
gdb/python/py-value.c | 2 +
gdb/rs6000-tdep.c | 10 ++--
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.arch/mips16-thunks.exp | 9 ++--
ld/ChangeLog | 5 ++
ld/ld.texinfo | 15 ++++++
18 files changed, 190 insertions(+), 79 deletions(-)
create mode 100644 gdb/common/common-new-op.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 llvm.
from e4977b2 [libFuzzer] add stats to the corpus; more refactoring
new 3f3f2cd [libFuzzer] one more 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:
lib/Fuzzer/test/CMakeLists.txt | 1 +
lib/Fuzzer/test/MinimizeCorpusTest.cpp | 28 ++++++++++++++++++++++++++++
lib/Fuzzer/test/trace-pc/CMakeLists.txt | 1 +
3 files changed, 30 insertions(+)
create mode 100644 lib/Fuzzer/test/MinimizeCorpusTest.cpp
--
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 838ae66 Fix typo in lldb --help
new 72fbfcb fix Args function broken in r281942
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:
source/Interpreter/Args.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 glibc.
from 444eacb hurd: Fix stack pointer corruption in syscall
new 17af5da [PR19826] fix non-LE TLS in static programs
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 | 8 ++++++++
elf/dl-reloc.c | 6 ++++++
elf/dl-tls.c | 4 ++++
nptl/allocatestack.c | 9 ++++++---
4 files changed, 24 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 master
in repository glibc.
from e67f54a hurdmalloc: Run fork handler as late as possible [BZ #19431]
new 444eacb hurd: Fix stack pointer corruption in syscall
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 | 1 +
sysdeps/mach/i386/syscall.S | 3 +++
2 files changed, 4 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 libcxx.
from fd4a3f6 Fix signatures of fallback tow(upper|lower)_l.
new 2fffe3a Add missing _v traits. is_bind_expression_v, is_placeholder_v [...]
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/__functional_base | 5 +++
include/functional | 17 ++++++++++
.../func.bind.isbind/is_bind_expression.pass.cpp | 4 +++
.../func.bind.isbind/is_placeholder.pass.cpp | 4 +++
.../allocator.uses.trait/uses_allocator.pass.cpp | 38 +++++++++++++++++-----
5 files changed, 60 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 clang.
from b67e055 [Sema] Fix PR30481: crash on checking printf args.
new 2c7dd98 [CMake] More robust handling for bootstrap variables
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:
CMakeLists.txt | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.