This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 47b6d67 [InstCombine] use m_APInt to allow icmp eq (op X, Y), C folds [...]
new 24c0d9d [Hexagon] Validate register class when doing bit simplification
new df48bd9 [llvm-cov] Add some documentation for the -tab-size option
new 1d5ec70 [WebAssembly] Check return value of getRegForValue in FastISel
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:
docs/CommandGuide/llvm-cov.rst | 5 +++
lib/Target/Hexagon/HexagonBitSimplify.cpp | 43 ++++++++++++++++++++------
lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 13 ++++++++
test/CodeGen/Hexagon/bit-validate-reg.ll | 21 +++++++++++++
test/CodeGen/WebAssembly/fast-isel-noreg.ll | 35 +++++++++++++++++++++
tools/llvm-cov/CodeCoverage.cpp | 5 +--
6 files changed, 110 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/Hexagon/bit-validate-reg.ll
create mode 100644 test/CodeGen/WebAssembly/fast-isel-noreg.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 gcc.
from b2ad0b1 runtime: fix incorrectly commented out code in heapdump.c
new 93a3140 Define std::is_callable and std::is_nothrow_callable
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 | 30 ++++
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 3 +-
libstdc++-v3/include/std/functional | 21 +--
libstdc++-v3/include/std/type_traits | 120 ++++++++++++-
.../requirements/explicit_instantiation.cc | 8 +-
.../requirements/explicit_instantiation_ext.cc} | 9 +-
.../requirements/typedefs.cc} | 14 +-
.../is_callable/requirements/typedefs_ext.cc} | 23 +--
.../testsuite/20_util/is_callable/value.cc | 191 +++++++++++++++++++++
.../value_ext.cc} | 15 +-
.../requirements/explicit_instantiation.cc | 8 +-
.../requirements/explicit_instantiation_ext.cc} | 9 +-
.../requirements/typedefs.cc} | 14 +-
.../requirements/typedefs_ext.cc} | 20 +--
.../testsuite/20_util/is_nothrow_callable/value.cc | 92 ++++++++++
.../value_ext.cc} | 16 +-
16 files changed, 489 insertions(+), 104 deletions(-)
copy libstdc++-v3/testsuite/20_util/{extent => is_callable}/requirements/explicit_ [...]
copy libstdc++-v3/testsuite/20_util/{rank/requirements/explicit_instantiation.cc = [...]
copy libstdc++-v3/testsuite/20_util/{logical_traits/requirements/explicit_instanti [...]
copy libstdc++-v3/testsuite/{special_functions/14_expint/compile_2.cc => 20_util/i [...]
create mode 100644 libstdc++-v3/testsuite/20_util/is_callable/value.cc
copy libstdc++-v3/testsuite/20_util/{tuple/cons/element_accepts_anything_byval.cc [...]
copy libstdc++-v3/testsuite/20_util/{add_volatile => is_nothrow_callable}/requirem [...]
copy libstdc++-v3/testsuite/20_util/{rank/requirements/explicit_instantiation.cc = [...]
copy libstdc++-v3/testsuite/20_util/{logical_traits/requirements/explicit_instanti [...]
copy libstdc++-v3/testsuite/20_util/{is_trivially_copyable/requirements/explicit_i [...]
create mode 100644 libstdc++-v3/testsuite/20_util/is_nothrow_callable/value.cc
copy libstdc++-v3/testsuite/20_util/{tuple/cons/element_accepts_anything_byval.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 llvm.
from dbed1dc [X86][SSE] Rename target shuffle unary permute matching funct [...]
new 47b6d67 [InstCombine] use m_APInt to allow icmp eq (op X, Y), C folds [...]
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/Analysis/InstructionSimplify.cpp | 13 ++++++-------
lib/Transforms/InstCombine/InstCombineCompares.cpp | 11 -----------
test/Transforms/InstSimplify/compare.ll | 9 +++------
3 files changed, 9 insertions(+), 24 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/palves/restore-signal-dispositions
in repository binutils-gdb.
discards 1cf3510 Fix PR gdb/18653: gdb disturbs inferior's inherited signal di [...]
new 4265c12 Fix PR gdb/18653: gdb disturbs inferior's inherited signal di [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1cf3510)
\
N -- N -- N refs/heads/users/palves/restore-signal-dispositions (4265c12)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/testsuite/gdb.gdb/selftest.exp | 4 ++++
1 file changed, 4 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 ebcc311 2016-08-04 Marcel Böhme <boehme.marcel(a)gmail.com>
new b2ad0b1 runtime: fix incorrectly commented out code in heapdump.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:
gcc/go/gofrontend/MERGE | 2 +-
libgo/runtime/heapdump.c | 6 ++++--
2 files changed, 5 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 llvm.
from 2c8de85 add tests for missing vector folds
new dbed1dc [X86][SSE] Rename target shuffle unary permute matching funct [...]
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/X86ISelLowering.cpp | 12 ++++++------
1 file changed, 6 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 users/palves/restore-signal-dispositions
in repository binutils-gdb.
discards b8d8ebc Fix PR18653 - spawn changes SIGPIPE SIG_DFL to SIG_IGN
new 1cf3510 Fix PR gdb/18653: gdb disturbs inferior's inherited signal di [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b8d8ebc)
\
N -- N -- N refs/heads/users/palves/restore-signal-dispositions (1cf3510)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/common/common.m4 | 2 +-
gdb/common/signal-dispositions-save-restore.c | 6 ++
gdb/common/signal-dispositions-save-restore.h | 12 ++--
gdb/configure | 2 +-
gdb/gdbserver/config.in | 3 +
gdb/gdbserver/configure | 2 +-
gdb/gdbserver/server.c | 4 +-
gdb/main.c | 3 +-
.../gdb.base/signal-dispositions-child.c} | 55 ++++++++-------
.../gdb.base/signal-dispositions-child.exp | 80 ++++++++++++++++++++++
10 files changed, 131 insertions(+), 38 deletions(-)
copy gdb/{common/signal-dispositions-save-restore.c => testsuite/gdb.base/signal-d [...]
create mode 100644 gdb/testsuite/gdb.base/signal-dispositions-child.exp
--
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 64d050a compiler: include "go-system.h" in escape.cc
new 20594fe text/template: reduce maxExecDepth for gccgo
new a1af716 [Patch obvious testsuite] Remove duplicate body from pr70903.c
new ebcc311 2016-08-04 Marcel Böhme <boehme.marcel(a)gmail.com>
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:
gcc/go/gofrontend/MERGE | 2 +-
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.c-torture/execute/pr70903.c | 18 ------
libgo/go/text/template/exec.go | 4 +-
libiberty/ChangeLog | 19 ++++++-
libiberty/cplus-dem.c | 80 +++++++++++++++++++++++++--
libiberty/testsuite/demangle-expected | 5 ++
7 files changed, 105 insertions(+), 27 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 4ebfadf LoadStoreVectorizer: Remove TargetBaseAlign. Keep alignment f [...]
new 2c8de85 add tests for missing vector folds
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/Transforms/InstSimplify/compare.ll | 36 +++++++++++++++++++++++++++------
1 file changed, 30 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 llvm.
from 230bca5 Shamelessly add myself to CREDITS.TXT
new 4ebfadf LoadStoreVectorizer: Remove TargetBaseAlign. Keep alignment f [...]
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/llvm/Analysis/TargetTransformInfo.h | 11 +++++---
include/llvm/Analysis/TargetTransformInfoImpl.h | 3 +-
include/llvm/CodeGen/BasicTTIImpl.h | 7 +++--
lib/Analysis/TargetTransformInfo.cpp | 5 ++--
lib/Target/AMDGPU/SIISelLowering.cpp | 6 +++-
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 24 ++++++++--------
.../NVPTX/merge-across-side-effects.ll | 32 +++++++++++-----------
.../LoadStoreVectorizer/NVPTX/non-instr-bitcast.ll | 2 +-
.../LoadStoreVectorizer/X86/correct-order.ll | 2 +-
.../LoadStoreVectorizer/X86/preserve-order32.ll | 4 +--
.../LoadStoreVectorizer/X86/preserve-order64.ll | 20 +++++++-------
.../X86/subchain-interleaved.ll | 2 +-
12 files changed, 65 insertions(+), 53 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.