This is an automated email from the git hooks/post-receive script.
adhemerval.zanella pushed a change to branch linaro_binutils-2_25-branch
in repository toolchain/binutils-gdb.
from 0e48a04 bfd/version.h: Update VERSION for 2.25 2015.10 release
new ad4e04e Fix detection of GNU LD version in GCC's scripts
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:
bfd/version.h | 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 master
in repository gcc.
from 2926af8 PR middle-end/68253 * fold-const.c (fold_truth_andor_1): In [...]
new 4fa8daf Support init priority on Solaris
new f28193e [RTL-ifcvt] PR rtl-optimization/67749: Do not emit separate S [...]
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 | 27 +++++++++
gcc/acinclude.m4 | 95 ++++++++++++++++++++++++-------
gcc/config.in | 9 +--
gcc/config/initfini-array.h | 2 +-
gcc/config/sol2.h | 6 +-
gcc/config/sparc/sparc.c | 14 ++---
gcc/configure | 127 ++++++++++++++++++++++++------------------
gcc/configure.ac | 7 ---
gcc/ifcvt.c | 105 +++++++++++++++++++++-------------
libgcc/ChangeLog | 6 ++
libgcc/config/ia64/crtbegin.S | 2 +-
libgcc/config/ia64/crtend.S | 2 +-
12 files changed, 259 insertions(+), 143 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 cf82e1d 2015-11-09 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new 2926af8 PR middle-end/68253 * fold-const.c (fold_truth_andor_1): In [...]
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/fold-const.c | 1 +
2 files changed, 7 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 405a4bd libcilkrts/
new cf82e1d 2015-11-09 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/arm/thumb2-slow-flash-data.c | 5 ++---
2 files changed, 8 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 716c563 i386: Add address spaces for fs/gs segments and tls
new 405a4bd libcilkrts/
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/testsuite/ChangeLog | 5 ++++
gcc/testsuite/g++.dg/cilk-plus/CK/pr66326.cc | 33 ++++++++++++++++++++++++++
libcilkrts/ChangeLog | 6 +++++
libcilkrts/runtime/config/x86/os-unix-sysdep.c | 2 +-
4 files changed, 45 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cilk-plus/CK/pr66326.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 0b0b7c8 [PATCH] Minor refactoring in tree-ssanames.c & freelists veri [...]
new 22cd4e5 PR tree-opt/66768
new 849f490 Avoid CSE of MEMs in different address spaces
new 9cb8965 Add TARGET_ADDR_SPACE_ZERO_ADDRESS_VALID
new 2e7a553 Add hook for modifying debug info for address spaces
new 67a381c i386: Handle address spaces in movabs patterns
new a48b812 i386: Disallow address spaces with string insns
new 716c563 i386: Add address spaces for fs/gs segments and tls
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:
gcc/ChangeLog | 74 +++++++
gcc/config/i386/i386-c.c | 8 +
gcc/config/i386/i386-protos.h | 8 +-
gcc/config/i386/i386.c | 307 +++++++++++++++++++--------
gcc/config/i386/i386.h | 3 +-
gcc/config/i386/i386.md | 91 ++++++--
gcc/config/i386/predicates.md | 8 +-
gcc/config/i386/rdos.h | 2 +-
gcc/cselib.c | 22 +-
gcc/doc/extend.texi | 47 +++-
gcc/doc/tm.texi | 10 +
gcc/doc/tm.texi.in | 4 +
gcc/dwarf2out.c | 48 +++--
gcc/fold-const.c | 20 +-
gcc/gimple.c | 13 +-
gcc/target.def | 17 ++
gcc/targhooks.c | 17 ++
gcc/targhooks.h | 2 +
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.target/i386/addr-space-1.c | 11 +
gcc/testsuite/gcc.target/i386/addr-space-2.c | 11 +
gcc/testsuite/gcc.target/i386/addr-space-3.c | 10 +
gcc/tree-ssa-address.c | 2 +-
23 files changed, 582 insertions(+), 159 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/addr-space-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/addr-space-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/addr-space-3.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 0c0c546 2015-11-08 Steven g. Kargl <kargl(a)gcc.gnu.org>
new 0b0b7c8 [PATCH] Minor refactoring in tree-ssanames.c & freelists veri [...]
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 | 21 ++++--
gcc/tree-into-ssa.c | 2 +-
gcc/tree-into-ssa.h | 1 +
gcc/tree-ssanames.c | 192 ++++++++++++++++++++++++++++++++++++++++++++--------
4 files changed, 181 insertions(+), 35 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 45396c4 Daily bump.
new c037870 2015-11-08 Steven g. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/decl.c | 34 +++++++++++++++++++++-------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr68053.f90 | 10 ++++++++++
4 files changed, 42 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr68053.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.
unknown user pushed a change to branch master
in repository gcc.
from c83e25d Configury changes for obstack optimization
new 0c0c546 2015-11-08 Steven g. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/decl.c | 34 +++++++++++++++++++++-------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr68053.f90 | 10 ++++++++++
4 files changed, 42 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr68053.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.
unknown user pushed a change to branch master
in repository gcc.
from 55b8da6 Configury changes for obstack optimization
new c83e25d Configury changes for obstack optimization
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:
libiberty/ChangeLog | 1 +
libiberty/config.in | 3 +++
2 files changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.