This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4980b7679c4 [globalisel][tablegen] Import rules containing intrinsic_wo_chain.
new cc7e9046bde [InstCombine] add isCanonicalPredicate() helper function an [...]
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/Transforms/InstCombine/InstCombineInternal.h | 21 +
.../InstCombine/InstructionCombining.cpp | 42 +-
test/Transforms/InstCombine/canonicalize_branch.ll | 442 ++++++++++++++++++++-
3 files changed, 461 insertions(+), 44 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 5064139 tcwg-benchmark.sh: Make shellcheck clean
new 1ff1a6b jenkins-helper.sh, start-container-*.sh: Remove unneeded option
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:
jenkins-helpers.sh | 2 +-
start-container-docker.sh | 4 ++--
start-container-none.sh | 2 +-
start-container-schroot.sh | 2 +-
4 files 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 clang-tools-extra.
from 3947b157 [clang-tidy] A bit of refactoring of modernize-replace-auto-ptr. NFC
new 89b8d592 Recommit "[include-fixer] Don't throw exception when parsing [...]
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-fixer/tool/clang-include-fixer.py | 7 ++++++-
1 file changed, 6 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 gcc.
from b4d90ee2169 Implement new C++ intrinsics __is_assignable and __is_const [...]
new 1bd5f38e6f0 gcc/ PR middle-end/80775 * tree-cfg.c: Move deletion of u [...]
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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr80775.c | 21 +++++++++++++++++++++
gcc/tree-cfg.c | 27 ++++++++++++++++-----------
4 files changed, 48 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr80775.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 master
in repository gcc.
from a1dda1ac8b4 * cp-tree.h (ovl_iterator::using_p): New predicate. (ovl_ [...]
new b4d90ee2169 Implement new C++ intrinsics __is_assignable and __is_const [...]
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/c-family/ChangeLog | 6 +
gcc/c-family/c-common.c | 2 +
gcc/c-family/c-common.h | 1 +
gcc/cp/ChangeLog | 19 ++
gcc/cp/cp-tree.h | 5 +-
gcc/cp/cxx-pretty-print.c | 6 +
gcc/cp/method.c | 42 ++-
gcc/cp/parser.c | 10 +
gcc/cp/semantics.c | 10 +
gcc/testsuite/g++.dg/ext/80654.C | 18 ++
libstdc++-v3/ChangeLog | 37 +++
libstdc++-v3/include/std/type_traits | 290 +++++----------------
.../20_util/declval/requirements/1_neg.cc | 2 +-
.../20_util/is_trivially_copy_assignable/value.cc | 2 +
.../is_trivially_copy_constructible/value.cc | 2 +
.../20_util/is_trivially_move_assignable/value.cc | 2 +
.../is_trivially_move_constructible/value.cc | 2 +
.../make_signed/requirements/typedefs_neg.cc | 2 +-
.../make_unsigned/requirements/typedefs_neg.cc | 4 +-
19 files changed, 220 insertions(+), 242 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/80654.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 master
in repository llvm.
from 98d41caf261 [PPC] Properly update register save area offsets
new c5e816b1b1f [x86] Update tests in psubus.ll; NFC
new 4980b7679c4 [globalisel][tablegen] Import rules containing intrinsic_wo_chain.
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:
.../llvm/Target/GlobalISel/SelectionDAGCompat.td | 1 +
test/CodeGen/X86/psubus.ll | 1263 ++++++++++----------
test/TableGen/GlobalISelEmitter.td | 35 +
utils/TableGen/GlobalISelEmitter.cpp | 25 +-
4 files changed, 660 insertions(+), 664 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 21873064e8 Add alias command to cmd_list_element
new 0d5c69990c Add nowarnings in gdb.base/fileio.exp
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/ChangeLog | 4 ++++
gdb/testsuite/gdb.base/fileio.exp | 2 +-
2 files changed, 5 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 llvm.
from 04f47c753c3 [GlobalISel][X86] Support add i64 in IA32.
new 98d41caf261 [PPC] Properly update register save area offsets
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/PowerPC/PPCFrameLowering.cpp | 23 +++++++-----
test/CodeGen/PowerPC/save-bp.ll | 54 +++++++++++++++++++++++++++
test/CodeGen/PowerPC/save-cr-ppc32svr4.ll | 46 +++++++++++++++++++++++
test/CodeGen/PowerPC/save-crbp-ppc32svr4.ll | 57 +++++++++++++++++++++++++++++
4 files changed, 171 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/PowerPC/save-bp.ll
create mode 100644 test/CodeGen/PowerPC/save-cr-ppc32svr4.ll
create mode 100644 test/CodeGen/PowerPC/save-crbp-ppc32svr4.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 gdb-8.0-branch
in repository binutils-gdb.
from 69e9e8a0d5 Avoid exponential behavior in rust_evaluate_subexp
new efaba6bc8f Add alias command to cmd_list_element
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 | 7 +++++++
gdb/cli/cli-decode.c | 29 +++++++++++++++++++----------
gdb/command.h | 6 ++++++
gdb/infcmd.c | 5 ++++-
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.base/set-inferior-tty.exp | 10 ++++++----
6 files changed, 48 insertions(+), 15 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 a0a110b0dd S/390: Fix arch level of pckmo instruction.
new 2b351b19ef nat_extra_makefile_frag -> nat_makefile_frag
new 21873064e8 Add alias command to cmd_list_element
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:
gdb/ChangeLog | 15 +++++++++++++++
gdb/Makefile.in | 2 +-
gdb/cli/cli-decode.c | 29 +++++++++++++++++++----------
gdb/command.h | 6 ++++++
gdb/configure | 4 ++--
gdb/configure.ac | 4 ++--
gdb/configure.nat | 11 ++++++-----
gdb/infcmd.c | 5 ++++-
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.base/set-inferior-tty.exp | 10 ++++++----
10 files changed, 67 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.