This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ef47283 [X86][SSE] Sync with llvm/test/CodeGen/X86/sse-intrinsics-fas [...]
new 7fc77c9 [CUDA] Allow sm_50,52,53 GPUs
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/Basic/Targets.cpp | 15 +++++++++++++++
lib/Driver/ToolChains.cpp | 4 ++++
test/CodeGen/nvptx-cpus.c | 3 +++
3 files 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 gcc.
from 3c52ebd * tree-vect-loop.c (vect_analyze_loop_2): Use also max_loop [...]
new 26a5159 gcc/testsuite/ChangeLog:
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 | 39 ++++++++
gcc/config/rs6000/altivec.md | 24 +++++
gcc/config/rs6000/rs6000-builtin.def | 45 ++++++++++
gcc/config/rs6000/rs6000.c | 143 ++++++++++++++++++++++++++++--
gcc/config/rs6000/rs6000.h | 13 ++-
gcc/doc/extend.texi | 17 ++++
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.target/powerpc/darn-0.c | 12 +++
gcc/testsuite/gcc.target/powerpc/darn-1.c | 12 +++
gcc/testsuite/gcc.target/powerpc/darn-2.c | 12 +++
10 files changed, 313 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/darn-0.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/darn-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/darn-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 gcc-6-branch
in repository gcc.
from 3875889 Respect --param ipa-max-agg-items=0
new adc2ee3 2016-05-19 Bernd Edlinger <bernd.edlinger(a)hotmail.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/cp/ChangeLog | 7 +++++++
gcc/cp/decl.c | 13 +++++++++++++
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/c-c++-common/pr69669.c | 3 +++
4 files changed, 30 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 clang.
from decddf7 [X86][SSE2] Fixed shuffle of results in _mm_cmpnge_sd/_mm_cmp [...]
new ef47283 [X86][SSE] Sync with llvm/test/CodeGen/X86/sse-intrinsics-fas [...]
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/sse-builtins.c | 831 ++++++++++++++++++++++++++++++++++++--------
1 file changed, 681 insertions(+), 150 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 6257075 [X86][SSE2] Fixed shuffle of results in _mm_cmpnge_sd/_mm_cmp [...]
new 9ea46b8 [X86][SSE] Added fast-isel tests to sync with clang/test/Code [...]
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:
.../CodeGen/X86/sse-intrinsics-fast-isel-x86_64.ll | 35 +
test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 2280 ++++++++++++++++++++
2 files changed, 2315 insertions(+)
create mode 100644 test/CodeGen/X86/sse-intrinsics-fast-isel-x86_64.ll
create mode 100644 test/CodeGen/X86/sse-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-tools-extra.
from 21b27ba [include-fixer] Remove an unused local variable ExistingHeaders.
new 6aef44b [include-fixer] Fix unused variable warning in Release builds.
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/IncludeFixer.cpp | 9 +++++----
1 file changed, 5 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 llvm.
from 27d8b83 CodeGen: Move check of EnablePostRAScheduler to avoid disabl [...]
new 6257075 [X86][SSE2] Fixed shuffle of results in _mm_cmpnge_sd/_mm_cmp [...]
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/sse2-intrinsics-fast-isel.ll | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 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 d7b456c [driver] Do not pass install dir to the MultilibSet include d [...]
new decddf7 [X86][SSE2] Fixed shuffle of results in _mm_cmpnge_sd/_mm_cmp [...]
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/sse2-builtins.c | 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 zorg.
from a4164a8 Add a libstdc++ modules selfhost buildbot.
new eecb479 Cosmetic change. Replace tab to spaces.
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:
buildbot/osuosl/master/config/builders.py | 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 users/hjl/pr20103
in repository binutils-gdb.
at 85ff5b7 Skip an archive element if not added by linker
This branch includes the following new commits:
new 85ff5b7 Skip an archive element if not added by linker
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.