This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 62752e7 gcc/ * config/rs6000/ppc-auxv.h: New file. * config/rs6000/ [...]
new f55f934 PR middle-end/67653 * gimplify.c (gimplify_asm_expr): Warn [...]
new a6258f5 * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized [...]
new cdac035 Daily bump.
new a38a92d 2016-01-20 Matthias Klose <doko(a)ubuntu.com>
new 19e7066 2016-01-20 Sandra Loosemore <sandra(a)codesourcery.com>
new 39155ab 2016-01-20 Sandra Loosemore <sandra(a)codesourcery.com>
new ece4d5b add more coalescing to simplify constraints
new c5e631c remove unused variable
new 72fe350 add missing ast node for isl 0.15
new b8830ca check that all loops are valid in the combined region
new 86ee769 record loops in execution order
new aced5ca fix memory leak in scop-detection
new f5b446f rewrite computation of iteration domains
new dc06f29 check for unstructured control flow
new de862e2 fix PR68976: only add loop close phi for names defined in loop
new c3a1471 fix pr68692: reinstantiate the copy of internal parameters
new 9e18b25 fix codegen error exposed by compute isl flow patch
The 17 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 | 153 ++++++++
gcc/DATESTAMP | 2 +-
gcc/common.opt | 2 +-
gcc/config/ia64/ia64.opt | 2 +-
gcc/doc/contrib.texi | 4 +-
gcc/doc/cpp.texi | 2 +-
gcc/doc/extend.texi | 8 +-
gcc/doc/invoke.texi | 66 ++--
gcc/gimplify.c | 32 +-
gcc/graphite-dependences.c | 63 ++-
gcc/graphite-isl-ast-to-gimple.c | 171 ++++++++-
gcc/graphite-optimize-isl.c | 12 +-
gcc/graphite-poly.c | 1 -
gcc/graphite-scop-detection.c | 118 +++++-
gcc/graphite-sese-to-poly.c | 423 ++++++++++-----------
gcc/graphite.h | 4 -
gcc/omp-low.c | 11 +-
gcc/sese.c | 58 +--
gcc/sese.h | 14 +-
gcc/testsuite/ChangeLog | 16 +
gcc/testsuite/c-c++-common/pr67653.c | 8 +
gcc/testsuite/gcc.dg/graphite/pr68976.c | 11 +
gcc/testsuite/gcc.dg/torture/pr29119.c | 3 +-
.../gfortran.dg/graphite/interchange-3.f90 | 2 +-
gcc/testsuite/gfortran.dg/graphite/pr68692.f90 | 64 ++++
libmpx/ChangeLog | 4 +
libmpx/libtool-version | 6 -
27 files changed, 835 insertions(+), 425 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr67653.c
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr68976.c
create mode 100644 gcc/testsuite/gfortran.dg/graphite/pr68692.f90
delete mode 100644 libmpx/libtool-version
--
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-4_9-branch
in repository gcc.
from 1a71c9c [ARM] PR 67439: Allow matching of *arm32_movhf when -mrestric [...]
new d2a2072 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from 6040b0e libmpx/
new d71122b Daily bump.
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/DATESTAMP | 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 hsa
in repository gcc.
from 7b9b799 Merged trunk revision 232548 into the hsa branch
adds 5668660 Merge of HSA
new a4af9d1 Merged trunk revision 232549 into the hsa branch
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 | 132 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/fortran/ChangeLog | 6 +++
gcc/lto/ChangeLog | 7 +++
include/ChangeLog | 13 +++++
libgomp/ChangeLog | 61 ++++++++++++++++++++++
liboffloadmic/ChangeLog | 5 ++
6 files changed, 224 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 e4b5ff1 PR target/68609 * config/rs6000/rs6000.c (rs6000_emi [...]
new 62752e7 gcc/ * config/rs6000/ppc-auxv.h: New file. * config/rs6000/ [...]
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 | 22 +++
gcc/config.in | 6 +
gcc/config/rs6000/ppc-auxv.h | 105 ++++++++++++
gcc/config/rs6000/rs6000-builtin.def | 9 +
gcc/config/rs6000/rs6000.c | 202 +++++++++++++++++++++++
gcc/config/rs6000/rs6000.h | 3 +
gcc/configure | 18 ++
gcc/configure.ac | 13 ++
gcc/doc/extend.texi | 156 +++++++++++++++++
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.target/powerpc/cpu-builtin-1.c | 65 ++++++++
11 files changed, 603 insertions(+)
create mode 100644 gcc/config/rs6000/ppc-auxv.h
create mode 100644 gcc/testsuite/gcc.target/powerpc/cpu-builtin-1.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 7a3e023 PR bootstrap/69343 PR bootstrap/69339 PR tree-opt/68964
new e4b5ff1 PR target/68609 * config/rs6000/rs6000.c (rs6000_emi [...]
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 | 10 +++++++++-
gcc/config/rs6000/rs6000.c | 17 +++++++++++++----
gcc/config/rs6000/vector.md | 11 ++++++++++-
3 files changed, 32 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 gcc.
from f3a7179 libstdc++: Darwin does not support weak refs without definition.
new 7a3e023 PR bootstrap/69343 PR bootstrap/69339 PR tree-opt/68964
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 | 11 +++
gcc/tree.c | 138 ---------------------------
libitm/ChangeLog | 21 ++++
libitm/Makefile.am | 20 +---
libitm/Makefile.in | 35 +++----
libitm/config/arm/neon.cc | 3 -
libitm/{vect128.cc => config/x86/x86_sse.cc} | 7 ++
libitm/configure | 50 +---------
libitm/configure.ac | 3 -
libitm/libitm.h | 6 +-
libitm/vect64.cc | 36 -------
11 files changed, 61 insertions(+), 269 deletions(-)
delete mode 100644 libitm/config/arm/neon.cc
rename libitm/{vect128.cc => config/x86/x86_sse.cc} (90%)
delete mode 100644 libitm/vect64.cc
--
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 6ebc658 Correct date in ChangeLog entry for r232622
new f4a2cfe Add C++11 <cmath> overloads to the global namespace
new f3a7179 libstdc++: Darwin does not support weak refs without definition.
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:
libstdc++-v3/ChangeLog | 14 +++++
libstdc++-v3/config/os/bsd/darwin/os_defines.h | 3 +
libstdc++-v3/include/c_compatibility/math.h | 37 ++++++++++++
.../testsuite/26_numerics/headers/cmath/60401.cc | 68 ++++++++++++++++++++++
4 files changed, 122 insertions(+)
create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/cmath/60401.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.