This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0ad9061 fix ChangeLog entry for r227407
new 682ea74 [ARM] float16x4_t intrinsics in arm_neon.h
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 | 13 +++
gcc/config/arm/arm_neon.h | 250 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 263 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 aoliva/pr64164
in repository gcc.
from 90c2447 get block's mode from parm's default def
new f7b999f handle concats in setup block
new 7b8035b size times bits per unit
new 869bee8 the pseudo for concat is no use, let it use a stack slot
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/function.c | 13 ++++++++++++-
1 file changed, 12 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 aoliva/pr64164
in repository gcc.
from bea30db oops, I meant gen_reg_rtx, not gen_rtx_REG
new 90c2447 get block's mode from parm's default def
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/function.c | 5 ++++-
1 file changed, 4 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 aoliva/pr64164
in repository gcc.
from 060f403 bypass setup_block if use_reg
new 7b4f0bd revert previous patch, set up REG in assign block
new bea30db oops, I meant gen_reg_rtx, not gen_rtx_REG
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/function.c | 20 ++++++++++++--------
1 file changed, 12 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 61ee636 PR other/67457 * backtrace.c: #include "internal.h". (stru [...]
new 0ad9061 fix ChangeLog entry for r227407
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 | 1 +
1 file changed, 1 insertion(+)
--
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 hjl/got/gcc-5-branch
in repository gcc.
discards c3ecb54 Fix Load specific external function addresses via GOT slot
discards b2c6fbf Load address of external function from its GOT slot
discards f8cd41f Put local/global relocs in rw section for -freloc-rw
discards 0659157 Backport struct string_hash from trunk
discards 2b6c02b Load specific external function addresses via GOT slot
discards b58a151 Generate R_386_GOT32x relocation for -fno-plt -fno-pic
discards 4c0c177 Check if x86 binutils supports R_386_GOT32X/R_X86_64_GOTPCRELX
discards 6cc1fd4 Check $READELF_FOR_TARGET for readelf in configure
discards 1f17fa7 Properly handle -fno-plt in ix86_expand_call
discards 422bfe0 Add more tests for PR target/66232
discards cbef35f Allow indirect sibcall with register arguments
discards f4c4186 * gcc.target/i386/noplt-1.c (dg-do): Fix target selector. * [...]
discards b83c3e3 2015-06-04 Sriraman Tallam <tmsriram(a)google.com>
discards 5e60de3 * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS p [...]
discards 819bfe8 * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
discards 6b6ce00 Allow indirect branch via GOT slot for x32
discards 246456d Fix PR target/65753
discards dec1033 * calls.c (prepare_call_address): Transform PLT call to GOT [...]
adds 38bc362 Daily bump.
adds 9048afb /cp 2015-09-08 Paolo Carlini <paolo.carlini(a)oracle.com>
new 22de8ab * calls.c (prepare_call_address): Transform PLT call to GOT [...]
new d7eed43 Fix PR target/65753
new af0f485 Allow indirect branch via GOT slot for x32
new 0676cfa * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
new d9e7b59 * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS p [...]
new a29f772 2015-06-04 Sriraman Tallam <tmsriram(a)google.com>
new 2c5fcde * gcc.target/i386/noplt-1.c (dg-do): Fix target selector. * [...]
new c509701 Allow indirect sibcall with register arguments
new 1451134 Add more tests for PR target/66232
new 9f0fad3 Properly handle -fno-plt in ix86_expand_call
new 0c6b431 Check $READELF_FOR_TARGET for readelf in configure
new a58c5da Check if x86 binutils supports R_386_GOT32X/R_X86_64_GOTPCRELX
new a8a7384 Generate R_386_GOT32x relocation for -fno-plt -fno-pic
new 6d8036e Load specific external function addresses via GOT slot
new d2af6b0 Backport struct string_hash from trunk
new 2e43f8c Put local/global relocs in rw section for -freloc-rw
new ce4b1e7 Load address of external function from its GOT slot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c3ecb54)
\
N -- N -- N refs/heads/hjl/got/gcc-5-branch (ce4b1e7)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/pt.c | 5 +++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-ice4.C | 10 ++++++++++
5 files changed, 25 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-ice4.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 hjl/got/gcc-5-branch
in repository gcc.
from b2c6fbf Load address of external function from its GOT slot
new c3ecb54 Fix Load specific external function addresses via GOT slot
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/explow.c | 1 +
gcc/noplt-symbols.c | 17 ++++++++++++++++-
gcc/testsuite/gcc.target/i386/noplt-18.c | 15 +++++++++++++++
3 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/noplt-18.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 5553d0c Merge liboffloadmic from upstream, version 20150803.
new 61ee636 PR other/67457 * backtrace.c: #include "internal.h". (stru [...]
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:
libbacktrace/ChangeLog | 14 ++++++++++++++
libbacktrace/alloc.c | 8 ++++++--
libbacktrace/backtrace.c | 23 +++++++++++++++++++++--
libbacktrace/internal.h | 6 ++++--
libbacktrace/mmap.c | 8 ++++++--
5 files changed, 51 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.
christophe.lyon pushed a change to branch set-e
in repository toolchain/abe.
from 6d723d3 abe.sh: handle case when expr returns non-zero.
new b050573 jenkins.sh: omit ${change} when calling --checkout all. It ca [...]
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:
jenkins.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.