This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8d74dc4 gcc/ * target-insns.def (movstr): New pattern. * builtins.c [...]
new 09fb74a * config/nvptx/nvptx.c (walk_args_for_param): Revert previou [...]
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/config/nvptx/nvptx.c | 6 +++---
2 files changed, 9 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 gcc.
from 150899a PR libgomp/66761 PR libgomp/67303 * i [...]
new 5e01041 gcc/ * config/microblaze/microblaze.c (microblaze_classify_u [...]
new 8d74dc4 gcc/ * target-insns.def (movstr): New pattern. * builtins.c [...]
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:
gcc/ChangeLog | 12 ++++++++++++
gcc/builtins.c | 9 ++-------
gcc/config/microblaze/microblaze.c | 2 +-
gcc/target-insns.def | 1 +
4 files changed, 16 insertions(+), 8 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 hsa
in repository gcc.
from 026f426 HSA: add bunch of sorry messages and checks.
new ea3e8a1 Operator new for hsa_op_immed
new 32d7f4c Operator new for hsa_op_reg
new 72564eb Operator new for hsa_op_address
new bc3c28f Operator new for hsa_op_code_list
new 7ddc47a Operator new for HSA instruction representations
The 5 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.hsa | 102 +++++
gcc/hsa-gen.c | 1061 +++++++++++++++++++++++++----------------------------
gcc/hsa.h | 25 ++
3 files changed, 622 insertions(+), 566 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 c7cce8c PR libfortran/62296
new 4e7d6e8 PR libfortran/54572
new bd9ed11 * ChangeLog: fix previous entry.
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:
ChangeLog | 6 +
Makefile.def | 1 +
Makefile.in | 1 +
gcc/fortran/ChangeLog | 7 +-
gcc/fortran/config-lang.in | 2 +-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gfortran.dg/backtrace_1.f90 | 10 +
libgfortran/ChangeLog | 26 +++
libgfortran/Makefile.am | 8 +-
libgfortran/Makefile.in | 9 +-
libgfortran/aclocal.m4 | 1 -
libgfortran/config.h.in | 18 --
libgfortran/configure | 62 +------
libgfortran/configure.ac | 8 +-
libgfortran/libgfortran.h | 11 +-
libgfortran/runtime/backtrace.c | 297 +++++++++---------------------
libgfortran/runtime/compile_options.c | 16 +-
libgfortran/runtime/error.c | 2 +-
libgfortran/runtime/main.c | 166 +----------------
libgfortran/runtime/minimal.c | 11 --
20 files changed, 167 insertions(+), 500 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/backtrace_1.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.
robert.savoye pushed a change to branch parser
in repository toolchain/abe.
from ba9dcee Replace get_srcdir() with get_component_srcdir() and get_buil [...]
new 9da86d9 add default URLs for gcc and binutils for soure tarballs.
new fe18f09 drop now useless get_list() function that was md5sums specifi [...]
new 8c7346d remove infrastructure() function, it's no longer used.
new 87b0c3b Remove checkout_infrastructure, it's no longer used. Improve [...]
new 58932b2 All using a source tarball for any component in the data array.
new 407e2a9 Don't append the getfile to the URL when fetching.
new 18e2b7a build_all() now processes all the infrastructure files too.
The 7 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:
abe.sh | 41 +---------------
config/glibc.conf | 2 +-
config/infrastructure.conf | 2 +-
config/sources.conf | 5 +-
lib/checkout.sh | 118 ++++++++-------------------------------------
lib/component.sh | 26 +++++++---
lib/depend.sh | 95 ------------------------------------
lib/fetch.sh | 2 +-
lib/make.sh | 26 +++++-----
9 files changed, 61 insertions(+), 256 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 6f3e34a PR c++/67240 * constraint.cc (satisfy_implicit_conversion_c [...]
new f289122 * config/nvptx/nvptx.md (allocate_stack): Emit sorry during [...]
new 420c0cf fix sched compare regression
new 0b0771a fix -fdump-unnumbered-links
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 | 21 +++++++++++++++++++++
gcc/alias.c | 23 ++++++++++++++++++++++-
gcc/config/nvptx/nvptx.c | 16 ++++++++++++++--
gcc/config/nvptx/nvptx.h | 2 ++
gcc/config/nvptx/nvptx.md | 6 ++++++
gcc/print-rtl.c | 2 +-
6 files changed, 66 insertions(+), 4 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 9fdbc43 gcc/ * gencodes.c (gencodes): Print the comma for the preced [...]
new 297677b * configure.ac: Remove uwin* cases. * config.build: Remove [...]
new 5363734 2015-08-21 Paolo Carlini <paolo.carlini(a)oracle.com>
new 773780b * config.build: Remove case for m68000-hp-hpux* | m68k-hp-hpux*.
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 | 14 ++++++++++++++
gcc/config.build | 29 -----------------------------
gcc/config.host | 11 -----------
gcc/configure.ac | 4 ++--
gcc/cp/ChangeLog | 4 ++++
gcc/cp/decl.c | 3 +--
6 files changed, 21 insertions(+), 44 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 hsa
in repository gcc.
from 6e1714e HSA: Fix ICE in a compare and swap insn generation.
new db10164 HSA: implement missing C++ anonymous arguments.
new beef261 HSA: add support from complex type.
new ab445a9 HSA: Implement memory copy operation.
new 9beed36 HSA: support for string constants.
new 1e2e2b6 HSA: add support for ROTATE expressions and bit fields.
new ef1c9c8 HSA: implement TRUNC expression.
new 45d0274 HSA: introduce two new ctors for hsa_op_address.
new 4e546cb HSA: add support for NOP instruction emission.
new 026f426 HSA: add bunch of sorry messages and checks.
The 9 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.hsa | 113 ++++++
gcc/hsa-brig.c | 122 ++++--
gcc/hsa-dump.c | 2 +-
gcc/hsa-gen.c | 1126 ++++++++++++++++++++++++++++++++++++++++------------
gcc/hsa-regalloc.c | 9 +-
gcc/hsa.c | 32 +-
gcc/hsa.h | 36 +-
7 files changed, 1135 insertions(+), 305 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 hsa
in repository gcc.
from a7043cc PR target/67272 * hsa-regalloc.c (naive_process_phi): Don't [...]
new cbe963d HSA: fix condition for calling omp_is_initial_device.
new 1ef3915 HSA: Do not emit GOMP registration code for a TU w/o
new 6e1714e HSA: Fix ICE in a compare and swap insn generation.
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.hsa | 15 +++++++++++++++
gcc/hsa-brig.c | 20 ++++++++++++++++----
gcc/hsa-gen.c | 13 +++++++++----
3 files changed, 40 insertions(+), 8 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 2a33a59 nvptx cleanup * lib/target-supports.exp (check_effective_tar [...]
new 357e29f * value-prof.c (interesting_stringop_to_profile_p): Removed [...]
new d57a4af /cp 2015-08-21 Paolo Carlini <paolo.carlini(a)oracle.com>
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:
gcc/ChangeLog | 9 ++++++
gcc/cp/ChangeLog | 4 +++
gcc/cp/decl.c | 3 +-
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/g++.dg/other/pr67065.C | 2 ++
gcc/value-prof.c | 61 ++++++++++++++++++------------------
6 files changed, 52 insertions(+), 31 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.