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 236dbb3c3 Enable test/asan for NetBSD
new ae2be2c20 Implement a large part of NetBSD syscalls of netbsd_syscall_hooks.h
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/sanitizer/netbsd_syscall_hooks.h | 4689 ++++++++++++++++++++
lib/sanitizer_common/sanitizer_syscalls_netbsd.inc | 3689 ++++++++++++++-
utils/generate_netbsd_syscalls.awk | 2584 ++++++++++-
3 files changed, 10958 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 llvm.
from 5f393824aef [ARM] Allow 64- and 128-bit types with 't' inline asm constraint
new b1c2195313a [InstCombine] allow sin/cos transforms with 'reassoc'
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:
.../InstCombine/InstCombineMulDivRem.cpp | 3 +-
test/Transforms/InstCombine/fdiv-cos-sin.ll | 88 +++++++++++-----------
test/Transforms/InstCombine/fdiv-sin-cos.ll | 78 +++++++++----------
3 files changed, 84 insertions(+), 85 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 518205e13 Enable syscall-specific functions in TSan/NetBSD
new 236dbb3c3 Enable test/asan for NetBSD
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/asan/lit.cfg | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_30-branch
in repository binutils-gdb.
from 83bf06a719 Automatic date update in version.in
new d31b3bc917 PR ld/22832 on SPARC.
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:
bfd/ChangeLog | 7 +++++++
bfd/elfxx-sparc.c | 3 ++-
2 files changed, 9 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 gcc-7-branch
in repository gcc.
from 991638e4236 Daily bump.
new 61d6f82aefb 2018-02-15 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
new 37450092ee9 [testsuite]
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:
gcc/ChangeLog | 9 +++++++++
gcc/config/rs6000/rs6000.c | 5 +++--
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/powerpc/fold-vec-mult-int128-p8.c | 8 +++++---
gcc/testsuite/gcc.target/powerpc/fold-vec-mult-int128-p9.c | 7 ++++---
5 files changed, 28 insertions(+), 8 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 8dde6e6cf Add Xray instrumentation support to FreeBSD
new 518205e13 Enable syscall-specific functions in TSan/NetBSD
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/tsan/rtl/tsan_interceptors.cc | 2 +-
1 file changed, 1 insertion(+), 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 85046ae23f Reset inferior::control on inferior exit
new e513bd38a6 PR ld/22832 on SPARC.
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:
bfd/ChangeLog | 7 +++++++
bfd/elfxx-sparc.c | 3 ++-
2 files changed, 9 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 gdb-8.1-branch
in repository binutils-gdb.
from 37cd518812 Automatic date update in version.in
new 2ba75fb16a Reset inferior::control on inferior exit
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/inferior.c | 2 ++
2 files changed, 7 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 llvm.
from 64f776d49e2 [X86][SSE] combineTruncateWithSat - use truncateVectorWithP [...]
new 5f393824aef [ARM] Allow 64- and 128-bit types with 't' inline asm constraint
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:
docs/LangRef.rst | 8 +++---
lib/Target/ARM/ARMISelLowering.cpp | 6 +++++
test/CodeGen/ARM/inlineasm-error-t-toofewregs.ll | 9 +++++++
test/CodeGen/ARM/inlineasm.ll | 32 ++++++++++++++++++++++++
4 files changed, 51 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/ARM/inlineasm-error-t-toofewregs.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 355c559b74 delete ada-lang.c::ada_to_fixed_value_create advance declaration
new 85046ae23f Reset inferior::control on inferior exit
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/inferior.c | 2 ++
2 files changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.