This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 35096cc1e65 Makefile patches from initial RISC-V cross/native build.
new 138bc798deb RISC-V: Initial riscv linux Ada port.
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/ada/ChangeLog | 4 ++
gcc/ada/Makefile.rtl | 28 ++++++++++++
.../libgnarl/{s-linux.ads => s-linux__riscv.ads} | 50 ++++++++++++----------
...stem-linux-sparc.ads => system-linux-riscv.ads} | 4 +-
4 files changed, 62 insertions(+), 24 deletions(-)
copy gcc/ada/libgnarl/{s-linux.ads => s-linux__riscv.ads} (86%)
copy gcc/ada/libgnat/{system-linux-sparc.ads => system-linux-riscv.ads} (98%)
--
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 79da1642b15 [Constants] extend getBinOpIdentity(); NFC
new 3f928c753ce AMDGPU: Fix UBSan error caused by r335942
new 735ebc0759b [InstCombine] add more tests with poison and undef; NFC
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:
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 40 +-
lib/Target/AMDGPU/R600ISelLowering.cpp | 2 +-
test/Transforms/InstCombine/shuffle_select.ll | 545 +++++++++++++++++++++++++-
4 files changed, 561 insertions(+), 29 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 compiler-rt.
from 711b418e4 [MSan] Add functions to enable/disable interceptor checks.
new eb8d069ce Recommit "[CMake] Run libFuzzer tests with check-all."
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/fuzzer/CMakeLists.txt | 2 --
1 file changed, 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 compiler-rt.
from 0c2188142 [scudo] Add some logs for Android
new b89b5a6ea [libFuzzer] Disable hanging tests on AArch64
new 711b418e4 [MSan] Add functions to enable/disable interceptor checks.
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:
include/sanitizer/msan_interface.h | 8 ++++++
lib/msan/msan_interceptors.cc | 3 +++
lib/msan/msan_interface_internal.h | 6 +++++
test/fuzzer/counters.test | 1 +
test/fuzzer/disable-leaks.test | 1 +
test/fuzzer/fuzzer-oom.test | 1 +
test/msan/scoped-interceptors.cc | 52 ++++++++++++++++++++++++++++++++++++++
7 files changed, 72 insertions(+)
create mode 100644 test/msan/scoped-interceptors.cc
--
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 90b84cf3f53 2018-07-06 François Dumont <fdumont(a)gcc.gnu.org>
new 35096cc1e65 Makefile patches from initial RISC-V cross/native build.
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/ada/ChangeLog | 6 ++++++
gcc/ada/Make-generated.in | 10 +++++-----
gcc/ada/gcc-interface/Makefile.in | 2 +-
3 files changed, 12 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 gcc.
from a753872e355 Update internal documentation to describe that DONE [...]
new 90b84cf3f53 2018-07-06 François Dumont <fdumont(a)gcc.gnu.org>
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:
libstdc++-v3/ChangeLog | 14 +
libstdc++-v3/include/debug/functions.h | 23 -
libstdc++-v3/include/debug/string | 1535 ++++++++++----------
.../debug/1_neg.cc} | 10 +-
.../debug/2_neg.cc} | 10 +-
5 files changed, 813 insertions(+), 779 deletions(-)
copy libstdc++-v3/testsuite/21_strings/{debug/self_move_assign_neg.cc => basic_str [...]
copy libstdc++-v3/testsuite/21_strings/{debug/self_move_assign_neg.cc => basic_str [...]
--
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 compiler-rt.
from 171f1837d Make __gcov_flush flush counters for all shared libraries
new 0c2188142 [scudo] Add some logs for Android
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/scudo/scudo_utils.cpp | 3 +++
1 file changed, 3 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 gcc.
from 4e6aac30df5 PR libstdc++/84928 use std::move in <numeric> algorithms
new a753872e355 Update internal documentation to describe that DONE [...]
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 | 5 +++++
gcc/doc/md.texi | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 56 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 397c54c1af aarch64: add HWCAP_ATOMICS to HWCAP_IMPORTANT
new 3f5e3f5d06 libio: Implement internal function __libc_readline_unlocked
new 916124ed84 nss_files: Fix re-reading of long lines [BZ #18991]
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 | 30 +++++
include/stdio.h | 17 +++
libio/Makefile | 4 +-
libio/Versions | 4 +
libio/fseeko.c | 12 +-
libio/fseeko64.c | 5 +-
libio/ftello.c | 8 +-
libio/ftello64.c | 5 +-
libio/readline.c | 170 ++++++++++++++++++++++++
libio/tst-readline.c | 236 +++++++++++++++++++++++++++++++++
nss/Makefile | 2 +
nss/nss_files/files-XXX.c | 121 +++++++----------
nss/tst-nss-files-hosts-getent.c | 276 +++++++++++++++++++++++++++++++++++++++
13 files changed, 810 insertions(+), 80 deletions(-)
create mode 100644 libio/readline.c
create mode 100644 libio/tst-readline.c
create mode 100644 nss/tst-nss-files-hosts-getent.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 binutils-2_31-branch
in repository binutils-gdb.
from c80d3fddcf Fix bug generating relocations for notes created by the assembler.
new 96e5990474 Fix the read/write flag for these registers on AArch64
new e04c0868e4 Fix SBO bit in disassembly mask for ldrah on AArch64.
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:
gas/ChangeLog | 7 +++++++
gas/testsuite/gas/aarch64/msr.d | 11 +++++++++++
gas/testsuite/gas/aarch64/msr.s | 15 +++++++++++++++
opcodes/ChangeLog | 11 +++++++++++
opcodes/aarch64-opc.c | 10 +++++-----
opcodes/aarch64-tbl.h | 2 +-
6 files changed, 50 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.