This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from db15b98 [RS6000] Make -msingle-pic-base remove the ELFv2 global entry code
new e97f880 PR target/66870 * config/rs6000/sysv4.h (TARGET_CAN_SPLIT_S [...]
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.in | 13 +++++++++++++
gcc/config/rs6000/sysv4.h | 8 ++++++++
gcc/configure | 39 +++++++++++++++++++++++++++++++++++++++
gcc/configure.ac | 36 ++++++++++++++++++++++++++++++++++++
gcc/gcc.c | 4 ++++
gcc/go/ChangeLog | 6 ++++++
gcc/go/gospec.c | 27 +++++++++++++++++++++------
8 files changed, 137 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 b31fc8c gcc/ * config/nvptx/mkoffload.c (process): Change offload d [...]
new db15b98 [RS6000] Make -msingle-pic-base remove the ELFv2 global entry code
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/rs6000/rs6000.c | 9 +++++----
2 files changed, 11 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 94d5c88 [RS6000] Correct powerpc sysv stack argument accounting
new b31fc8c gcc/ * config/nvptx/mkoffload.c (process): Change offload d [...]
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 | 4 +++
gcc/config/nvptx/mkoffload.c | 28 ++++++++++++-----
libgomp/ChangeLog | 10 ++++++
libgomp/plugin/plugin-nvptx.c | 72 +++++++++++++++++++++++++++----------------
4 files changed, 81 insertions(+), 33 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 f1344f4 [PATCH] Improve DOM's optimization of control statements
new 94d5c88 [RS6000] Correct powerpc sysv stack argument accounting
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:
libffi/ChangeLog | 6 ++
libffi/src/powerpc/ffi_sysv.c | 207 ++++++++++++++++++++----------------------
2 files changed, 104 insertions(+), 109 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 a4f58df 2015-09-30 François Dumont <fdumont(a)gcc.gnu.org> Jonat [...]
new f1344f4 [PATCH] Improve DOM's optimization of control statements
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/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-branch-1.c | 29 ++++++++++++++
gcc/tree-ssa-dom.c | 50 +++++++++++-------------
gcc/tree-ssa-threadupdate.c | 33 +++++++++++++++-
gcc/tree-ssa-threadupdate.h | 2 +
6 files changed, 99 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-branch-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 0bb0f25 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): New. (T [...]
new a4f58df 2015-09-30 François Dumont <fdumont(a)gcc.gnu.org> Jonat [...]
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:
libstdc++-v3/ChangeLog | 11 ++
libstdc++-v3/config/abi/pre/gnu.ver | 15 +--
.../config/locale/gnu/c++locale_internal.h | 59 ++++++++++-
libstdc++-v3/config/locale/gnu/c_locale.cc | 82 +++++++++++++++
libstdc++-v3/config/locale/gnu/messages_members.cc | 112 +--------------------
libstdc++-v3/src/c++98/Makefile.am | 6 ++
libstdc++-v3/src/c++98/Makefile.in | 6 ++
7 files changed, 176 insertions(+), 115 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 c8f7cec 2015-09-30 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 0bb0f25 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): New. (T [...]
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 | 20 +++++++
gcc/config/nvptx/nvptx.c | 19 +++++++
gcc/doc/invoke.texi | 5 ++
gcc/doc/tm.texi | 12 ++++
gcc/doc/tm.texi.in | 2 +
gcc/omp-low.c | 142 +++++++++++++++++++++++++++++++++++++++++++++++
gcc/passes.def | 1 +
gcc/target.def | 21 +++++++
gcc/targhooks.h | 3 +
gcc/tree-pass.h | 1 +
10 files changed, 226 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 16f88e4 [PATCH] Update SSA_NAME manager to use two lists
new c8f7cec 2015-09-30 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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/lra-constraints.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.c-torture/execute/pr67037.c | 49 +++++++++++++++++++++++++++
4 files changed, 60 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr67037.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 74d66c7 Pass on the verbose flag "-v" to/in the mkoffloads
new 16f88e4 [PATCH] Update SSA_NAME manager to use two lists
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 | 14 ++++++++++++++
gcc/gimple-ssa.h | 3 +++
gcc/passes.c | 9 +++++++++
gcc/tree-ssanames.c | 24 ++++++++++++++++++++++--
gcc/tree-ssanames.h | 1 +
5 files changed, 49 insertions(+), 2 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 5ab4aea More DEF_FUNCTION_TYPE_VAR_6/DEF_FUNCTION_TYPE_VAR_11 cleanup
new 9904364 Refactor intelmic-mkoffload.c argv building to use obstacks
new 74d66c7 Pass on the verbose flag "-v" to/in the mkoffloads
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 | 18 +++++
gcc/config/i386/intelmic-mkoffload.c | 142 ++++++++++++++++++++---------------
gcc/config/nvptx/mkoffload.c | 6 ++
gcc/lto-wrapper.c | 2 +
4 files changed, 108 insertions(+), 60 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.