This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from d3acdf9 OpenMP version 5.0 added
new bff1acc Fix GNU strerror_r check for Android.
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:
runtime/src/kmp_i18n.cpp | 4 +++-
1 file changed, 3 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 llvm.
from b1dd2b4 [InstCombine] shrink truncated splat shuffle (2nd try)
new dd8d300 Fix source-lines test on Windows.
new cb8ffd2 ADT: Fix SmallPtrSet iterators in reverse mode
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/ADT/SmallPtrSet.h | 45 +++++++++++++-------------
test/tools/llvm-objdump/AMDGPU/source-lines.ll | 14 ++++----
unittests/ADT/SmallPtrSetTest.cpp | 32 ++++++++++++++----
3 files changed, 55 insertions(+), 36 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 f4f71cd7 [ObjectYAML] Fix issue with DWARF2 AddrSize 8
new b1dd2b4 [InstCombine] shrink truncated splat shuffle (2nd try)
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/InstCombine/InstCombineCasts.cpp | 20 ++++++++++++++++++++
test/Transforms/InstCombine/trunc.ll | 10 ++++------
2 files changed, 24 insertions(+), 6 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 908d8ee GlobalISel: fix legalization of G_INSERT
new f4f71cd7 [ObjectYAML] Fix issue with DWARF2 AddrSize 8
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/ObjectYAML/DWARFVisitor.cpp | 8 +-
...bbrev.yaml => DWARF2-AddrSize8-FormValues.yaml} | 360 +++++++++++++--------
2 files changed, 223 insertions(+), 145 deletions(-)
copy test/ObjectYAML/MachO/{DWARF-debug_abbrev.yaml => DWARF2-AddrSize8-FormValues [...]
--
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 392eeaa fix format specifier warnings
new 753782a Make LLDB skip server-client roundtrip for signals that don't [...]
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/lldb/Target/Process.h | 4 +-
include/lldb/Target/UnixSignals.h | 21 ++++
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 33 +++++
.../gdb-remote/GDBRemoteCommunicationClient.h | 6 +
.../Process/gdb-remote/ProcessGDBRemote.cpp | 39 +++++-
.../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 3 +
source/Target/Process.cpp | 14 +++
source/Target/UnixSignals.cpp | 39 ++++++
unittests/CMakeLists.txt | 1 +
.../GDBRemoteCommunicationClientTest.cpp | 24 ++++
unittests/Signals/CMakeLists.txt | 6 +
unittests/Signals/UnixSignalsTest.cpp | 140 +++++++++++++++++++++
12 files changed, 328 insertions(+), 2 deletions(-)
create mode 100644 unittests/Signals/CMakeLists.txt
create mode 100644 unittests/Signals/UnixSignalsTest.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 users/simark/ptid-in-fetch-store-regs
in repository binutils-gdb.
discards be26561 Add ptid parameter to target_store_registers
discards 1261c63 Pass ptid to target_fetch_registers
discards d772eef Pass down ptid in bsd_uthread_ops layer
discards dc5808b Define typedefs for bsd_uthread_ops fields
discards 0c98688 Add parametrized version of s390_inferior_tid
adds d274ecf Remove const in xtensa-linux-nat.c:fetch_gregs
new 3c830b4 windows: Don't use current_thread for register fetch/store
new 4dab718 Add parametrized version of s390_inferior_tid
new 35e8c54 Define typedefs for bsd_uthread_ops fields
new 825c8a4 Pass down ptid in bsd_uthread_ops layer
new 3e44673 Pass ptid to target_fetch_registers
new 0815e83 Pass ptid to target_store_registers
new a243d6a Pass ptid to to_prepare_to_store
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 (be26561)
\
N -- N -- N refs/heads/users/simark/ptid-in-fetch-store-regs (a243d6a)
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:
gdb/ChangeLog | 4 +++
gdb/aarch64-linux-nat.c | 36 +++++++++++------------
gdb/aix-thread.c | 4 +--
gdb/alpha-bsd-nat.c | 18 +++++++-----
gdb/amd64-bsd-nat.c | 24 ++++++++-------
gdb/amd64-linux-nat.c | 4 +--
gdb/arm-linux-nat.c | 70 +++++++++++++++++++++++---------------------
gdb/arm-nbsd-nat.c | 56 ++++++++++++++++++-----------------
gdb/bsd-kvm.c | 3 +-
gdb/ctf.c | 3 +-
gdb/go32-nat.c | 6 ++--
gdb/hppa-linux-nat.c | 26 ++++++++--------
gdb/hppa-nbsd-nat.c | 18 +++++++-----
gdb/hppa-obsd-nat.c | 18 +++++++-----
gdb/i386-bsd-nat.c | 30 ++++++++++---------
gdb/i386-darwin-nat.c | 10 ++++---
gdb/i386-gnu-nat.c | 14 +++++----
gdb/i386-linux-nat.c | 32 ++++++++++----------
gdb/ia64-linux-nat.c | 27 +++++++++--------
gdb/inf-child.c | 3 +-
gdb/inf-ptrace.c | 14 +++++----
gdb/m32r-linux-nat.c | 14 +++++----
gdb/m68k-bsd-nat.c | 18 +++++++-----
gdb/m68k-linux-nat.c | 45 +++++++++++++++-------------
gdb/m88k-bsd-nat.c | 12 ++++----
gdb/mips-fbsd-nat.c | 18 +++++++-----
gdb/mips-linux-nat.c | 45 +++++++++++++++-------------
gdb/mips-nbsd-nat.c | 18 +++++++-----
gdb/mips64-obsd-nat.c | 12 ++++----
gdb/nto-procfs.c | 12 ++++----
gdb/ppc-fbsd-nat.c | 18 +++++++-----
gdb/ppc-linux-nat.c | 14 +++++----
gdb/ppc-nbsd-nat.c | 18 +++++++-----
gdb/ppc-obsd-nat.c | 18 +++++++-----
gdb/ppc-ravenscar-thread.c | 2 +-
gdb/ravenscar-thread.c | 14 +++++----
gdb/ravenscar-thread.h | 2 +-
gdb/record-btrace.c | 7 +++--
gdb/record-full.c | 3 +-
gdb/regcache.c | 4 +--
gdb/remote-sim.c | 22 +++++++++-----
gdb/remote.c | 9 ++++--
gdb/rs6000-nat.c | 60 ++++++++++++++++++-------------------
gdb/sh-nbsd-nat.c | 12 ++++----
gdb/sol-thread.c | 22 +++++++-------
gdb/sparc-nat.c | 14 +++++----
gdb/sparc-nat.h | 4 +--
gdb/sparc-ravenscar-thread.c | 5 ++--
gdb/spu-linux-nat.c | 3 +-
gdb/target-delegates.c | 12 ++++----
gdb/target.h | 6 ++--
gdb/tilegx-linux-nat.c | 14 +++++----
gdb/vax-bsd-nat.c | 12 ++++----
gdb/windows-nat.c | 47 +++++++++++++++--------------
gdb/xtensa-linux-nat.c | 48 +++++++++++++++---------------
55 files changed, 549 insertions(+), 455 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 6e1685e Strip trailing whitespace.
new 908d8ee GlobalISel: fix legalization of G_INSERT
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/GlobalISel/LegalizerHelper.cpp | 33 +++++++++++++---------
.../AArch64/GlobalISel/legalize-inserts.mir | 21 +++++++++++++-
2 files changed, 39 insertions(+), 15 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 lldb.
from 20e7133 Android.rules: add support for clang compiler
new 392eeaa fix format specifier warnings
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/MacOSX/DarwinLog/DarwinLogCollector.cpp | 2 +-
tools/debugserver/source/MacOSX/MachProcess.mm | 31 +++++++++++++---------
tools/debugserver/source/MacOSX/MachThread.cpp | 2 +-
3 files changed, 21 insertions(+), 14 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 6470a85 [coroutines] update coro_end builtin to match llvm
new 07aa97b [AArch64] Vulcan is now ThunderXT99
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:
test/Driver/aarch64-cpus.c | 52 ++++++++++++++---------------
test/Frontend/aarch64-target-cpu.c | 2 +-
test/Preprocessor/aarch64-target-features.c | 4 +--
3 files changed, 29 insertions(+), 29 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 lld.
from 5711bf1 Do not pass archive files containing bitcode files to the MSV [...]
new b0a4403 Pass archive files to link.exe if they contain at least one n [...]
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:
COFF/Driver.cpp | 12 ++++++++----
test/COFF/msvclto-archive.ll | 15 ++++++++++-----
2 files changed, 18 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.