This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4d6bb87edda PR target/82196 addendum: Fix Darwin build breakage and tes [...]
new 51b237e3341 2017-09-23 Janus Weil <janus(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 | 11 +++++++++
gcc/fortran/invoke.texi | 20 ++++++++++++++--
gcc/fortran/lang.opt | 10 +++++++-
gcc/fortran/module.c | 4 ++--
gcc/fortran/trans-types.c | 38 ++++++++++++++++++++++++-------
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gfortran.dg/promotion_3.f90 | 16 +++++++++++++
gcc/testsuite/gfortran.dg/promotion_4.f90 | 16 +++++++++++++
8 files changed, 108 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/promotion_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/promotion_4.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 d0d150d713 Promote storage-only __fp16 vector operands to float vectors.
new c2f06e5f1a [docs] Fix typos in Clang's User's Manual.
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:
docs/UsersManual.rst | 4 ++--
1 file changed, 2 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 624496c19a7 Daily bump.
new 4d6bb87edda PR target/82196 addendum: Fix Darwin build breakage and tes [...]
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/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.target/i386/pr82196-1.c | 5 ++--
gcc/testsuite/gcc.target/i386/pr82196-2.c | 5 ++--
libgcc/ChangeLog | 9 ++++++
libgcc/config.in | 3 ++
libgcc/config/i386/i386-asm.h | 46 +++++++++++++++++++++++++------
libgcc/configure | 39 ++++++++++++++++++++++++++
libgcc/configure.ac | 16 +++++++++++
8 files changed, 114 insertions(+), 14 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 73de9558751 [PowerPC] Eliminate compares - add i32 sext/zext handling f [...]
new c8d8ded82d1 [X86] Remove is the isVINSERT*Index/isVEXTRACT*Index predic [...]
new cd280b1099f [X86] Move the getInsertVINSERTImmediate and getExtractVEXT [...]
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/X86/X86ISelDAGToDAG.cpp | 18 +++++++
lib/Target/X86/X86ISelLowering.cpp | 91 ---------------------------------
lib/Target/X86/X86ISelLowering.h | 40 ---------------
lib/Target/X86/X86InstrFragmentsSIMD.td | 29 +++++------
4 files changed, 30 insertions(+), 148 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 compiler-rt.
from a7018c1d0 [ubsan] Replace CommonSanitizerReportMutex with ScopedErrorRe [...]
new 836cd12c0 [ubsan] Fix assert.cc test by compiling it as 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/sanitizer_common/TestCases/Linux/assert.cc | 3 +--
1 file changed, 1 insertion(+), 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 clang.
from 2e4086bb2d Correctly compute linkage for members of internal linkage classes.
new d0d150d713 Promote storage-only __fp16 vector operands to float vectors.
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/CGExprScalar.cpp | 39 +++++++++--
lib/Sema/SemaExpr.cpp | 121 +++++++++++++++++++++++++++++++-
test/CodeGen/fp16vec-ops.c | 162 +++++++++++++++++++++++++++++++++++++++++++
test/Sema/fp16vec-sema.c | 51 ++++++++++++++
4 files changed, 367 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/fp16vec-ops.c
create mode 100644 test/Sema/fp16vec-sema.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.