This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 123ec65 Trivial typo fix in pretty-print.h
new 0a259d8 Prevent unnecessary recompilation for trivial params.def changes
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 | 8 ++++++++
gcc/Makefile.in | 8 +++++++-
gcc/params-list.h | 4 ++++
gcc/params.h | 5 +----
4 files changed, 20 insertions(+), 5 deletions(-)
create mode 100644 gcc/params-list.h
--
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 c26a478 HSA: reuse get_integer_type_by_bytes.
new 4faa837 HSA: add support for __builtin_mem{set,cpy}.
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.hsa | 7 ++++
gcc/hsa-gen.c | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 112 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 master
in repository gcc.
from 74fd9ec correct ChangeLog dates+address
new 55d52ec Re: [PATCH] Minor cleanup of const_and_copies stack * [...]
new 123ec65 Trivial typo fix in pretty-print.h
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 | 8 ++++++++
gcc/pretty-print.h | 2 +-
gcc/tree-ssa-scopedtables.h | 2 +-
3 files changed, 10 insertions(+), 2 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 hsa
in repository gcc.
from 928b238 HSA: follow-up and refactoring of hsa_insn_basic class
new d082adf HSA: introduce a new ctor for hsa_op_immed.
new c2c9643 HSA: use newly added hsa_op_immed ctor.
new c26a478 HSA: reuse get_integer_type_by_bytes.
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.hsa | 30 ++++++
gcc/hsa-brig.c | 96 ++++++++++----------
gcc/hsa-dump.c | 17 +++-
gcc/hsa-gen.c | 267 ++++++++++++++++++++++++++----------------------------
gcc/hsa.h | 24 ++++-
5 files changed, 247 insertions(+), 187 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 5ea2293 [AArch64] vreinterpret(q?), vget_(low|high), vld1(q?)_dup
new 57887f7 [AArch64] Improve code generation for float16 vector code
new 90d05d2 [AArch64] Add vcvt(_high)?_f32_f16 intrinsics, with BE RTL fix
new 3ea4b09 [fold-const.c] Fix bigendian HFmode in native_interpret_real
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 | 35 +++++++++
gcc/config/aarch64/aarch64-simd-builtins.def | 3 +-
gcc/config/aarch64/aarch64-simd.md | 102 ++++++++++++++++-----------
gcc/config/aarch64/aarch64.c | 2 +
gcc/config/aarch64/arm_neon.h | 16 +++--
gcc/config/aarch64/iterators.md | 25 +++++--
gcc/fold-const.c | 22 ++++--
7 files changed, 148 insertions(+), 57 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 114e7e5 [ARM] float16x8_t intrinsics in arm_neon.h
new fb5f110 [ARM] Remaining intrinsics
new aea3122 [AArch64] Add support for float16x{4,8}_t vectors/builtins
new 07c4043 [AArch64] vld{2,3,4}{,_lane,_dup}, vcombine, vcreate
new 96bf1c6 [AArch64] Implement vcvt_{,high_}f16_f32
new 5ea2293 [AArch64] vreinterpret(q?), vget_(low|high), vld1(q?)_dup
The 5 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 | 134 +++++
gcc/config/aarch64/aarch64-builtins.c | 15 +
gcc/config/aarch64/aarch64-simd-builtin-types.def | 2 +
gcc/config/aarch64/aarch64-simd-builtins.def | 11 +-
gcc/config/aarch64/aarch64-simd.md | 55 +-
gcc/config/aarch64/aarch64.c | 7 +
gcc/config/aarch64/aarch64.h | 3 +-
gcc/config/aarch64/arm_neon.h | 689 +++++++++++++++++++++-
gcc/config/aarch64/iterators.md | 62 +-
gcc/config/arm/arm-builtins.c | 6 +
gcc/config/arm/arm_neon.h | 380 ++++++++++++
gcc/config/arm/arm_neon_builtins.def | 72 +--
gcc/config/arm/iterators.md | 44 +-
gcc/config/arm/neon.md | 90 +--
gcc/testsuite/ChangeLog | 20 +
gcc/testsuite/g++.dg/abi/mangle-neon-aarch64.C | 4 +
gcc/testsuite/gcc.target/aarch64/vget_high_1.c | 3 +
gcc/testsuite/gcc.target/aarch64/vget_low_1.c | 3 +
gcc/testsuite/gcc.target/aarch64/vld1-vst1_1.c | 2 +
gcc/testsuite/gcc.target/aarch64/vld1_lane.c | 3 +
gcc/testsuite/gcc.target/aarch64/vldN_1.c | 2 +
gcc/testsuite/gcc.target/aarch64/vldN_dup_1.c | 3 +
gcc/testsuite/gcc.target/aarch64/vldN_lane_1.c | 5 +-
gcc/testsuite/gcc.target/aarch64/vset_lane_1.c | 5 +
24 files changed, 1474 insertions(+), 146 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 6071227 [ARM] Add V8HFmode and float16x8_t type
new 4a00d81 fix ChangeLog whitespace
new 114e7e5 [ARM] float16x8_t intrinsics in arm_neon.h
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 | 25 ++++-
gcc/config/arm/arm_neon.h | 257 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 277 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 master
in repository gcc.
from 682ea74 [ARM] float16x4_t intrinsics in arm_neon.h
new 6071227 [ARM] Add V8HFmode and float16x8_t type
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 | 12 ++++++++++++
gcc/config/arm/arm-builtins.c | 2 ++
gcc/config/arm/arm-simd-builtin-types.def | 2 ++
gcc/config/arm/arm.c | 3 ++-
gcc/config/arm/arm.h | 2 +-
gcc/config/arm/arm_neon.h | 3 +++
6 files changed, 22 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.