This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3f215f2 [AArch64][5/14] Make flag_omit_leaf_frame_pointer intialize t [...]
new a0db861 [AArch64][6/14] Implement TARGET_OPTION_SAVE/TARGET_OPTION_RESTORE
new f59387a [AArch64][7/14] Implement TARGET_SET_CURRENT_FUNCTION
new aadb8e1 [AArch64][8/14] Implement TARGET_OPTION_VALID_ATTRIBUTE_P
new b0269e3 [AArch64][9/14] Implement TARGET_CAN_INLINE_P
The 4 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/common/config/aarch64/aarch64-common.c | 19 +-
gcc/config/aarch64/aarch64-protos.h | 5 +
gcc/config/aarch64/aarch64.c | 897 +++++++++++++++++++++++++++--
gcc/config/aarch64/aarch64.h | 9 +-
gcc/config/aarch64/aarch64.opt | 24 +-
6 files changed, 968 insertions(+), 60 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 trunk
in repository gcc.
from 9356ca1 [AArch64][2/14] Refactor arches handling, add arch enum identifier
new 50021c3 [AArch64][3/14] Refactor option override code
new 36d84ec * config/i386/i386.c (ix86_expand_int_movcc): Check result o [...]
new ee92bc9 [AArch64][4/14] Create TARGET_FIX_ERR_A53_835769 and use that [...]
new 3f215f2 [AArch64][5/14] Make flag_omit_leaf_frame_pointer intialize t [...]
The 4 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 | 49 ++-
gcc/config/aarch64/aarch64-elf-raw.h | 2 +-
gcc/config/aarch64/aarch64-linux.h | 2 +-
gcc/config/aarch64/aarch64.c | 435 ++++++++++++++-------
gcc/config/aarch64/aarch64.h | 14 +
gcc/config/aarch64/aarch64.opt | 13 +-
gcc/config/i386/i386.c | 2 +-
gcc/testsuite/ChangeLog | 5 +
.../gcc.target/aarch64/cpu-diagnostics-3.c | 2 +-
9 files changed, 372 insertions(+), 152 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 9356ca1 [AArch64][2/14] Refactor arches handling, add arch enum identifier
new 50021c3 [AArch64][3/14] Refactor option override code
new 36d84ec * config/i386/i386.c (ix86_expand_int_movcc): Check result o [...]
new ee92bc9 [AArch64][4/14] Create TARGET_FIX_ERR_A53_835769 and use that [...]
new 3f215f2 [AArch64][5/14] Make flag_omit_leaf_frame_pointer intialize t [...]
The 4 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 | 49 ++-
gcc/config/aarch64/aarch64-elf-raw.h | 2 +-
gcc/config/aarch64/aarch64-linux.h | 2 +-
gcc/config/aarch64/aarch64.c | 435 ++++++++++++++-------
gcc/config/aarch64/aarch64.h | 14 +
gcc/config/aarch64/aarch64.opt | 13 +-
gcc/config/i386/i386.c | 2 +-
gcc/testsuite/ChangeLog | 5 +
.../gcc.target/aarch64/cpu-diagnostics-3.c | 2 +-
9 files changed, 372 insertions(+), 152 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 trunk
in repository gcc.
from 693a749 * config/fpu-387.h: Remove unwanted whitespace.
new 38758f3 2015-08-04 Richard Biener <rguenther(a)suse.de>
new 245cad5 [AArch64][1/14] Add ident field to struct processor
new 9356ca1 [AArch64][2/14] Refactor arches handling, add arch enum identifier
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 | 31 ++++++++++++++++++++
gcc/config/aarch64/aarch64-arches.def | 15 ++++++----
gcc/config/aarch64/aarch64-cores.def | 22 +++++++-------
gcc/config/aarch64/aarch64-opts.h | 9 ++++++
gcc/config/aarch64/aarch64.c | 42 +++++++++++++++------------
gcc/config/aarch64/aarch64.h | 3 +-
gcc/config/aarch64/driver-aarch64.c | 8 +++---
gcc/gimple-fold.c | 54 ++++++++++++-----------------------
8 files changed, 110 insertions(+), 74 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 693a749 * config/fpu-387.h: Remove unwanted whitespace.
new 38758f3 2015-08-04 Richard Biener <rguenther(a)suse.de>
new 245cad5 [AArch64][1/14] Add ident field to struct processor
new 9356ca1 [AArch64][2/14] Refactor arches handling, add arch enum identifier
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 | 31 ++++++++++++++++++++
gcc/config/aarch64/aarch64-arches.def | 15 ++++++----
gcc/config/aarch64/aarch64-cores.def | 22 +++++++-------
gcc/config/aarch64/aarch64-opts.h | 9 ++++++
gcc/config/aarch64/aarch64.c | 42 +++++++++++++++------------
gcc/config/aarch64/aarch64.h | 3 +-
gcc/config/aarch64/driver-aarch64.c | 8 +++---
gcc/gimple-fold.c | 54 ++++++++++++-----------------------
8 files changed, 110 insertions(+), 74 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 trunk
in repository gcc.
from e198177 * config/fpu-387.h (get_fpu_trap_exceptions): Add temporary [...]
new 693a749 * config/fpu-387.h: Remove unwanted whitespace.
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/config/fpu-387.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 trunk
in repository gcc.
from c53bd1d PR fortran/64022
new e198177 * config/fpu-387.h (get_fpu_trap_exceptions): Add temporary [...]
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 | 5 +++++
libgfortran/config/fpu-387.h | 39 +++++++++++++++++++++------------------
2 files changed, 26 insertions(+), 18 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.
maxim.kuvyrkov pushed a commit to branch master
in repository toolchain/schroot-master.
The following commit(s) were added to refs/heads/master by this push:
new 05d956e Update list of available tcwg-ex40-* hosts
05d956e is described below
commit 05d956ef7349077fdbf13969613210cee8c491cb
Author: Maxim Kuvyrkov <maxim.kuvyrkov(a)linaro.org>
Date: Tue Aug 4 11:16:43 2015 +0200
Update list of available tcwg-ex40-* hosts
Change-Id: Iec8ab69b99e72fc81e9e9d61614046afbf86c7ce
---
install-all.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install-all.sh b/install-all.sh
index 17ec17d..2acbeee 100755
--- a/install-all.sh
+++ b/install-all.sh
@@ -10,7 +10,7 @@ print_machines ()
case $arch in
i686-linux-gnu|x86_64-linux-gnu)
- echo $(for i in `seq 1 9`; do echo kuvyrkov@tcwg-ex40-0$i; done)
+ echo $(for i in 1 2 4 6 7 8 9; do echo kuvyrkov@tcwg-ex40-0$i; done)
;;
arm-linux-gnueabihf|aarch64-linux-gnu)
echo kuvyrkov(a)r1-a7.aus-colo kuvyrkov(a)r1-a8.aus-colo
--
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.
maxim.kuvyrkov pushed a change to branch master
in repository toolchain/schroot-master.
from 4c970d7 Add static configuration of process and RAM limits
adds 1cc6cb0 Handle mis-set SSH_AUTH_SOCK in setup.d/11mount-ssh script
No new revisions were added by this update.
Summary of changes:
setup.d/11mount-ssh | 5 +++++
1 file changed, 5 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 trunk
in repository gcc.
from 207b828 * tree-if-conv.c: Fix various typos in comments. * tree-vec [...]
new c53bd1d PR fortran/64022
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/simplify.c | 79 +--
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gfortran.dg/ieee/ieee_7.f90 | 12 +-
gcc/testsuite/gfortran.dg/ieee/large_1.f90 | 138 ++++++
libgfortran/ChangeLog | 9 +
libgfortran/gfortran.map | 10 +
libgfortran/ieee/ieee_arithmetic.F90 | 760 ++++++++++++++++++++++-------
libgfortran/ieee/ieee_exceptions.F90 | 30 +-
libgfortran/ieee/ieee_helper.c | 18 +
10 files changed, 811 insertions(+), 257 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/ieee/large_1.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.