This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f445ab028c8 Fix docs build break caused by r322965
new 4f82436e1dd Additional fixes for docs in addition to r322968.
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 | 4 ++--
1 file changed, 2 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 cee475a4d74 [WebAssembly] Make sign-extension opcodes a distinct feature.
new f445ab028c8 Fix docs build break caused by r322965
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 | 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 llvm.
from 9b8cffe9a68 Test commit
new 1256d61e28a [cmake] Fix typo in LLVM_UTILS_INSTALL_DIR definition.
new 13149c89f35 [x86] regenerate complete checks; 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:
CMakeLists.txt | 4 +--
test/CodeGen/X86/3addr-or.ll | 81 ++++++++++++++++++++++++++++----------------
2 files changed, 53 insertions(+), 32 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 4956f498478 [x86] shrink 'and' immediate values by setting the high bit [...]
new 9b8cffe9a68 Test commit
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/AArch64/AArch64ISelLowering.cpp | 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 a3ab6cb019 [gas/ARM] Remove spurious comments
new 6bd6f3b656 Remove args from target detach
new 6e1e1966ba Pass inferior down to target_detach and to_detach
new bc09b0c14f Make linux_nat_detach/thread_db_detach use the inferior parameter
The 3 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 | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++
gdb/aix-thread.c | 4 +--
gdb/corefile.c | 2 +-
gdb/corelow.c | 4 +--
gdb/darwin-nat.c | 3 +-
gdb/gnu-nat.c | 2 +-
gdb/inf-ptrace.c | 18 ++++-------
gdb/inf-ptrace.h | 2 +-
gdb/infcmd.c | 2 +-
gdb/inferior.c | 15 +++++++--
gdb/inferior.h | 3 ++
gdb/infrun.c | 4 +--
gdb/linux-fork.c | 2 +-
gdb/linux-fork.h | 2 +-
gdb/linux-nat.c | 23 ++++---------
gdb/linux-thread-db.c | 6 ++--
gdb/nto-procfs.c | 8 ++---
gdb/procfs.c | 23 +++++--------
gdb/record.c | 4 +--
gdb/record.h | 3 +-
gdb/remote-sim.c | 12 +++----
gdb/remote.c | 13 +++-----
gdb/sol-thread.c | 4 +--
gdb/target-debug.h | 2 ++
gdb/target-delegates.c | 8 ++---
gdb/target.c | 15 ++++++---
gdb/target.h | 9 +++---
gdb/top.c | 4 +--
gdb/windows-nat.c | 2 +-
29 files changed, 181 insertions(+), 106 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 openacc-gcc-7-branch
in repository gcc.
from b4dd21b9a1f Use functional parameters for data mappings in OpenACC chil [...]
new d0a1e0fa43c [nvptx] Fix bug in jit bug workaround
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.openacc | 9 ++++++
gcc/config/nvptx/nvptx.c | 28 +++++++++++++++++--
libgomp/ChangeLog.openacc | 10 +++++++
.../testsuite/libgomp.oacc-c-c++-common/pr83920.c | 32 ++++++++++++++++++++++
libgomp/testsuite/libgomp.oacc-fortran/pr83920.f90 | 28 +++++++++++++++++++
5 files changed, 105 insertions(+), 2 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr83920.c
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/pr83920.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 b1b5a889fa3 [InstSimplify] use m_Specific and commutative matcher to re [...]
new 4956f498478 [x86] shrink 'and' immediate values by setting the high bit [...]
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/X86/X86ISelDAGToDAG.cpp | 60 ++++++++-
test/CodeGen/X86/and-encoding.ll | 20 ++-
test/CodeGen/X86/divide-by-constant.ll | 6 -
test/CodeGen/X86/known-bits.ll | 2 -
test/CodeGen/X86/popcnt.ll | 4 +-
test/CodeGen/X86/pr33844.ll | 2 +-
test/CodeGen/X86/shift-pair.ll | 2 +-
test/CodeGen/X86/urem-i8-constant.ll | 1 -
test/CodeGen/X86/vector-sext.ll | 214 ++++++++++++++++-----------------
test/CodeGen/X86/win64_frame.ll | 5 +-
test/CodeGen/X86/x86-64-baseptr.ll | 13 +-
test/CodeGen/X86/zext-fold.ll | 6 +-
12 files changed, 184 insertions(+), 151 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 users/hjl/pr22732
in repository binutils-gdb.
at 2b435dcb4f ld: Skip unsupported static executable tests
This branch includes the following new commits:
new 2b435dcb4f ld: Skip unsupported static executable tests
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.