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 15c2268 gdb: Fix ATTRIBUTE_NONNULL usage
new c65d6b5 Fix PR18360 - internal error when using "interrupt -a"
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 | 23 +++
gdb/infrun.c | 196 ++++++++++----------
gdb/testsuite/ChangeLog | 6 +
.../interrupt-while-step-over.c} | 54 ++++--
.../gdb.threads/interrupt-while-step-over.exp | 204 +++++++++++++++++++++
.../signal-while-stepping-over-bp-other-thread.exp | 1 -
6 files changed, 369 insertions(+), 115 deletions(-)
copy gdb/testsuite/{gdb.mi/mi-threads-interrupt.c => gdb.threads/interrupt-while-s [...]
create mode 100644 gdb/testsuite/gdb.threads/interrupt-while-step-over.exp
--
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 d37ceb3 Revert r297008: [ELF] - Make Bss and BssRelRo sections to be [...]
new 9bca92e Use uint32_t for alignment in more places, NFC.
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:
ELF/InputSection.cpp | 17 ++++++++---------
ELF/InputSection.h | 4 ++--
ELF/OutputSections.cpp | 2 +-
ELF/OutputSections.h | 2 +-
ELF/SymbolTable.cpp | 2 +-
ELF/SymbolTable.h | 2 +-
ELF/Symbols.cpp | 16 ++++++++--------
ELF/Symbols.h | 6 +++---
ELF/SyntheticSections.cpp | 2 +-
ELF/SyntheticSections.h | 4 ++--
ELF/Writer.cpp | 4 ++--
11 files changed, 30 insertions(+), 31 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 773c83e [SLP] Visualize SLP trees with -view-slp-tree
new f2856a5 GlobalISel: correctly handle trivial fcmp predicates.
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/IRTranslator.cpp | 5 ++++-
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll | 11 +++++++++++
2 files changed, 15 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 8ca15c2 [LV] Select legal insert point when fixing first-order recurrences
new 773c83e [SLP] Visualize SLP trees with -view-slp-tree
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/Vectorize/SLPVectorizer.cpp | 229 +++++++++++++++++++++--------
1 file changed, 167 insertions(+), 62 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 7348569 [GlobalISel] Add default action for G_FNEG
new 8ca15c2 [LV] Select legal insert point when fixing first-order recurrences
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/Vectorize/LoopVectorize.cpp | 16 +++++++++-------
.../AArch64/first-order-recurrence.ll | 22 ++++++++++++++++++++++
2 files changed, 31 insertions(+), 7 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 ff30329 Resubmit FileSystem changes.
new 7348569 [GlobalISel] Add default action for G_FNEG
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 | 32 +++++++++++++++
lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 4 ++
test/CodeGen/AArch64/GlobalISel/legalize-fneg.mir | 48 +++++++++++++++++++++++
3 files changed, 84 insertions(+)
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-fneg.mir
--
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 3c479a9 [x86] regenerate checks; NFC
new ff30329 Resubmit FileSystem changes.
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/FileSystem.h | 38 ++++++++++++++++++++++++++++++++------
lib/Support/Path.cpp | 12 ++++++++++++
2 files changed, 44 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 clang.
from a40b07a Add missing implementation for AtomicChange::replace(...)
new a9ded30 [ubsan] Detect UB loads from bitfields
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/CGAtomic.cpp | 2 +-
lib/CodeGen/CGExpr.cpp | 7 +++--
lib/CodeGen/CodeGenFunction.h | 2 +-
test/CodeGenCXX/ubsan-bitfields.cpp | 21 ++++++++++++++
test/CodeGenObjC/ubsan-bool.m | 57 +++++++++++++++++++++++++++++++++++--
5 files changed, 82 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGenCXX/ubsan-bitfields.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 newlib.
from 51a993c yield: Don't lower thread priority, it leads to starvation
new c8432a0 Implement dladdr() (partially)
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:
winsup/cygwin/common.din | 1 +
winsup/cygwin/dlfcn.cc | 34 ++++++++++++++++++++++++++++++++++
winsup/cygwin/include/cygwin/version.h | 3 ++-
winsup/cygwin/include/dlfcn.h | 18 ++++++++++++++++++
winsup/cygwin/release/2.7.1 | 2 ++
winsup/doc/posix.xml | 4 ++++
6 files changed, 61 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.