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 dc1f2887c5 Fix type checking errors.
new a7f25a84f4 Fix compilation failure in remote.c
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/remote.c | 20 ++++++++++----------
2 files changed, 15 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 binutils-2_31-branch
in repository binutils-gdb.
from 29d5746fed Automatic date update in version.in
new dbf924a63a Fix type checking errors.
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:
gold/ChangeLog | 6 ++++++
gold/target.h | 3 ++-
gold/x86_64.cc | 5 +++--
3 files changed, 11 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 test-suite.
from af5833c4 Add Anisotropic diffusion using Benchmark Library
new e6c6ee8f Add backprop kernel from Rodinia benchmark
new 8f9cb4a5 [CMake] Add option for appending extra custom lit modules
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:
CMakeLists.txt | 5 +-
MultiSource/Benchmarks/Rodinia/CMakeLists.txt | 1 +
.../Rodinia/{srad => backprop}/CMakeLists.txt | 10 +-
MultiSource/Benchmarks/Rodinia/backprop/backprop.h | 17 +
.../Rodinia/backprop/backprop.reference_output | 854 +++++++++++++++++++++
.../Benchmarks/Rodinia/backprop/backpropKernel.c | 84 ++
MultiSource/Benchmarks/Rodinia/backprop/main.c | 125 +++
7 files changed, 1090 insertions(+), 6 deletions(-)
copy MultiSource/Benchmarks/Rodinia/{srad => backprop}/CMakeLists.txt (62%)
create mode 100644 MultiSource/Benchmarks/Rodinia/backprop/backprop.h
create mode 100644 MultiSource/Benchmarks/Rodinia/backprop/backprop.reference_output
create mode 100644 MultiSource/Benchmarks/Rodinia/backprop/backpropKernel.c
create mode 100644 MultiSource/Benchmarks/Rodinia/backprop/main.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 binutils-gdb.
from 296956befe Allow larger regblock sizes when saving tracefiles
new dc1f2887c5 Fix type checking errors.
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:
gold/ChangeLog | 6 ++++++
gold/target.h | 3 ++-
gold/x86_64.cc | 5 +++--
3 files changed, 11 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 lldb.
from 67ed3cc74 Fix more offsetof issues.
new dfaba774e [IRMemoryMap] Avoid redundant zero-init in the Allocation con [...]
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/Utility/DataBufferHeap.h | 3 ++-
source/Expression/IRMemoryMap.cpp | 6 +-----
2 files changed, 3 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 lld.
from a5e5eaa27 [COFF] Remove a superfluous warning about aligncomm for non-c [...]
new 43c0b1112 ELF: Enable address-significance tables during LTO.
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/LTO.cpp | 3 ++-
test/ELF/lto/relocatable.ll | 9 +++++++++
2 files changed, 11 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 binutils-gdb.
from 02d7a79e1b Update binutils/MAINTAINERS for ARC.
new 05abfc39c7 Fix indentation in remote_target::download_tracepoint
new aa6f3694ce Remove trailing '-' from the last QTDP action packet
new 3df3a985a4 Use get_remote_packet_size in download_tracepoint
new 4277c4b87a Use remote register numbers in tracepoint mask
new a04b9d62a2 Variable size for regs mask in collection list
new 296956befe Allow larger regblock sizes when saving tracefiles
The 6 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 | 62 +++++++++++++
gdb/remote.c | 160 ++++++++++++++++++++++++----------
gdb/tracefile.c | 42 +++++----
gdb/tracepoint.c | 258 ++++++++++++++++++++++++++++++++-----------------------
gdb/tracepoint.h | 13 ++-
5 files changed, 359 insertions(+), 176 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 gcc.
from 917dad34cb5 [PATCH] Diagnostic included-from loop
new 87ee0e388ea * tree-ssa-dom.c (dom_opt_dom_walker::optimize_stmt): Pass [...]
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 | 7 +++++++
gcc/tree-ssa-dom.c | 11 +++++++----
2 files changed, 14 insertions(+), 4 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 fb4c32aef6 x86: Move STATE_SAVE_OFFSET/STATE_SAVE_MASK to sysdep.h
new 92a4cba760 RISC-V: Don't use ps_get_thread_area in libthread_db (bug 23402)
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 | 5 +++++
sysdeps/riscv/nptl/tls.h | 5 +++--
2 files changed, 8 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 llvm.
from fabcc790fc0 [llvm-pdbutil] Support PDBs without a DBI stream
new f064d04716a [SLC] Fix shrinking of pow()
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/Utils/SimplifyLibCalls.cpp | 30 ++++++++++++----------
.../InstCombine/double-float-shrink-1.ll | 12 +++------
2 files changed, 20 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.