This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from f9e826077 Remove the unused m_signal member variable, but leave the cod [...]
new badfcdc1d Restructure the minidump loading path and add early & explici [...]
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/Plugins/Process/minidump/MinidumpParser.cpp | 150 +++++++++++++++------
source/Plugins/Process/minidump/MinidumpParser.h | 10 +-
source/Plugins/Process/minidump/MinidumpTypes.cpp | 3 -
.../Plugins/Process/minidump/ProcessMinidump.cpp | 23 +++-
unittests/Process/minidump/CMakeLists.txt | 4 +-
.../{linux-i386.dmp => bad_duplicate_streams.dmp} | Bin 32976 -> 32976 bytes
...{linux-i386.dmp => bad_overlapping_streams.dmp} | Bin 32976 -> 32976 bytes
unittests/Process/minidump/MinidumpParserTest.cpp | 35 +++--
8 files changed, 169 insertions(+), 56 deletions(-)
copy unittests/Process/minidump/Inputs/{linux-i386.dmp => bad_duplicate_streams.dm [...]
copy unittests/Process/minidump/Inputs/{linux-i386.dmp => bad_overlapping_streams. [...]
--
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-tools-extra.
from 2308d708 [clangd] Extract FileSystemProvider into a separate header. NFC
new e44dd1e4 [clang-tidy/ObjC] Add SQL to list of acronyms
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:
clang-tidy/objc/PropertyDeclarationCheck.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 azanella/c11-threads
in repository glibc.
discards 7a3451fdfd Add manual documentation for threads.h
discards 7375d56bae nptl: Add test cases for ISO C11 threads
discards 952635b285 nptl: Add abilist symbols for C11 threads
discards 360cc12dc0 nptl: Add C11 threads tss_* functions
discards f0a4c9b506 nptl: Add C11 threads cnd_* functions
discards c38fb45d05 nptl: Add C11 threads call_once functions
discards b61e33b05a nptl: Add C11 threads mtx_* functions
discards fa58476fe3 nptl: Add C11 threads thrd_* functions
adds 046bfed9de nptl: Use __mprotect consistently for _STACK_GROWS_UP
new 497b0c9e93 nptl: Add C11 threads thrd_* functions
new b07aa43909 nptl: Add C11 threads mtx_* functions
new b0d7b2409a nptl: Add C11 threads call_once functions
new 8e40c216ed nptl: Add C11 threads cnd_* functions
new f838bb667a nptl: Add C11 threads tss_* functions
new 5e3f86fa28 nptl: Add abilist symbols for C11 threads
new c929356cb2 nptl: Add test cases for ISO C11 threads
new 2b9d7c41ad Add manual documentation for threads.h
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 (7a3451fdfd)
\
N -- N -- N refs/heads/azanella/c11-threads (2b9d7c41ad)
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 8 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 | 52 +++++++++++++++++++---
nptl/allocatestack.c | 2 +-
sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist | 4 ++
.../sysv/linux/m68k/coldfire/libpthread.abilist | 4 --
.../linux/powerpc/powerpc32/nofpu/libc.abilist | 4 ++
5 files changed, 55 insertions(+), 11 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 cde3679eb5 This patch adds support for the SSBB and PSSBB speculation b [...]
new 64b5847236 Declare 'ioarg' (from ser-tcp.c:try_connect) as 'u_long' whe [...]
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:
gdb/ChangeLog | 5 +++++
gdb/ser-tcp.c | 4 ++++
2 files changed, 9 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 llvm.
from 8840e88391b Follow up of r336913: forgot to add the new test files.
new e427001e40b [llvm-mca] Simplify eventing by adding an onEvent templated [...]
new d595b3ce746 [NFC][X86][AArch64] Add tests for the 'check for [no] signe [...]
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:
.../AArch64/lack-of-signed-truncation-check.ll | 258 +++++++++++++
test/CodeGen/AArch64/signed-truncation-check.ll | 258 +++++++++++++
.../CodeGen/X86/lack-of-signed-truncation-check.ll | 430 +++++++++++++++++++++
test/CodeGen/X86/signed-truncation-check.ll | 426 ++++++++++++++++++++
tools/llvm-mca/DispatchStage.cpp | 15 +-
tools/llvm-mca/DispatchStage.h | 1 -
tools/llvm-mca/DispatchStatistics.cpp | 4 +-
tools/llvm-mca/DispatchStatistics.h | 6 +-
tools/llvm-mca/ExecuteStage.cpp | 8 +-
tools/llvm-mca/HWEventListener.h | 4 +-
tools/llvm-mca/InstructionTables.cpp | 7 +-
tools/llvm-mca/RegisterFileStatistics.cpp | 3 +-
tools/llvm-mca/RegisterFileStatistics.h | 2 +-
tools/llvm-mca/ResourcePressureView.cpp | 2 +-
tools/llvm-mca/ResourcePressureView.h | 2 +-
tools/llvm-mca/RetireControlUnitStatistics.cpp | 3 +-
tools/llvm-mca/RetireControlUnitStatistics.h | 2 +-
tools/llvm-mca/RetireStage.cpp | 2 +-
tools/llvm-mca/SchedulerStatistics.cpp | 2 +-
tools/llvm-mca/SchedulerStatistics.h | 4 +-
tools/llvm-mca/Stage.cpp | 5 -
tools/llvm-mca/Stage.h | 6 +-
tools/llvm-mca/SummaryView.cpp | 2 +-
tools/llvm-mca/SummaryView.h | 2 +-
tools/llvm-mca/TimelineView.cpp | 2 +-
tools/llvm-mca/TimelineView.h | 2 +-
26 files changed, 1412 insertions(+), 46 deletions(-)
create mode 100644 test/CodeGen/AArch64/lack-of-signed-truncation-check.ll
create mode 100644 test/CodeGen/AArch64/signed-truncation-check.ll
create mode 100644 test/CodeGen/X86/lack-of-signed-truncation-check.ll
create mode 100644 test/CodeGen/X86/signed-truncation-check.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 gcc-6-branch
in repository gcc.
from 5763cb8f735 Daily bump.
new 84d823d5a27 2018-07-12 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/config/gnu-user.h | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/{g++.dg/debug/pr27657.C => gcc.target/i386/pr84829.c} | 4 +---
4 files changed, 13 insertions(+), 4 deletions(-)
copy gcc/testsuite/{g++.dg/debug/pr27657.C => gcc.target/i386/pr84829.c} (51%)
--
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 614005dee11 avx512vl-vpclmulqdq-2.c: Remove 128bit version
new ca12c1924fe PR c/86453 - error: type variant differs by TYPE_PACKED 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:
gcc/ChangeLog | 6 ++++
gcc/attribs.c | 56 +++++++++++++++++---------------
gcc/testsuite/ChangeLog | 10 ++++++
gcc/testsuite/c-c++-common/Wattributes.c | 6 ++--
gcc/testsuite/g++.dg/Wattributes-3.C | 3 ++
gcc/testsuite/gcc.dg/Wattributes-10.c | 26 +++++++++++++++
gcc/testsuite/gcc.dg/Wattributes-6.c | 6 ++--
gcc/testsuite/gcc.dg/pr18079.c | 8 ++---
gcc/testsuite/gcc.dg/torture/pr42363.c | 6 +++-
9 files changed, 89 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wattributes-10.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 gcc-7-branch
in repository gcc.
from fd52e449760 Daily bump.
new 1ec25151ad2 2018-07-12 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/config/gnu-user.h | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/{g++.dg/debug/pr27657.C => gcc.target/i386/pr84829.c} | 4 +---
4 files changed, 13 insertions(+), 4 deletions(-)
copy gcc/testsuite/{g++.dg/debug/pr27657.C => gcc.target/i386/pr84829.c} (51%)
--
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_31-branch
in repository binutils-gdb.
from 08196b220b This patch adds support for the SSBB and PSSBB speculation b [...]
new ae0e76dcfc Hide dynamic symbols in discarded sections
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/elflink.c | 8 ++++++--
2 files changed, 12 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 openmp.
from c6ae13a Fix const cast problem introduced in r336563
new 07d9ad3 [OPENMP, NVPTX] Fix loop boundaries calculation for dynamic loops.
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:
libomptarget/deviceRTLs/nvptx/src/loop.cu | 13 +++++++----
.../deviceRTLs/nvptx/src/omptarget-nvptx.h | 26 ++++++++++++----------
.../deviceRTLs/nvptx/src/omptarget-nvptxi.h | 24 ++++++++++++++++++++
libomptarget/deviceRTLs/nvptx/src/parallel.cu | 3 +++
4 files changed, 50 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.