This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 453841f98d7 2017-10-13 Richard Biener <rguenther(a)suse.de>
new e28fa70213a PR target/82498 * config/i386/ia32intrin.h (__rold, __ror [...]
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/config/i386/ia32intrin.h | 12 ++-
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.dg/ubsan/pr82498.c | 159 +++++++++++++++++++++++++++++++++++
4 files changed, 179 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr82498.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 master
in repository gcc.
from 2b5c7c0789f Daily bump.
new ea98d77eb6b 2017-10-13 Richard Biener <rguenther(a)suse.de>
new e730c1fa6cc 2017-10-13 Richard Biener <rguenther(a)suse.de>
new 453841f98d7 2017-10-13 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 91 +++++++++
gcc/cfgloop.c | 9 +-
gcc/graphite-isl-ast-to-gimple.c | 101 +++++-----
gcc/graphite-scop-detection.c | 77 +++----
gcc/graphite-sese-to-poly.c | 25 +--
gcc/sese.c | 5 +-
gcc/sese.h | 2 +
gcc/testsuite/ChangeLog | 13 ++
gcc/testsuite/gcc.dg/graphite/fuse-1.c | 10 +-
gcc/testsuite/gcc.dg/graphite/fuse-2.c | 8 +-
gcc/testsuite/gcc.dg/graphite/id-30.c | 16 ++
gcc/testsuite/gcc.dg/graphite/pr82451.c | 21 ++
gcc/testsuite/gfortran.dg/graphite/id-27.f90 | 40 ++++
gcc/testsuite/gfortran.dg/graphite/id-28.f90 | 15 ++
gcc/testsuite/gfortran.dg/graphite/pr82451.f | 39 ++++
gcc/tree-data-ref.c | 17 +-
gcc/tree-data-ref.h | 4 +-
gcc/tree-scalar-evolution.c | 287 +++++++--------------------
gcc/tree-scalar-evolution.h | 4 +-
gcc/tree-ssa-loop-prefetch.c | 3 +-
20 files changed, 426 insertions(+), 361 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/graphite/id-30.c
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr82451.c
create mode 100644 gcc/testsuite/gfortran.dg/graphite/id-27.f90
create mode 100644 gcc/testsuite/gfortran.dg/graphite/id-28.f90
create mode 100644 gcc/testsuite/gfortran.dg/graphite/pr82451.f
--
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 84540f4d964 [X86] Remove patterns that select unmasked vbroadcastf2x32/ [...]
new 18c35eb7c97 docs: Improve wording on building for fuzzing
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/FuzzingLLVM.rst | 6 +++---
1 file changed, 3 insertions(+), 3 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 lld.
from 0d3fdd2aa Make it explicit that we are writing addends to target sectio [...]
new 972e5ec51 [LLD] Fix typo. NFC
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:
ELF/Symbols.cpp | 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 master
in repository llvm.
from ce7f87b95af [SCEV] Maintain loop use lists, and use them in forgetLoop
new 84540f4d964 [X86] Remove patterns that select unmasked vbroadcastf2x32/ [...]
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/X86InstrAVX512.td | 28 +++++++++++++++-------
.../X86/avx512-shuffles/broadcast-vector-fp.ll | 4 ++--
.../X86/avx512-shuffles/broadcast-vector-int.ll | 4 ++--
test/CodeGen/X86/vector-shuffle-256-v8.ll | 16 ++++---------
4 files changed, 29 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 newlib.
from 747f31854 cygwin: fix gethostbyaddr argument types
new c165a27c0 RTEMS: Fix _PTHREAD_MUTEX_INITIALIZER
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:
newlib/libc/sys/rtems/include/sys/_pthreadtypes.h | 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 master
in repository llvm.
from 1a4f916514f [SelectionDAG] Cleanup the SIGN_EXTEND_INREG handling in co [...]
new ce7f87b95af [SCEV] Maintain loop use lists, and use them in forgetLoop
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/ScalarEvolution.h | 8 +++++++
lib/Analysis/ScalarEvolution.cpp | 38 ++++++++++++++++++++++++++++++
unittests/Analysis/ScalarEvolutionTest.cpp | 16 +++++++++++++
3 files changed, 62 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 lld.
from acb6430d4 Destructure a boolean expression and add comment.
new 0d3fdd2aa Make it explicit that we are writing addends to target sectio [...]
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:
ELF/Relocations.cpp | 20 ++++++++++++++------
1 file changed, 14 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 release_50
in repository llvm.
from cbc2c76b286 Merging r313366: ------------------------------------------ [...]
new 0779919c445 Merging r312357:
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/TargetTransformInfoImpl.h | 6 ++++++
test/Transforms/SimplifyCFG/gepcost.ll | 28 +++++++++++++++++++++++++
2 files changed, 34 insertions(+)
create mode 100644 test/Transforms/SimplifyCFG/gepcost.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 c88052663b0 docs: Improve the docs about llvm-isel-fuzzer on OSS Fuzz
new 8b8bd277b9e [SelectionDAG] Fix typo in comment. NFC
new 1a4f916514f [SelectionDAG] Cleanup the SIGN_EXTEND_INREG handling in co [...]
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/CodeGen/SelectionDAG/TargetLowering.cpp | 42 +++++++++++------------------
1 file changed, 15 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.