This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 78f5fdf Revert "[DAG] Improve loads-from-store forwarding to handle T [...]
new 3b038a2 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/Sparc/SparcRegisterInfo.td | 1 -
1 file changed, 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 1ea3d0d * gcc.dg/torture/pr78515.c: Ignore ABI extension warning.
new 216d4ec * MAINTAINERS (nvptx): Remove self.
new 1041ae9 PR c++/77591 * typeck.c (maybe_warn_about_returning_address [...]
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 | 4 ++++
MAINTAINERS | 1 -
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/typeck.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1y/pr77591.C | 19 +++++++++++++++++++
6 files changed, 35 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr77591.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 1ff3c48 libgomp: remove config/nvptx/critical.c
new c57dab9 2016-11-28 Richard Biener <rguenther(a)suse.de>
new fb3c002 2016-11-28 Richard Biener <rguenther(a)suse.de>
new 1ea3d0d * gcc.dg/torture/pr78515.c: Ignore ABI extension warning.
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/ChangeLog | 12 ++++++++++++
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/torture/pr78515.c | 1 +
gcc/testsuite/gcc.dg/torture/pr78542.c | 23 +++++++++++++++++++++++
gcc/tree-ssa-ccp.c | 7 ++++++-
gcc/tree-vrp.c | 22 ++++++++++++++++++----
6 files changed, 69 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr78542.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 ee055c7 [SystemZ] Fix build bot fallout from r288030
new 78f5fdf Revert "[DAG] Improve loads-from-store forwarding to handle T [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 15 ++-----------
test/CodeGen/Mips/o32_cc_byval.ll | 28 +++++++++++++------------
test/CodeGen/PowerPC/anon_aggr.ll | 18 ++++++++--------
test/CodeGen/PowerPC/complex-return.ll | 8 +++----
test/CodeGen/PowerPC/ppc64-align-long-double.ll | 28 +++++++------------------
5 files changed, 38 insertions(+), 59 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 7e1b0a5 [SystemZ] Support execution hint instructions
new ee055c7 [SystemZ] Fix build bot fallout from r288030
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/SystemZ/SystemZElimCompare.cpp | 1 -
1 file changed, 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 clang-tools-extra.
from af69684 [clang-move] Enable dump all declarations in old header.
new 518a489 ClangMoveTests.cpp: Fix a bogus comparison of iterator.
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:
unittests/clang-move/ClangMoveTests.cpp | 3 ++-
1 file changed, 2 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 5952400 [SystemZ] Support load-and-trap instructions
new 7e1b0a5 [SystemZ] Support execution hint instructions
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/Support/ELFRelocs/SystemZ.def | 4 +
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 6 +
.../SystemZ/Disassembler/SystemZDisassembler.cpp | 12 ++
.../SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp | 4 +
.../SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp | 18 +++
lib/Target/SystemZ/MCTargetDesc/SystemZMCFixups.h | 4 +-
.../SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp | 4 +
lib/Target/SystemZ/SystemZFeatures.td | 6 +
lib/Target/SystemZ/SystemZInstrFormats.td | 65 +++++++++++
lib/Target/SystemZ/SystemZInstrInfo.td | 11 +-
lib/Target/SystemZ/SystemZOperands.td | 16 +++
lib/Target/SystemZ/SystemZScheduleZ13.td | 5 +-
lib/Target/SystemZ/SystemZScheduleZEC12.td | 4 +-
lib/Target/SystemZ/SystemZSubtarget.cpp | 5 +-
lib/Target/SystemZ/SystemZSubtarget.h | 4 +
test/MC/Disassembler/SystemZ/insns-pcrel.txt | 64 +++++++++++
test/MC/Disassembler/SystemZ/insns.txt | 12 ++
test/MC/SystemZ/fixups-zEC12.s | 34 ++++++
test/MC/SystemZ/insn-bad-z196.s | 15 +++
test/MC/SystemZ/insn-bad-zEC12.s | 72 ++++++++++++
test/MC/SystemZ/insn-good-zEC12.s | 122 +++++++++++++++++++++
21 files changed, 481 insertions(+), 6 deletions(-)
create mode 100644 test/MC/SystemZ/fixups-zEC12.s
--
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 lldb.
from 5e2a1f5 skip android in @skipIfHostIncompatibleWithRemote
new 2875d84 XFAIL: TestNoreturnUnwind on android x86_64
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:
.../lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.