This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9cf2d60 PR tree-optimization/71647 * omp-low.c (lower_rec_input_cla [...]
new 37681b7 PR debug/71642 * tree-inline.c (remap_decl): When fixing up [...]
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 | 6 ++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gfortran.dg/pr71642.f90 | 27 +++++++++++++++++++++++++++
gcc/tree-inline.c | 2 +-
4 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr71642.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 newlib.
from 67fd210 Drop max_sys_priv wincap
new 450b2dc Drop autoloading of CancelSynchronousIo
new 9d163cf Drop autoloading kernel32 symbols available since Vista
new e855447 Drop autoloading transaction functions from ntdll
The 3 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/autoload.cc | 12 ------------
winsup/cygwin/fhandler_tty.cc | 3 ---
winsup/cygwin/flock.cc | 14 ++++++--------
3 files changed, 6 insertions(+), 23 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 fddccef Use shouldAssumeDSOLocal in isOffsetFoldingLegal.
new cc2e81e [InstCombine] refactor optional bitcasting in matchSelectFrom [...]
new 2f7c4b2 Revert r273545, "[IfConversion] Bugfix: Don't use undef flag [...]
new 28ea976 [AArch64] Adjust the model for the vector by element FP multi [...]
The 3 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/IfConversion.cpp | 19 +----
lib/Target/AArch64/AArch64SchedM1.td | 8 +--
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 84 ++++++++++------------
3 files changed, 46 insertions(+), 65 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 b15d129 Drop accidentally leftover comment from wincapc::init
new 67fd210 Drop max_sys_priv wincap
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/environ.cc | 17 +-----
winsup/cygwin/path.cc | 10 +---
winsup/cygwin/sec_auth.cc | 129 ++++++++++++++++++++++++----------------------
winsup/cygwin/wincap.cc | 125 +++++++++++++++++++++++---------------------
winsup/cygwin/wincap.h | 30 ++++++-----
5 files changed, 152 insertions(+), 159 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 c0b6cd2 Revert "InstCombine rule to fold trunc when value available"
new fddccef Use shouldAssumeDSOLocal in isOffsetFoldingLegal.
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/SelectionDAG/TargetLowering.cpp | 23 ++++++++++++++---------
test/CodeGen/X86/ga-offset2.ll | 10 ++++++++++
2 files changed, 24 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/X86/ga-offset2.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 llvm.
from efe34a4 [InstCombine] consolidate commutation variants of matchSelect [...]
new c0b6cd2 Revert "InstCombine rule to fold trunc when value available"
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/Analysis/Loads.h | 32 ----------
lib/Analysis/Loads.cpp | 82 ++++++-------------------
lib/Transforms/InstCombine/InstCombineCasts.cpp | 21 +------
test/Transforms/InstCombine/trunc.ll | 57 -----------------
4 files changed, 21 insertions(+), 171 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 c7f16cf Call tls_get_addr via GOT for GNU TLS if possible
new 9cf2d60 PR tree-optimization/71647 * omp-low.c (lower_rec_input_cla [...]
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 | 7 +++++++
gcc/omp-low.c | 10 ++++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr71647.c | 32 ++++++++++++++++++++++++++++++++
4 files changed, 50 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr71647.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 ac384b2 Daily bump.
new 46efb19 PR tree-optimization/71647 * omp-low.c (lower_rec_input_cla [...]
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 | 7 +++++++
gcc/omp-low.c | 10 ++++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr71647.c | 32 ++++++++++++++++++++++++++++++++
4 files changed, 50 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr71647.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.