This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from cdd3c71916 [clang]: Add support for "-fno-delete-null-pointer-checks"
new e89556485e [PCH+Modules] Load -fmodule-map-file content before including PCHs
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/Frontend/FrontendAction.cpp | 32 +++++++++++-----------
.../module-imported-by-pch-with-modulemap.m | 16 +++++++++++
2 files changed, 32 insertions(+), 16 deletions(-)
create mode 100644 test/Modules/module-imported-by-pch-with-modulemap.m
--
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 d9cda1a5136 i386: Test __has_attribute (__indirect_return__)
new ca5aa39afd0 2018-07-19 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 | 28 +++++++
gcc/tree-ssa-sccvn.c | 230 ++++++++++++++++++++++-----------------------------
gcc/tree-ssa-sccvn.h | 3 +-
3 files changed, 130 insertions(+), 131 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 983e3a7a3f3 i386: Change indirect_return to function type attribute
new d9cda1a5136 i386: Test __has_attribute (__indirect_return__)
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 | 6 ++++++
gcc/testsuite/gcc.target/i386/{pr86560-1.c => pr86560-4.c} | 7 ++++++-
gcc/testsuite/gcc.target/i386/{pr86560-1.c => pr86560-5.c} | 7 ++++++-
3 files changed, 18 insertions(+), 2 deletions(-)
copy gcc/testsuite/gcc.target/i386/{pr86560-1.c => pr86560-4.c} (68%)
copy gcc/testsuite/gcc.target/i386/{pr86560-1.c => pr86560-5.c} (67%)
--
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 3a2e78e840c [DAGCombiner] Add rotate-extract tests
new d13704d44f3 [x86/SLH] Major refactoring of SLH implementaiton. There ar [...]
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/X86SpeculativeLoadHardening.cpp | 378 +++++++++++++------------
1 file changed, 204 insertions(+), 174 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 newlib.
from 6d7e0b337 Print sign of NaN values to nano-vfprintf.
new 3e51cc478 fix duration handling in sigtimedwait
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:
winsup/cygwin/release/2.11.0 | 3 +++
winsup/cygwin/signal.cc | 2 ++
2 files changed, 5 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 ca6fd1429df [Fortran] Use MIN/MAX_EXPR or IFN_FMIN/MAX for min/max intr [...]
new 983e3a7a3f3 i386: Change indirect_return to function type attribute
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 | 9 +++++++++
gcc/config/i386/i386.c | 23 ++++++++++++++--------
gcc/doc/extend.texi | 5 +++--
gcc/testsuite/ChangeLog | 7 +++++++
.../gcc.target/i386/{pr85620-1.c => pr86560-1.c} | 3 ++-
.../gcc.target/i386/{pr85620-1.c => pr86560-2.c} | 5 +++--
.../gcc.target/i386/{pr85620-1.c => pr86560-3.c} | 6 ++++--
7 files changed, 43 insertions(+), 15 deletions(-)
copy gcc/testsuite/gcc.target/i386/{pr85620-1.c => pr86560-1.c} (73%)
copy gcc/testsuite/gcc.target/i386/{pr85620-1.c => pr86560-2.c} (61%)
copy gcc/testsuite/gcc.target/i386/{pr85620-1.c => pr86560-3.c} (59%)
--
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 3c3771e06d7 2018-07-19 Paolo Carlini <paolo.carlini(a)oracle.com>
new ca6fd1429df [Fortran] Use MIN/MAX_EXPR or IFN_FMIN/MAX for min/max intr [...]
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 | 5 ++
gcc/fortran/trans-intrinsic.c | 91 ++++++++++++++++----------
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gfortran.dg/max_fmax_aarch64.f90 | 15 +++++
gcc/testsuite/gfortran.dg/min_fmin_aarch64.f90 | 15 +++++
gcc/testsuite/gfortran.dg/minmax_integer.f90 | 15 +++++
6 files changed, 113 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/max_fmax_aarch64.f90
create mode 100644 gcc/testsuite/gfortran.dg/min_fmin_aarch64.f90
create mode 100644 gcc/testsuite/gfortran.dg/minmax_integer.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 binutils-gdb.
from f559b440bb S/390: Set the htm flag on PPA
new 43cc6c3adb gdbscm_wrap, really forward args
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 | 5 +++++
gdb/guile/guile-internal.h | 2 +-
2 files changed, 6 insertions(+), 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 gcc.
from 5dab7179899 * wide-int.h (widest2_int): New. * gimple-fold.c (arith_o [...]
new 3c3771e06d7 2018-07-19 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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.old-deja/g++.mike/p784.C | 2 +-
2 files changed, 5 insertions(+), 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 llvm.
from cfc3a3cba21 Use std::reference_wrapper instead of llvm::ReferenceStorage
new 3a2e78e840c [DAGCombiner] Add rotate-extract 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/CodeGen/AArch64/rotate-extract.ll | 148 ++++++++++++++
test/CodeGen/X86/rotate-extract-vector.ll | 317 ++++++++++++++++++++++++++++++
test/CodeGen/X86/rotate-extract.ll | 285 +++++++++++++++++++++++++++
3 files changed, 750 insertions(+)
create mode 100644 test/CodeGen/AArch64/rotate-extract.ll
create mode 100644 test/CodeGen/X86/rotate-extract-vector.ll
create mode 100644 test/CodeGen/X86/rotate-extract.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.