This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from aeb5427218a7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
new e866d3e84eb7 riscv: Do not overwrite initrd_start and initrd_end
new 96eddb810b14 Merge tag 'riscv-for-linus-4.19-rc3' of git://git.kernel.o [...]
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:
arch/riscv/kernel/setup.c | 7 -------
1 file changed, 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 libcxx.
from ec25143bb Implement LWG #3017. list splice functions should use addressof
new 575d6888e Update the failure annotations for the uncaught_exceptions te [...]
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:
.../support.exception/uncaught/uncaught_exceptions.pass.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 linux.
from 5e335542de83 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 7915919bb94e scsi: iscsi: target: Set conn->sess to NULL when iscsi_log [...]
new 05a86e78ea98 scsi: iscsi: target: Fix conn_ops double free
new c77a2fa3ff8f scsi: qedi: Add the CRC size within iSCSI NVM image
new aeb5427218a7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 4 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:
drivers/scsi/qedi/qedi.h | 7 +-
drivers/scsi/qedi/qedi_main.c | 28 +++---
drivers/target/iscsi/iscsi_target.c | 9 +-
drivers/target/iscsi/iscsi_target_login.c | 149 ++++++++++++++++--------------
drivers/target/iscsi/iscsi_target_login.h | 2 +-
5 files changed, 101 insertions(+), 94 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 2e989bf873 [RISCV] Explicitly set an empty --sysroot in the test
new cbe41bdb06 [OPENMP] Fix PR38902: support ADL for declare reduction constructs.
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/Sema/SemaOpenMP.cpp | 107 +++++++++++++++++++++++++++-
test/OpenMP/declare_reduction_ast_print.cpp | 14 ++++
2 files changed, 120 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 glibc.
from 5a274db4ea i386: Use ENTRY and END in start.S [BZ #23606]
new f41b0a43e4 Add new log implementation
new 3e08ff544b Add new log2 implementation
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:
ChangeLog | 25 +
NEWS | 2 +-
math/Makefile | 3 +-
sysdeps/i386/fpu/{doasin.c => e_log2_data.c} | 0
sysdeps/i386/fpu/{doasin.c => e_log_data.c} | 0
.../{i386/fpu/doasin.c => ia64/fpu/e_log2_data.c} | 0
.../{i386/fpu/doasin.c => ia64/fpu/e_log_data.c} | 0
sysdeps/ieee754/dbl-64/e_log.c | 257 +-
sysdeps/ieee754/dbl-64/e_log2.c | 240 +-
sysdeps/ieee754/dbl-64/e_log2_data.c | 220 ++
sysdeps/ieee754/dbl-64/e_log_data.c | 347 ++
sysdeps/ieee754/dbl-64/math_config.h | 32 +
sysdeps/ieee754/dbl-64/ulog.h | 93 -
sysdeps/ieee754/dbl-64/ulog.tbl | 3326 --------------------
sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c | 128 -
.../fpu/doasin.c => m68k/m680x0/fpu/e_log2_data.c} | 0
.../fpu/doasin.c => m68k/m680x0/fpu/e_log_data.c} | 0
17 files changed, 862 insertions(+), 3811 deletions(-)
copy sysdeps/i386/fpu/{doasin.c => e_log2_data.c} (100%)
copy sysdeps/i386/fpu/{doasin.c => e_log_data.c} (100%)
copy sysdeps/{i386/fpu/doasin.c => ia64/fpu/e_log2_data.c} (100%)
copy sysdeps/{i386/fpu/doasin.c => ia64/fpu/e_log_data.c} (100%)
create mode 100644 sysdeps/ieee754/dbl-64/e_log2_data.c
create mode 100644 sysdeps/ieee754/dbl-64/e_log_data.c
delete mode 100644 sysdeps/ieee754/dbl-64/ulog.h
delete mode 100644 sysdeps/ieee754/dbl-64/ulog.tbl
delete mode 100644 sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c
copy sysdeps/{i386/fpu/doasin.c => m68k/m680x0/fpu/e_log2_data.c} (100%)
copy sysdeps/{i386/fpu/doasin.c => m68k/m680x0/fpu/e_log_data.c} (100%)
--
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-8-branch
in repository gcc.
from 8d42ca1f68b S/390: Use proper rounding mode for DFP to BFD conversions
new c67622624e5 Backport PR86771 fix to 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:
gcc/ChangeLog | 10 ++++++++++
gcc/combine.c | 10 ++++++++--
2 files changed, 18 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 549a081f228 [X86] Remove isel patterns for ADCX instruction
new cfe06dbe7c5 [ARM] Tighten f64<->f16 conversion requirements
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/Target/ARM/ARMInstrVFP.td | 12 ++++++++----
test/CodeGen/ARM/fpconv.ll | 22 ++++++++++++++++++++++
test/CodeGen/ARM/half.ll | 7 +++++++
3 files changed, 37 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 binutils-gdb.
from c221b2f770 Testsuite: Add gdb_can_simple_compile
new 3e68067fb2 Add debug output about skipping files and functions
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 | 9 +++++
gdb/NEWS | 5 +++
gdb/doc/ChangeLog | 5 +++
gdb/doc/gdb.texinfo | 8 +++++
gdb/skip.c | 101 +++++++++++++++++++++++++++++++++++++++-------------
5 files changed, 103 insertions(+), 25 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 d2ada3f873 [CodeGen] Align rtti and vtable data
new 2e989bf873 [RISCV] Explicitly set an empty --sysroot in the 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:
test/Driver/riscv32-toolchain.c | 2 ++
1 file changed, 2 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 glibc.
from 4e7fbdd7c2 Remove x86_64 math_private.h asms.
new 5a274db4ea i386: Use ENTRY and END in start.S [BZ #23606]
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 | 8 ++++++++
sysdeps/i386/start.S | 10 ++++++----
2 files changed, 14 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.