This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 15bce78 [X86][AVX] Added signum example test functions from PR13248
new efee4ec [SLPVectorizer][X86] Added SITOFP/UITOFP vectorization tests
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/Transforms/SLPVectorizer/X86/sitofp.ll | 264 ++++++++++++++++++++++++++++
test/Transforms/SLPVectorizer/X86/uitofp.ll | 264 ++++++++++++++++++++++++++++
2 files changed, 528 insertions(+)
create mode 100644 test/Transforms/SLPVectorizer/X86/sitofp.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/uitofp.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 gcc.
from 165b422 2016-07-30 Steven G. Kargl <kargl(a)gcc.gnu.org>
new fc8b54f 2016-07-30 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/io.c | 2 +-
gcc/fortran/resolve.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr70006.f90 | 9 +++++++++
5 files changed, 22 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr70006.f90
--
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 852791a [X86][X87] Add vector arithmetic tests for targets with sse disabled
new 15bce78 [X86][AVX] Added signum example test functions from PR13248
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/sse-fsignum.ll | 379 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 379 insertions(+)
create mode 100644 test/CodeGen/X86/sse-fsignum.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 gcc.
from 6339925 Daily bump.
new 165b422 2016-07-30 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/decl.c | 11 ++++++++++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gfortran.dg/array_constructor_26.f03 | 3 +--
gcc/testsuite/gfortran.dg/array_constructor_27.f03 | 3 +--
gcc/testsuite/gfortran.dg/bounds_check_strlen_2.f90 | 2 +-
gcc/testsuite/gfortran.dg/pr71730.f90 | 5 +++++
7 files changed, 32 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr71730.f90
--
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 5dc810c [c-index-test] Make sure to check that clang_Cursor_getNumTem [...]
new fe9f67e [analyzer] Update APIs taking user-facing strings.
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:
.../Checkers/LocalizationChecker.cpp | 28 +++++++++++++++++-----
1 file changed, 22 insertions(+), 6 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 7ee24bd [X86][SSE] Let 64-bit targets use the fast 2i32-2f32 UINT_TO_ [...]
new 852791a [X86][X87] Add vector arithmetic tests for targets with sse disabled
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/nosse-vector.ll | 351 +++++++++++++++++++++++++++++++++++++++
1 file changed, 351 insertions(+)
create mode 100644 test/CodeGen/X86/nosse-vector.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 users/palves/PR18077-new-ui-sync-commands
in repository binutils-gdb.
discards 40b7152 test
new 7387596 test
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (40b7152)
\
N -- N -- N refs/heads/users/palves/PR18077-new-ui-sync-commands (7387596)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/testsuite/gdb.mi/{mi-async-run.c => mi-exec-run-sync.c} | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
copy gdb/testsuite/gdb.mi/{mi-async-run.c => mi-exec-run-sync.c} (91%)
--
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 b80ca86 TrailingObjects::FixedSizeStorage constexpr fixes + tests
new 7ee24bd [X86][SSE] Let 64-bit targets use the fast 2i32-2f32 UINT_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:
lib/Target/X86/X86ISelLowering.cpp | 7 +++----
test/CodeGen/X86/cvtv2f32.ll | 17 ++++++++---------
2 files changed, 11 insertions(+), 13 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 f84abb4 MathExtras.h: add LLVM_CONSTEXPR where simple
new b80ca86 TrailingObjects::FixedSizeStorage constexpr fixes + tests
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/AlignOf.h | 2 +-
include/llvm/Support/MathExtras.h | 21 ++++++++++
include/llvm/Support/TrailingObjects.h | 70 +++++++++++++++++++++++++------
unittests/Support/TrailingObjectsTest.cpp | 47 +++++++++++++++++++++
4 files changed, 127 insertions(+), 13 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 90978a6 [Hexagon] Perform bit arithmetic on unsigned to avoid acciden [...]
new f84abb4 MathExtras.h: add LLVM_CONSTEXPR where simple
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/MathExtras.h | 50 +++++++++++++++++++++------------------
1 file changed, 27 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.