This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 15af172 PR c++/67130 PR c++/67131 PR c++/66260 * mangle.c (write_ [...]
new 2bcb747 [AArch64] Tighten direct call pattern to repair -fno-plt
new 26cca86 [AArch64] Tighten direct call pattern for sibcall to repair -fno-plt
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 | 12 ++++++++++++
gcc/config/aarch64/aarch64-protos.h | 1 +
gcc/config/aarch64/aarch64.c | 18 ++++++++++++++++++
gcc/config/aarch64/aarch64.md | 6 ++++--
gcc/config/aarch64/constraints.md | 5 +++--
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/aarch64/noplt_1.c | 15 +++++++++++++++
gcc/testsuite/gcc.target/aarch64/noplt_2.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/noplt_3.c | 20 ++++++++++++++++++++
9 files changed, 100 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/noplt_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/noplt_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/noplt_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 hsa
in repository gcc.
from ce0271c Fix OMP data allocation.
new 3d6869d4 HSA: add new option -fdisable-hsa-gridification.
new ec20ac8 HSA: change a default value for kernel dispatch packet.
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.hsa | 10 ++++++++++
gcc/common.opt | 4 ++++
gcc/hsa-gen.c | 10 +++++-----
gcc/omp-low.c | 3 +++
4 files changed, 22 insertions(+), 5 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 8f282ed Vectorize mult expressions with power 2 constants via shift, [...]
new 15af172 PR c++/67130 PR c++/67131 PR c++/66260 * mangle.c (write_ [...]
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/cp/ChangeLog | 10 +++++++++
gcc/cp/mangle.c | 4 +++-
gcc/cp/pt.c | 2 ++
gcc/testsuite/g++.dg/cpp1y/var-templ42.C | 17 ++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/var-templ43.C | 35 ++++++++++++++++++++++++++++++++
5 files changed, 67 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ42.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ43.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 trunk
in repository gcc.
from 7bb3b82 * config/i386/sse.md (*vec_concatv2df): Declare added alter [...]
new 8f282ed Vectorize mult expressions with power 2 constants via shift, [...]
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/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.dg/vect/vect-mult-pattern-1.c | 21 ++++
gcc/testsuite/gcc.dg/vect/vect-mult-pattern-2.c | 28 +++++
gcc/tree-vect-patterns.c | 139 ++++++++++++++++++++++++
gcc/tree-vectorizer.h | 2 +-
6 files changed, 200 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-mult-pattern-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-mult-pattern-2.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 commit to branch hjl/iamcu/gcc-5-branch
in repository gcc.
commit dbde4474e818505d99044d7e1abfdbb91d8dc26a
Author: H.J. Lu <hjl.tools(a)gmail.com>
Date: Wed Jul 29 14:01:06 2015 -0700
Define DBX_REGISTER_NUMBER for IA MCU
Since IA MCU uses the same debug register map as Linux/x86, we copy
DBX_REGISTER_NUMBER together with TARGET_ASM_FILE_START_FILE_DIRECTIVE
and ASM_COMMENT_START from i386/gnu-user.h to i386/iamcu.h.
* config/i386/iamcu.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE):
New. Copied from config/i386/gnu-user.h.
(ASM_COMMENT_START): Likewise.
(DBX_REGISTER_NUMBER): Likewise.
---
gcc/config/i386/iamcu.h | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gcc/config/i386/iamcu.h b/gcc/config/i386/iamcu.h
index 1e2fbe4..c20c2db 100644
--- a/gcc/config/i386/iamcu.h
+++ b/gcc/config/i386/iamcu.h
@@ -26,6 +26,17 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#undef TARGET_SUBTARGET_DEFAULT
#define TARGET_SUBTARGET_DEFAULT MASK_IAMCU
+/* Output at beginning of assembler file. */
+/* The .file command should always begin the output. */
+#define TARGET_ASM_FILE_START_FILE_DIRECTIVE true
+
+#undef ASM_COMMENT_START
+#define ASM_COMMENT_START "#"
+
+#undef DBX_REGISTER_NUMBER
+#define DBX_REGISTER_NUMBER(n) \
+ (TARGET_64BIT ? dbx64_register_map[n] : svr4_dbx_register_map[n])
+
#undef ASM_SPEC
#define ASM_SPEC "--32 -march=iamcu"
--
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 52de752 S/390: Fix dwarf reg size table for -m31 -mzarch.
new 7bb3b82 * config/i386/sse.md (*vec_concatv2df): Declare added alter [...]
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/config/i386/sse.md | 2 +-
2 files changed, 6 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 trunk
in repository gcc.
from 18a38dd PR fortran/64022 * gfortran.dg/ieee/large_2.f90: New test. [...]
new 158dd93 S/390: Doc: Add documentation for -mhtm, -mvx, and -mzvector.
new 044a78d S/390: Clobber VRs in __builtin_tbegin.
new 52de752 S/390: Fix dwarf reg size table for -m31 -mzarch.
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 | 17 +++++++++
gcc/config/s390/s390.c | 13 ++++++-
gcc/config/s390/s390.md | 29 +++++++++++++++
gcc/config/s390/s390.opt | 3 +-
gcc/doc/invoke.texi | 41 ++++++++++++++++++++++
gcc/testsuite/ChangeLog | 10 ++++++
gcc/testsuite/gcc.target/s390/dwarfregtable-1.c | 21 +++++++++++
gcc/testsuite/gcc.target/s390/dwarfregtable-2.c | 21 +++++++++++
gcc/testsuite/gcc.target/s390/dwarfregtable-3.c | 20 +++++++++++
gcc/testsuite/gcc.target/s390/htm-builtins-z13-1.c | 34 ++++++++++++++++++
10 files changed, 207 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/dwarfregtable-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/dwarfregtable-2.c
create mode 100644 gcc/testsuite/gcc.target/s390/dwarfregtable-3.c
create mode 100644 gcc/testsuite/gcc.target/s390/htm-builtins-z13-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 18a38dd PR fortran/64022 * gfortran.dg/ieee/large_2.f90: New test. [...]
new 158dd93 S/390: Doc: Add documentation for -mhtm, -mvx, and -mzvector.
new 044a78d S/390: Clobber VRs in __builtin_tbegin.
new 52de752 S/390: Fix dwarf reg size table for -m31 -mzarch.
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 | 17 +++++++++
gcc/config/s390/s390.c | 13 ++++++-
gcc/config/s390/s390.md | 29 +++++++++++++++
gcc/config/s390/s390.opt | 3 +-
gcc/doc/invoke.texi | 41 ++++++++++++++++++++++
gcc/testsuite/ChangeLog | 10 ++++++
gcc/testsuite/gcc.target/s390/dwarfregtable-1.c | 21 +++++++++++
gcc/testsuite/gcc.target/s390/dwarfregtable-2.c | 21 +++++++++++
gcc/testsuite/gcc.target/s390/dwarfregtable-3.c | 20 +++++++++++
gcc/testsuite/gcc.target/s390/htm-builtins-z13-1.c | 34 ++++++++++++++++++
10 files changed, 207 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/dwarfregtable-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/dwarfregtable-2.c
create mode 100644 gcc/testsuite/gcc.target/s390/dwarfregtable-3.c
create mode 100644 gcc/testsuite/gcc.target/s390/htm-builtins-z13-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 trunk
in repository gcc.
from 78e011b 2015-08-06 Richard Biener <rguenther(a)suse.de>
new 18a38dd PR fortran/64022 * gfortran.dg/ieee/large_2.f90: New test. [...]
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/gfortran.dg/ieee/large_2.f90 | 145 +++++++++++++++++++++
.../gfortran.dg/ieee/{ieee_1.F90 => large_3.F90} | 21 ++-
3 files changed, 165 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/ieee/large_2.f90
copy gcc/testsuite/gfortran.dg/ieee/{ieee_1.F90 => large_3.F90} (88%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.