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 51ed89aa0d PR cli/21688: Fix multi-line/inline command differentiation
new dc4bde35d1 PR cli/21688: Detect aliases when issuing python/compile/gui [...]
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 | 9 +++++++++
gdb/cli/cli-script.c | 22 +++++-----------------
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.python/py-cmd.exp | 35 ++++++++++++++++++++++++++++++++++-
4 files changed, 54 insertions(+), 18 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 1c7ba3ebeb8 * call.c (build_new_method_call_1): Use constructo_name to [...]
new ac45aefc028 2017-06-30 Richard Biener <rguenther(a)suse.de>
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 | 8 +++++
gcc/tree-vect-slp.c | 81 ++++++++++++++++++++++++++++++++++++++-------------
gcc/tree-vect-stmts.c | 67 ++++++++----------------------------------
3 files changed, 81 insertions(+), 75 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 31866f9f66b [SystemZ] Add missing high-word facility instructions
new d7e9b74bb80 Remove unnecessary commented out argument. NFCI.
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/Target/TargetLowering.h | 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 clang.
from 0c223be753 Ambiguity might be also uninitialized. Use llvm::Optional.
new f5f1f63df1 [Driver] Actually report errors during parsing instead of st [...]
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/Driver/Compilation.h | 8 +++++++-
include/clang/Driver/Driver.h | 3 ++-
lib/Driver/Compilation.cpp | 5 +++--
lib/Driver/Driver.cpp | 42 ++++++++++++++++++++++++++------------
tools/driver/driver.cpp | 2 +-
unittests/Driver/ToolChainTest.cpp | 11 ++++++++++
6 files changed, 53 insertions(+), 18 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 cdfb024e Fix some typos in the doc
new e6f88b28 Revert "Modify test so that it looks for patterns in stderr as well"
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/clang-tidy/diagnostic.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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 a1adbef024f PR c++/81229 * name-lookup.c (do_pushdecl): Reset IDENTIF [...]
new 1c7ba3ebeb8 * call.c (build_new_method_call_1): Use constructo_name to [...]
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/cp/ChangeLog | 9 ++++++
gcc/cp/call.c | 45 ++++++++++++--------------
gcc/cp/decl.c | 2 ++
gcc/cp/method.c | 19 +++++------
gcc/cp/pt.c | 7 ++--
gcc/cp/search.c | 5 +--
gcc/testsuite/ChangeLog | 2 ++
gcc/testsuite/g++.dg/plugin/decl-plugin-test.C | 2 +-
8 files changed, 49 insertions(+), 42 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 8f57a78615b [DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseInd [...]
new d1814a363fb Revert "[DAG] Rewrite areNonVolatileConsecutiveLoads to use [...]
new 31866f9f66b [SystemZ] Add missing high-word facility instructions
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:
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 47 +++-
.../SelectionDAG/SelectionDAGAddressAnalysis.cpp | 18 +-
lib/Target/SystemZ/README.txt | 5 +
lib/Target/SystemZ/SystemZInstrInfo.td | 44 ++++
lib/Target/SystemZ/SystemZScheduleZ13.td | 7 +
lib/Target/SystemZ/SystemZScheduleZ196.td | 7 +
lib/Target/SystemZ/SystemZScheduleZEC12.td | 7 +
test/CodeGen/BPF/undef.ll | 54 ++---
test/CodeGen/MSP430/Inst16mm.ll | 4 +-
test/CodeGen/X86/bswap-wide-int.ll | 4 +-
test/CodeGen/X86/build-vector-128.ll | 23 +-
test/CodeGen/X86/build-vector-256.ll | 29 ++-
test/CodeGen/X86/build-vector-512.ll | 20 +-
.../CodeGen/X86/clear_upper_vector_element_bits.ll | 236 ++++++++++-----------
test/CodeGen/X86/wide-integer-cmp.ll | 2 +-
test/MC/Disassembler/SystemZ/insns.txt | 204 ++++++++++++++++++
test/MC/SystemZ/insn-bad-z196.s | 16 ++
test/MC/SystemZ/insn-bad.s | 70 ++++++
test/MC/SystemZ/insn-good-z196.s | 164 ++++++++++++++
19 files changed, 778 insertions(+), 183 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 c407e0824e8 CREDITS.TXT: Update myself.
new 8f57a78615b [DAG] Rewrite areNonVolatileConsecutiveLoads to use BaseInd [...]
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 | 47 +---
.../SelectionDAG/SelectionDAGAddressAnalysis.cpp | 18 +-
test/CodeGen/BPF/undef.ll | 54 +++--
test/CodeGen/MSP430/Inst16mm.ll | 4 +-
test/CodeGen/X86/bswap-wide-int.ll | 4 +-
test/CodeGen/X86/build-vector-128.ll | 23 +-
test/CodeGen/X86/build-vector-256.ll | 29 +--
test/CodeGen/X86/build-vector-512.ll | 20 +-
.../CodeGen/X86/clear_upper_vector_element_bits.ll | 236 +++++++++++----------
test/CodeGen/X86/wide-integer-cmp.ll | 2 +-
10 files changed, 183 insertions(+), 254 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 gcc-6-branch
in repository gcc.
from c6e5a45f34f Daily bump.
new edea41e1bee [gcc] 2017-06-30 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 13 +++++++++++++
gcc/config/rs6000/rs6000.md | 24 ++++++++++++------------
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/powerpc/pr80510-1.c | 8 +++-----
gcc/testsuite/gcc.target/powerpc/pr80510-2.c | 8 +++-----
5 files changed, 40 insertions(+), 22 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 ec4d81d2021 [X86] Updated 32-bit memcmp tests to run with/without SSE2
new c407e0824e8 CREDITS.TXT: Update myself.
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:
CREDITS.TXT | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.