This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 950cf06 [AArch64][TLSLE][2/3] Rename SYMBOL_TLSLE to SYMBOL_TLSLE24
new 2b54f2a 2015-08-26 Matthew Wahab <matthew.wahab(a)arm.com>
new 57507fa [AArch64][TLSLE][3/3] Implement local executable mode for all [...]
new 8288a89 [AArch64][TLSIE][1/2] Rename test source file for reuse
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 | 45 ++++++++++++
gcc/config/aarch64/aarch64-protos.h | 6 ++
gcc/config/aarch64/aarch64.c | 53 +++++++++++++-
gcc/config/aarch64/aarch64.md | 56 +++++++++-----
gcc/config/arm/arm-protos.h | 105 +++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 16 ++++
gcc/testsuite/gcc.target/aarch64/tls_1.x | 14 ++++
gcc/testsuite/gcc.target/aarch64/tlsle12_1.c | 8 ++
gcc/testsuite/gcc.target/aarch64/tlsle24_1.c | 9 +++
gcc/testsuite/gcc.target/aarch64/tlsle32_1.c | 10 +++
gcc/testsuite/lib/target-supports.exp | 17 +++++
11 files changed, 317 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/tls_1.x
create mode 100644 gcc/testsuite/gcc.target/aarch64/tlsle12_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/tlsle24_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/tlsle32_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 2bcfb66 PR fortran/29600
new e1c9c4c 2015-08-26 Matthew Wahab <matthew.wahab(a)arm.com>
new 02c8de1 [AArch64][TLSLE][1/3] Add the option "-mtls-size"
new 950cf06 [AArch64][TLSLE][2/3] Rename SYMBOL_TLSLE to SYMBOL_TLSLE24
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 | 24 +++++
gcc/config/aarch64/aarch64-protos.h | 4 +-
gcc/config/aarch64/aarch64.c | 47 +++++++--
gcc/config/aarch64/aarch64.opt | 19 ++++
gcc/config/arm/arm-cores.def | 200 ++++++++++++++++++------------------
gcc/config/arm/arm.c | 2 +-
gcc/doc/invoke.texi | 6 ++
7 files changed, 193 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 7aea4e7 * libgfortran.h (show_variables): Remove prototype. * runti [...]
new 2bcfb66 PR fortran/29600
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/gfortran.dg/shape_8.f90 | 15 +++++++++++++++
libgfortran/ChangeLog | 13 +++++++++++++
libgfortran/Makefile.am | 2 ++
libgfortran/Makefile.in | 21 ++++++++++++++++++++-
libgfortran/generated/{shape_i16.c => shape_i1.c} | 14 +++++++-------
libgfortran/generated/shape_i16.c | 4 ++--
libgfortran/generated/{shape_i8.c => shape_i2.c} | 14 +++++++-------
libgfortran/generated/shape_i4.c | 4 ++--
libgfortran/generated/shape_i8.c | 4 ++--
libgfortran/gfortran.map | 2 ++
libgfortran/m4/shape.m4 | 4 ++--
12 files changed, 79 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/shape_8.f90
copy libgfortran/generated/{shape_i16.c => shape_i1.c} (86%)
copy libgfortran/generated/{shape_i8.c => shape_i2.c} (84%)
--
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 b036e74 2015-08-26 Naveen H.S <Naveen.Hurugalawadi(a)caviumnetworks.com>
new 7aea4e7 * libgfortran.h (show_variables): Remove prototype. * runti [...]
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:
libgfortran/ChangeLog | 7 +
libgfortran/libgfortran.h | 3 -
libgfortran/runtime/environ.c | 307 +++++++++---------------------------------
libgfortran/runtime/main.c | 9 --
4 files changed, 74 insertions(+), 252 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 2e376e5 Daily bump.
new b036e74 2015-08-26 Naveen H.S <Naveen.Hurugalawadi(a)caviumnetworks.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/ChangeLog | 14 ++++++++++
gcc/fold-const.c | 79 --------------------------------------------------------
gcc/match.pd | 30 ++++++++++++++++++---
3 files changed, 41 insertions(+), 82 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 b7742f2 S390: Fix vec_load_bndry operand type
new b044c14 Daily bump.
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/DATESTAMP | 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 697bc36 * configure.ac: Only compile with -fPIC if the target suppo [...]
new 2e376e5 Daily bump.
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/DATESTAMP | 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 gcc-4_9-branch
in repository gcc.
from e2aad6c Daily bump.
new 258528f Daily bump.
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/DATESTAMP | 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 b3b1474 compiler: Disallow use of unary ^ on booleans.
new 697bc36 * configure.ac: Only compile with -fPIC if the target suppo [...]
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 | 6 ++++++
libbacktrace/configure | 20 +++++++++++++++++++-
libbacktrace/configure.ac | 8 ++++++--
3 files changed, 31 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 fac94f4 Fix build for targets not defining EXTRA_SPECS.
new b3b1474 compiler: Disallow use of unary ^ on booleans.
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.