This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from cca54c1c1 Dummy commit to trigger CMake reconfiguration and unbreak Sph [...]
new 07c970c5c Reduce code duplication. 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/InputFiles.cpp | 7 +++++++
ELF/InputFiles.h | 1 +
ELF/SymbolTable.cpp | 9 +++------
ELF/Symbols.cpp | 7 +------
4 files changed, 12 insertions(+), 12 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 5ed8105e02 RAII-fy make_cleanup_restore_current_thread & friends
new d512d31c39 Fix gdb.python/py-record-btrace-threads.exp with Python 3
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/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.python/py-record-btrace-threads.exp | 4 ++--
2 files changed, 7 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 gdb-8.0-branch
in repository binutils-gdb.
from ac7d85722a Python: Introduce gdb.Instruction class
new 1332b4fa37 Fix gdb.python/py-record-btrace-threads.exp with Python 3
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/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.python/py-record-btrace-threads.exp | 4 ++--
2 files changed, 7 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-regression.
from e84066d Add gcov-dump to expected binaries for gcc-5 and gcc-6.
new 5ea732e bug-1925: New 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:
{bug-2034 => bug-1925}/Makefile | 0
bug-1925/build.sh | 24 ++++++++
bug-1925/retval1.f90 | 120 ++++++++++++++++++++++++++++++++++++++++
common.mk | 4 ++
4 files changed, 148 insertions(+)
copy {bug-2034 => bug-1925}/Makefile (100%)
create mode 100755 bug-1925/build.sh
create mode 100644 bug-1925/retval1.f90
--
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 fd8f24ed838 [DAGCombine] Transform (fadd A, (fmul B, -2.0)) -> (fsub A, [...]
new 1a1fb4bbf2c [globalisel][tablegen] Add several GINodeEquiv's for operat [...]
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:
.../llvm/Target/GlobalISel/SelectionDAGCompat.td | 38 ++++++++++++++++------
1 file changed, 28 insertions(+), 10 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 f6223dbb50 make_cleanup_restore_current_thread: Look up thread earlier
new 5ed8105e02 RAII-fy make_cleanup_restore_current_thread & friends
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 | 83 +++++++
gdb/Makefile.in | 3 +
gdb/breakpoint.c | 97 +++------
gdb/exec.c | 15 +-
gdb/gdbthread.h | 22 +-
gdb/infcmd.c | 31 +--
gdb/inferior.c | 29 +--
gdb/inferior.h | 23 +-
gdb/infrun.c | 65 +++---
gdb/linespec.c | 6 +-
gdb/mi/mi-main.c | 12 +-
gdb/proc-service.c | 18 +-
gdb/{gdb_usleep.c => progspace-and-thread.c} | 40 ++--
.../jit-protocol.h => progspace-and-thread.h} | 44 ++--
gdb/progspace.c | 80 +------
gdb/progspace.h | 32 ++-
gdb/remote.c | 5 +-
gdb/symtab.c | 12 +-
gdb/thread.c | 241 +++++++++------------
gdb/tracepoint.c | 6 +-
gdb/varobj.c | 5 +-
21 files changed, 407 insertions(+), 462 deletions(-)
copy gdb/{gdb_usleep.c => progspace-and-thread.c} (59%)
copy gdb/{testsuite/gdb.base/jit-protocol.h => progspace-and-thread.h} (52%)
--
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 c4ebc170a30 [X86][AVX512] Fix VPABSD file checks
new fd8f24ed838 [DAGCombine] Transform (fadd A, (fmul B, -2.0)) -> (fsub 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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 18 ++++++++
test/CodeGen/AArch64/fadd-combines.ll | 78 ++++++++++++++++++++++++++++++++
test/CodeGen/AMDGPU/fmuladd.f32.ll | 8 ++--
3 files changed, 100 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/AArch64/fadd-combines.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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from c7765ed prepare-board.sh: style cleanups
new 94b819b run.sh: Add --nosudo option.
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:
run.sh | 10 +++++++---
1 file changed, 7 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from a7c1800 start-container-docker: Create directory on the right host.
new d044b6c start-container-docker: Don't bind-mount unnecessary directories
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:
start-container-docker.sh | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.