This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 756d370 [ELF] Set 'Live = true' in SyntheticSection ctor. NFC.
new bd10795 [ELF] - Use backward slashes inside response files
new 9f6799f [ELF] Attempt to fix PPC buildbot
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:
ELF/Target.h | 2 +-
lib/Core/Reproduce.cpp | 14 ++++++++++----
test/ELF/reproduce-windows2.s | 11 +++++++++++
test/lit.cfg | 4 ++++
4 files changed, 26 insertions(+), 5 deletions(-)
create mode 100644 test/ELF/reproduce-windows2.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 lld.
from 8d8ac18 [ELF] Convert .got section to input section
new 756d370 [ELF] Set 'Live = true' in SyntheticSection ctor. NFC.
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:
ELF/SyntheticSections.cpp | 1 -
ELF/SyntheticSections.h | 4 +++-
2 files changed, 3 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 gcc.
from 365796a Daily bump.
new 36bb9d7 2016-11-11 Richard Biener <rguenther(a)suse.de>
new 3d8b172 2016-11-11 Richard Biener <rguenther(a)suse.de>
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 | 12 ++++++++++++
gcc/graphite-isl-ast-to-gimple.c | 3 ---
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gcc.dg/graphite/pr71575-1.c | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/graphite/pr71575-2.c | 16 ++++++++++++++++
gcc/testsuite/gcc.dg/uninit-pr78295.c | 13 +++++++++++++
gcc/tree-ssa-uninit.c | 8 ++++++++
7 files changed, 82 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr71575-1.c
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr71575-2.c
create mode 100644 gcc/testsuite/gcc.dg/uninit-pr78295.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 aa9211b [SelectionDAG] Add support for vector demandedelts in BSWAP opcodes
new 9035357 [SystemZ] Use LLGT(R) instructions
new 864946f [SystemZ] Support load-and-zero-rightmost-byte facility
new 93f9010 [SystemZ] Support CL(G)T instructions
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:
lib/Target/SystemZ/SystemZElimCompare.cpp | 14 +-
lib/Target/SystemZ/SystemZFeatures.td | 6 +
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp | 86 ++++---
lib/Target/SystemZ/SystemZInstrFormats.td | 25 ++
lib/Target/SystemZ/SystemZInstrInfo.cpp | 12 +
lib/Target/SystemZ/SystemZInstrInfo.td | 33 +++
lib/Target/SystemZ/SystemZScheduleZ13.td | 11 +-
lib/Target/SystemZ/SystemZScheduleZ196.td | 4 +-
lib/Target/SystemZ/SystemZScheduleZEC12.td | 5 +-
lib/Target/SystemZ/SystemZSubtarget.cpp | 7 +-
lib/Target/SystemZ/SystemZSubtarget.h | 6 +
.../SystemZ/{int-conv-10.ll => int-conv-12.ll} | 110 ++++----
test/CodeGen/SystemZ/int-conv-13.ll | 278 +++++++++++++++++++++
test/CodeGen/SystemZ/trap-02.ll | 90 +++++++
test/MC/Disassembler/SystemZ/insns-z13.txt | 90 +++++++
test/MC/Disassembler/SystemZ/insns.txt | 123 +++++++++
test/MC/SystemZ/insn-bad-z13.s | 24 ++
test/MC/SystemZ/insn-bad-zEC12.s | 50 ++++
test/MC/SystemZ/insn-bad.s | 8 +
test/MC/SystemZ/insn-good-z13.s | 66 +++++
test/MC/SystemZ/insn-good-zEC12.s | 64 +++++
test/MC/SystemZ/insn-good.s | 30 +++
22 files changed, 1045 insertions(+), 97 deletions(-)
copy test/CodeGen/SystemZ/{int-conv-10.ll => int-conv-12.ll} (54%)
create mode 100644 test/CodeGen/SystemZ/int-conv-13.ll
create mode 100644 test/CodeGen/SystemZ/trap-02.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 clang.
from 980a461 Mirror the llvm changes that split Bitcode/ReaderWriter.h
new 57621b5 Fix for PR28523: unexpected compilation error.
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/clang/Sema/Sema.h | 6 ++++--
lib/Sema/Sema.cpp | 12 ++++++++++--
lib/Sema/SemaExpr.cpp | 3 ++-
lib/Sema/SemaExprCXX.cpp | 16 +++++++++++++---
lib/Sema/SemaLambda.cpp | 11 +++++++----
test/CodeGenCXX/PR28523.cpp | 19 +++++++++++++++++++
6 files changed, 55 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGenCXX/PR28523.cpp
--
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 4b80ff1 [asan/win] Move breakpoint from Abort to internal__exit
new cd0983b [MSAN][MIPS] Fix test Linux/syscalls_sigaction.cc on mips64
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/msan/Linux/syscalls_sigaction.cc | 8 ++++++++
1 file changed, 8 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 970d6e8 [X86] Add knownbits vector BSWAP test
new aa9211b [SelectionDAG] Add support for vector demandedelts in BSWAP opcodes
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/SelectionDAG.cpp | 3 ++-
test/CodeGen/X86/known-bits-vector.ll | 8 ++------
2 files changed, 4 insertions(+), 7 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 74f5402 [AArch64] Add ARMv8.3 combined pointer authentication branch [...]
new df2c87b Add the ability for nm to display symbol version information.
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:
binutils/ChangeLog | 15 +++++++++++++++
binutils/NEWS | 4 ++++
binutils/doc/binutils.texi | 24 ++++++++++++++++++++++--
binutils/nm.c | 18 ++++++++++++++++++
binutils/testsuite/binutils-all/nm-ver.s | 9 +++++++++
binutils/testsuite/binutils-all/nm.exp | 31 +++++++++++++++++++++++++++++++
6 files changed, 99 insertions(+), 2 deletions(-)
create mode 100644 binutils/testsuite/binutils-all/nm-ver.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 llvm.
from 912c7ec [SelectionDAG] Add support for vector demandedelts in UREM/SR [...]
new 970d6e8 [X86] Add knownbits vector BSWAP test
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/CodeGen/X86/known-bits-vector.ll | 22 ++++++++++++++++++++++
1 file changed, 22 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 lldb.
from b75a659 Mark xfail TestNamespaceDefinitions for arm/aarch64 targets
new cf7c2a1 Fix TestHelp on linux after version number syntax change
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:
packages/Python/lldbsuite/test/help/TestHelp.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.