This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d6f9ab1 [X86][SSE41] Sync with clang/test/CodeGen/sse41-builtins.c
new 7cea10a [X86][SSE42] Added fast-isel tests to sync with clang/test/Co [...]
new da38a6d [WebAssembly] Don't expand divisions by constants.
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/Target/WebAssembly/WebAssemblyISelLowering.cpp | 6 +
lib/Target/WebAssembly/WebAssemblyISelLowering.h | 1 +
test/CodeGen/WebAssembly/divrem-constant.ll | 62 ++++
.../X86/sse42-intrinsics-fast-isel-x86_64.ll | 26 ++
test/CodeGen/X86/sse42-intrinsics-fast-isel.ll | 385 +++++++++++++++++++++
5 files changed, 480 insertions(+)
create mode 100644 test/CodeGen/WebAssembly/divrem-constant.ll
create mode 100644 test/CodeGen/X86/sse42-intrinsics-fast-isel-x86_64.ll
create mode 100644 test/CodeGen/X86/sse42-intrinsics-fast-isel.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 c41c90b [X86][SSE41] Sync with llvm/test/CodeGen/X86/sse41-intrinsics [...]
new c06e13c [X86][SSE42] Sync with llvm/test/CodeGen/X86/sse42-intrinsics [...]
new 1ec9e2b Removed duplicate SSE42 builtin tests from avx-builtins.c
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:
test/CodeGen/avx-builtins.c | 70 -------------------------------------------
test/CodeGen/sse42-builtins.c | 68 ++++++++++++++++-------------------------
2 files changed, 26 insertions(+), 112 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 c93e993 [gcc] 2016-05-18 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new b251d5f /cp 2016-05-18 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 6 ++++++
gcc/cp/call.c | 3 ++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/template/pr70466-1.C | 27 +++++++++++++++++++++++++++
gcc/testsuite/g++.dg/template/pr70466-2.C | 25 +++++++++++++++++++++++++
5 files changed, 66 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/template/pr70466-1.C
create mode 100644 gcc/testsuite/g++.dg/template/pr70466-2.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 gdb-7.11-branch
in repository binutils-gdb.
from 2ef476e Automatic date update in version.in
new f0a8d0d Fix double prompt output after run control MI commands with m [...]
new cf2cd51 Add mi-threads-interrupt.exp test (PR 20039)
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 | 6 ++
gdb/mi/mi-interp.c | 2 +-
gdb/testsuite/ChangeLog | 5 ++
.../mi-threads-interrupt.c} | 42 +++++++------
gdb/testsuite/gdb.mi/mi-threads-interrupt.exp | 69 ++++++++++++++++++++++
5 files changed, 106 insertions(+), 18 deletions(-)
copy gdb/testsuite/{gdb.btrace/multi-thread-step.c => gdb.mi/mi-threads-interrupt. [...]
create mode 100644 gdb/testsuite/gdb.mi/mi-threads-interrupt.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 clang-tools-extra.
from 330a15b [include-fixer] Don't insert #includes if a fatal error occurred.
new 1db8509 [clang-include-fixer] Added Vim integration for clang-include-fixer.
new be640cb [clang-tidy] Use unresolvedLookupExpr node matcher from ASTMatcher.
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:
clang-tidy/misc/UnusedUsingDeclsCheck.cpp | 7 ----
docs/include-fixer.rst | 14 +++++++
include-fixer/tool/ClangIncludeFixer.cpp | 38 ++++++++++++++++++
include-fixer/tool/clang-include-fixer.py | 65 +++++++++++++++++++++++++++++++
4 files changed, 117 insertions(+), 7 deletions(-)
create mode 100644 include-fixer/tool/clang-include-fixer.py
--
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 1401d2f MIPS/opcodes: Correct mixed MIPS16 and microMIPS disassembly
new 28addb4 Fix double prompt output after run control MI commands with m [...]
new 9e8f9b0 Add mi-threads-interrupt.exp test (PR 20039)
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 | 6 ++
gdb/mi/mi-interp.c | 2 +-
gdb/testsuite/ChangeLog | 5 ++
.../mi-threads-interrupt.c} | 42 +++++++------
gdb/testsuite/gdb.mi/mi-threads-interrupt.exp | 69 ++++++++++++++++++++++
5 files changed, 106 insertions(+), 18 deletions(-)
copy gdb/testsuite/{gdb.btrace/multi-thread-step.c => gdb.mi/mi-threads-interrupt. [...]
create mode 100644 gdb/testsuite/gdb.mi/mi-threads-interrupt.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 8ba6639 To: gcc-patches(a)gcc.gnu.org Subject: PR 71020: Handle abnorma [...]
new c93e993 [gcc] 2016-05-18 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 | 73 +++++++
gcc/config/rs6000/constraints.md | 14 ++
gcc/config/rs6000/predicates.md | 50 ++++-
gcc/config/rs6000/rs6000-protos.h | 1 +
gcc/config/rs6000/rs6000.c | 223 +++++++++++++++++--
gcc/config/rs6000/vsx.md | 303 ++++++++++++++++++--------
gcc/doc/md.texi | 11 +-
gcc/testsuite/ChangeLog | 9 +
gcc/testsuite/gcc.target/powerpc/p9-splat-1.c | 27 +++
gcc/testsuite/gcc.target/powerpc/p9-splat-2.c | 38 ++++
gcc/testsuite/gcc.target/powerpc/p9-splat-3.c | 61 ++++++
gcc/testsuite/gcc.target/powerpc/pr47755.c | 2 +-
12 files changed, 694 insertions(+), 118 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-splat-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-splat-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-splat-3.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 cba29c3 Respect --param ipa-max-agg-items=0
new 8ba6639 To: gcc-patches(a)gcc.gnu.org Subject: PR 71020: Handle abnorma [...]
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 | 18 ++++++
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.dg/torture/pr71020.c | 76 ++++++++++++++++++++++++
gcc/tree-call-cdce.c | 104 ++++++++++++++-------------------
gcc/tree-dfa.c | 23 ++++++++
gcc/tree-dfa.h | 1 +
6 files changed, 166 insertions(+), 60 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr71020.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 5137cfa [SystemZ] Fix register ordering for BinaryRRF instructions
new d6f9ab1 [X86][SSE41] Sync with clang/test/CodeGen/sse41-builtins.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:
test/CodeGen/X86/sse41-intrinsics-fast-isel.ll | 78 +++++++++++++-------------
1 file changed, 39 insertions(+), 39 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.
from 9635a67 [clang-format] Make formatReplacements() also sort #includes.
new c41c90b [X86][SSE41] Sync with llvm/test/CodeGen/X86/sse41-intrinsics [...]
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/sse41-builtins.c | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.