This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9593413 liboffloadmic: Add missed checks for malloc and strdup return values
new b3c8ca2 [PATCH] [2/n] Fix minor SSA_NAME leaks
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 | 5 +++++
gcc/tree-ssa-dse.c | 1 +
2 files changed, 6 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 27f0420 Round up the SSE register save area only if needed
new 9593413 liboffloadmic: Add missed checks for malloc and strdup return values
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:
liboffloadmic/ChangeLog | 11 +++++++++++
liboffloadmic/runtime/emulator/coi_device.cpp | 3 ++-
liboffloadmic/runtime/offload_engine.cpp | 5 +++--
liboffloadmic/runtime/offload_env.cpp | 6 ++++++
liboffloadmic/runtime/offload_host.cpp | 14 +++++++++++++-
5 files changed, 35 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 3f6d43b [PATCH] [1/n] Fix minor SSA_NAME leaks
new 27f0420 Round up the SSE register save area only if needed
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/i386/i386.c | 11 ++++++++---
2 files changed, 14 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 420aada * config/nvptx/nvptx.h (struct machine_function): Add commen [...]
new 3f6d43b [PATCH] [1/n] Fix minor SSA_NAME leaks
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 | 5 +++++
gcc/tree-ssa-phiopt.c | 5 ++++-
2 files changed, 9 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 8b4af95 Move sqrt and cbrt simplifications to match.pd
new 420aada * config/nvptx/nvptx.h (struct machine_function): Add commen [...]
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/nvptx/nvptx.c | 33 ++++++++++++++-------------------
gcc/config/nvptx/nvptx.h | 2 +-
3 files changed, 22 insertions(+), 20 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 3e467ed HSA: simplify LTO partitioning and improve kernel
new fe39917 Fix segfault in fixup_child_record_type
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.hsa | 5 +++++
gcc/omp-low.c | 7 ++++---
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 gcc-5-branch
in repository gcc.
from a15510d * zh_TW.po: Update.
new e2acf74 Backport PR libstdc++/65913 fix from mainline.
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/builtins.c | 16 ++++++++++++--
libstdc++-v3/ChangeLog | 12 +++++++++++
libstdc++-v3/include/bits/atomic_base.h | 20 ++++++++---------
libstdc++-v3/include/std/atomic | 8 +++----
.../regression.cc => 29_atomics/atomic/65913.cc} | 25 ++++++++++------------
6 files changed, 60 insertions(+), 30 deletions(-)
copy libstdc++-v3/testsuite/{28_regex/regression.cc => 29_atomics/atomic/65913.cc} (73%)
--
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 58111f6 Fix Solaris bootstrap
new ee23033 Make tree_expr_nonnegative_warnv_p recurse into SSA names
new 8b4af95 Move sqrt and cbrt simplifications to match.pd
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 | 36 +++++++
gcc/builtins.c | 149 ++------------------------
gcc/doc/invoke.texi | 4 +
gcc/fold-const.c | 171 +++++++++++++++---------------
gcc/fold-const.h | 12 ++-
gcc/gimple-fold.c | 208 ++++++++++++++-----------------------
gcc/gimple-fold.h | 3 +-
gcc/match.pd | 41 ++++++++
gcc/params.def | 6 ++
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.dg/builtins-47.c | 6 +-
gcc/tree-ssa-math-opts.c | 6 +-
gcc/tree-vrp.c | 77 --------------
13 files changed, 273 insertions(+), 450 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 31e69b7 HSA: dump BRIG section offsets in hsagen dump file.
new e59b869 HSA: introduce warnings and libgomp host fallback
new b52e6ab HSA: Add loading of default BRIG shared libraries
new 7c5e71f HSA: change linkage for a function that cannot be
new 6baa997 HSA: surrender HSA emission if an error is seen.
new c26f38e HSA: preserve HSA function names and visibility
new 3e467ed HSA: simplify LTO partitioning and improve kernel
The 6 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 | 71 +++++++++
gcc/common.opt | 4 +
gcc/hsa-brig.c | 37 +++--
gcc/hsa-gen.c | 269 +++++++++++++++++++-------------
gcc/hsa.c | 41 +++--
gcc/hsa.h | 11 +-
gcc/ipa-hsa.c | 2 +
gcc/lto/ChangeLog.hsa | 5 +
gcc/lto/lto-partition.c | 30 ----
libgomp/ChangeLog.hsa | 49 ++++++
libgomp/libgomp.h | 1 +
libgomp/plugin/plugin-hsa.c | 363 +++++++++++++++++++++++++++++++++-----------
libgomp/target.c | 42 +++--
13 files changed, 664 insertions(+), 261 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 1d56a34 * cp-tree.h (SIMPLE_TARGET_EXPR_P): New. * init.c (get_nsdm [...]
new 58111f6 Fix Solaris bootstrap
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 | 5 +++++
gcc/ipa-cp.c | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.