This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8771094 gcc/fortran/ChangeLog:
new ada0f4c Drop TREE_OVERFLOW
new 03d12d8 [PATCH 11/17][ARM] Add builtins for VFP FP16 intrinsics.
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 | 22 ++++++++++
gcc/config/arm/arm-builtins.c | 75 ++++++++++++++++++++++++++++++----
gcc/config/arm/arm_vfp_builtins.def | 51 +++++++++++++++++++++++
gcc/config/arm/t-arm | 4 +-
gcc/ipa-cp.c | 2 +
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.dg/torture/pr77677.c | 18 ++++++++
7 files changed, 168 insertions(+), 9 deletions(-)
create mode 100644 gcc/config/arm/arm_vfp_builtins.def
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77677.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 llvm.
from b9dfeea [InstCombine] Fix for PR29124: reduce insertelements to shuff [...]
new 53a7de6 Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gd [...]
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:
include/llvm/DebugInfo/DIContext.h | 1 -
include/llvm/DebugInfo/DWARF/DWARFContext.h | 6 -
include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h | 68 --------
lib/DebugInfo/DWARF/CMakeLists.txt | 1 -
lib/DebugInfo/DWARF/DWARFContext.cpp | 17 --
lib/DebugInfo/DWARF/DWARFGdbIndex.cpp | 175 ---------------------
.../Inputs/dwarfdump-gdbindex-v7.elf-x86-64 | Bin 14292 -> 0 bytes
test/DebugInfo/dwarfdump-dump-gdbindex.test | 35 -----
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 1 -
9 files changed, 304 deletions(-)
delete mode 100644 include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h
delete mode 100644 lib/DebugInfo/DWARF/DWARFGdbIndex.cpp
delete mode 100644 test/DebugInfo/Inputs/dwarfdump-gdbindex-v7.elf-x86-64
delete mode 100644 test/DebugInfo/dwarfdump-dump-gdbindex.test
--
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 3d586c7 [PATCH 10/17][ARM] Refactor support code for NEON builtins.
new 6c2db53 * hooks.h (hook_uint_uintp_false): Rename to... (hook_bool_ [...]
new 75b2c6d [PATCH][IRA]Initialize ira_use_lra_p early by moving the init [...]
new 8771094 gcc/fortran/ChangeLog:
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 | 15 +++++++++++++++
gcc/fortran/ChangeLog | 5 +++++
gcc/fortran/trans-intrinsic.c | 7 +++----
gcc/hooks.c | 3 +--
gcc/hooks.h | 2 +-
gcc/ira.c | 3 ++-
gcc/target.def | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/coarray_lib_comm_1.f90 | 4 ++--
9 files changed, 35 insertions(+), 11 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 2227160 * tree-vect-loop-manip.c (create_intersect_range_checks_inde [...]
new e64f513 S/390: Enable wraparound in s390_contiguous_bitmask_p.
new 88b594a S/390: Improved risbg usage.
new c959fae [PATCH 9/17][ARM] Add NEON FP16 arithmetic instructions.
new 3d586c7 [PATCH 10/17][ARM] Refactor support code for NEON builtins.
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 | 134 ++++++
gcc/config/arm/arm-builtins.c | 292 ++++++------
gcc/config/arm/iterators.md | 121 +++--
gcc/config/arm/neon.md | 459 ++++++++++++++++++-
gcc/config/arm/unspecs.md | 5 +-
gcc/config/s390/constraints.md | 18 +-
gcc/config/s390/predicates.md | 12 +-
gcc/config/s390/s390-protos.h | 2 +-
gcc/config/s390/s390.c | 200 +++++----
gcc/config/s390/s390.md | 259 ++++++++---
gcc/config/s390/subst.md | 21 +
gcc/testsuite/ChangeLog | 11 +
.../gcc.target/arm/armv8_2-fp16-arith-1.c | 53 ++-
gcc/testsuite/gcc.target/s390/risbg-ll-1.c | 498 +++++++++++++++++++++
gcc/testsuite/gcc.target/s390/risbg-ll-2.c | 123 +++++
gcc/testsuite/gcc.target/s390/risbg-ll-3.c | 44 ++
16 files changed, 1904 insertions(+), 348 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/risbg-ll-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/risbg-ll-2.c
create mode 100644 gcc/testsuite/gcc.target/s390/risbg-ll-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 edabdfe Fix typos: adress -> address
new 9854d86 [PATCH 7/17][ARM] Add FP16 data movement instructions.
new ce7bcd9 * ipa-cp.c (ipcp_store_vr_results): Avoid static local var [...]
new 4005a88 S/390: Mode attrs "bitoff[_plus]" simplify risbg instructions.
new 58a36bf Add missing ChangeLog from r240375
new e4ad661 [PATCH 8/17][ARM] Add VFP FP16 arithmetic instructions.
new 2227160 * tree-vect-loop-manip.c (create_intersect_range_checks_inde [...]
The 6 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:
ChangeLog | 4 +
gcc/ChangeLog | 128 +++++
gcc/config/arm/arm.c | 16 +-
gcc/config/arm/arm.md | 81 ++-
gcc/config/arm/iterators.md | 59 ++-
gcc/config/arm/unspecs.md | 21 +
gcc/config/arm/vfp.md | 564 ++++++++++++++++++++-
gcc/config/s390/s390.md | 17 +-
gcc/cp/ChangeLog | 3 +
gcc/cp/name-lookup.c | 4 +-
gcc/ipa-cp.c | 4 +-
gcc/sreal.h | 10 +-
gcc/testsuite/ChangeLog | 15 +
.../gcc.target/arm/armv8_2-fp16-arith-1.c | 68 +++
gcc/testsuite/gcc.target/arm/armv8_2-fp16-conv-1.c | 101 ++++
gcc/testsuite/gcc.target/arm/armv8_2-fp16-move-1.c | 165 ++++++
gcc/testsuite/gcc.target/arm/fp16-aapcs-1.c | 6 +-
gcc/testsuite/gcc.target/s390/md/rXsbg_mode_sXl.c | 16 +-
gcc/tree-ssa-sccvn.c | 3 +-
gcc/tree-vect-loop-manip.c | 237 +++++++--
20 files changed, 1430 insertions(+), 92 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/armv8_2-fp16-arith-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/armv8_2-fp16-conv-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/armv8_2-fp16-move-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 837bb76 [PATCH 5/17][ARM] Enable HI mode moves for floating point values.
new 388ce7d [PATCH 6/17][ARM] Add data processing intrinsics for float16_t.
new 094be97 * lib/gcc-dg.exp (process-message): Support relative line nu [...]
new edabdfe Fix typos: adress -> address
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 | 48 ++++++
gcc/config/arm/arm.c | 10 ++
gcc/config/arm/arm_neon.h | 175 +++++++++++++++++++++
gcc/config/arm/arm_neon_builtins.def | 4 +
gcc/config/arm/iterators.md | 26 +--
gcc/config/arm/neon.md | 115 +++++++++-----
gcc/config/arm/vec-common.md | 14 ++
gcc/config/s390/vx-builtins.md | 4 +-
gcc/testsuite/ChangeLog | 20 +++
gcc/testsuite/gcc.dg/dg-test-1.c | 18 +++
.../aarch64/advsimd-intrinsics/arm-neon-ref.h | 13 +-
.../gcc.target/aarch64/advsimd-intrinsics/vbsl.c | 28 ++++
.../aarch64/advsimd-intrinsics/vdup-vmov.c | 75 +++++++++
.../aarch64/advsimd-intrinsics/vdup_lane.c | 23 +++
.../gcc.target/aarch64/advsimd-intrinsics/vext.c | 30 ++++
.../gcc.target/aarch64/advsimd-intrinsics/vrev.c | 20 +++
.../aarch64/advsimd-intrinsics/vshuffle.inc | 42 ++++-
.../gcc.target/aarch64/advsimd-intrinsics/vtrn.c | 20 +++
.../gcc.target/aarch64/advsimd-intrinsics/vuzp.c | 20 +++
.../gcc.target/aarch64/advsimd-intrinsics/vzip.c | 20 +++
20 files changed, 674 insertions(+), 51 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/dg-test-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 llvm.
from b64f7d8 [llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section.
new b9dfeea [InstCombine] Fix for PR29124: reduce insertelements to shuff [...]
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:
.../InstCombine/InstCombineSimplifyDemanded.cpp | 55 ++++++++-
.../InstCombine/InstCombineVectorOps.cpp | 133 ++++++++++++++-------
test/Transforms/InstCombine/insert-const-shuf.ll | 9 ++
test/Transforms/InstCombine/vec_demanded_elts.ll | 4 +-
.../InstCombine/vector_insertelt_shuffle.ll | 29 ++++-
test/Transforms/InstCombine/x86-insertps.ll | 2 +-
6 files changed, 173 insertions(+), 59 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 lldb.
from 665663e Fix windows build caused by mixing enum and enum class.
new fec0b80 [gdb-remote] Remove the const char * version of SendPacketAnd [...]
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:
.../gdb-server/PlatformRemoteGDBServer.cpp | 5 +-
.../Process/gdb-remote/GDBRemoteClientBase.h | 7 -
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 193 +++++++++------------
.../Process/gdb-remote/ProcessGDBRemote.cpp | 36 ++--
4 files changed, 105 insertions(+), 136 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 users/palves/cxx-gdb_exceptions
in repository binutils-gdb.
discards 6f90761 gdb: Avoid exception copying in exception printing routines
discards 885a5d8 Get rid of gdb_exception::message copying/xstrdup'ing
new 70f3fff Get rid of gdb_exception::message copying/xstrdup'ing
new b73947e gdb: Avoid exception copying in exception printing routines
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6f90761)
\
N -- N -- N refs/heads/users/palves/cxx-gdb_exceptions (b73947e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
--
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 binutils-gdb.
from 27b5c3d Automatic date update in version.in
new 7c4236c S/390: Move start of 64 bit binaries from 2GB to 256MB.
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:
ld/ChangeLog | 6 ++++++
ld/emulparams/elf64_s390.sh | 2 +-
ld/testsuite/ld-s390/tlsbin_64.dd | 3 ++-
ld/testsuite/ld-s390/tlsbin_64.rd | 4 ++--
4 files changed, 11 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.