This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from dcd71d2 [PATCH 1/17][ARM] Add ARMv8.2-A command line option and profile.
new ce5b3c3 Fix typo in IPA ICF
new 4961b0a [PATCH 2/17][Testsuite] Add a selector for ARM FP16 alternati [...]
new cd6fbed [PATCH 3/17][Testsuite] Add ARM support for ARMv8.2-A with FP [...]
new e183c2b [PATCH 4/17][ARM] Define feature macros for FP16.
new 837bb76 [PATCH 5/17][ARM] Enable HI mode moves for floating point values.
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 | 36 ++++
gcc/config/arm/arm-c.c | 5 +
gcc/config/arm/arm.c | 5 +
gcc/config/arm/arm.md | 6 +-
gcc/config/arm/vfp.md | 93 ++++++++++
gcc/doc/sourcebuild.texi | 47 +++++
gcc/ipa-icf.c | 2 +-
gcc/testsuite/ChangeLog | 58 ++++++
gcc/testsuite/g++.dg/ext/arm-fp16/arm-fp16-ops-3.C | 1 +
gcc/testsuite/g++.dg/ext/arm-fp16/arm-fp16-ops-4.C | 1 +
gcc/testsuite/gcc.dg/ipa/pr77653.c | 2 +-
.../gcc.dg/torture/arm-fp16-int-convert-alt.c | 1 +
gcc/testsuite/gcc.dg/torture/arm-fp16-ops-3.c | 1 +
gcc/testsuite/gcc.dg/torture/arm-fp16-ops-4.c | 1 +
gcc/testsuite/gcc.target/arm/attr-fp16-arith-1.c | 45 +++++
gcc/testsuite/gcc.target/arm/fp16-compile-alt-1.c | 1 +
gcc/testsuite/gcc.target/arm/fp16-compile-alt-10.c | 1 +
gcc/testsuite/gcc.target/arm/fp16-compile-alt-11.c | 1 +
gcc/testsuite/gcc.target/arm/fp16-compile-alt-12.c | 1 +
gcc/testsuite/gcc.target/arm/fp16-compile-alt-2.c | 1 +
gcc/testsuite/gcc.target/arm/fp16-compile-alt-3.c | 1 +
gcc/testsuite/gcc.target/arm/fp16-compile-alt-4.c | 1 +
gcc/testsuite/gcc.target/arm/fp16-compile-alt-5.c | 1 +
gcc/testsuite/gcc.target/arm/fp16-compile-alt-6.c | 1 +
gcc/testsuite/gcc.target/arm/fp16-compile-alt-7.c | 1 +
gcc/testsuite/gcc.target/arm/fp16-compile-alt-8.c | 1 +
gcc/testsuite/gcc.target/arm/fp16-compile-alt-9.c | 1 +
gcc/testsuite/gcc.target/arm/fp16-compile-none-1.c | 1 +
gcc/testsuite/gcc.target/arm/fp16-compile-none-2.c | 1 +
gcc/testsuite/gcc.target/arm/fp16-rounding-alt-1.c | 1 +
gcc/testsuite/gcc.target/arm/short-vfp-1.c | 45 +++++
gcc/testsuite/lib/target-supports.exp | 202 +++++++++++++++++++++
32 files changed, 561 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/attr-fp16-arith-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/short-vfp-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 c2a5d16 [AVX-512] Split X86ISD::VFPROUND and X86ISD::VFPEXT into sepa [...]
new 5d11fd5 [AMDGPU] Refactor VOP1 and VOP2 instruction TD definitions
new b64f7d8 [llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section.
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:
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 +++++
lib/Target/AMDGPU/CIInstructions.td | 34 +-
lib/Target/AMDGPU/SIInstrFormats.td | 166 -----
lib/Target/AMDGPU/SIInstrInfo.td | 782 ++-------------------
lib/Target/AMDGPU/SIInstructions.td | 422 -----------
lib/Target/AMDGPU/VIInstrFormats.td | 157 -----
lib/Target/AMDGPU/VIInstructions.td | 106 ---
lib/Target/AMDGPU/VOP1Instructions.td | 539 ++++++++++++++
lib/Target/AMDGPU/VOP2Instructions.td | 608 ++++++++++++++++
lib/Target/AMDGPU/VOP3Instructions.td | 30 +-
lib/Target/AMDGPU/VOPCInstructions.td | 50 +-
lib/Target/AMDGPU/VOPInstructions.td | 176 ++++-
.../Inputs/dwarfdump-gdbindex-v7.elf-x86-64} | Bin 13208 -> 14292 bytes
test/DebugInfo/dwarfdump-dump-gdbindex.test | 35 +
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 1 +
20 files changed, 1683 insertions(+), 1691 deletions(-)
create mode 100644 include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h
create mode 100644 lib/DebugInfo/DWARF/DWARFGdbIndex.cpp
create mode 100644 lib/Target/AMDGPU/VOP1Instructions.td
create mode 100644 lib/Target/AMDGPU/VOP2Instructions.td
copy test/{tools/llvm-readobj/Inputs/trivial.elf-amdhsa-kaveri => DebugInfo/Inputs [...]
mode change 100755 => 100644
create 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 91f4772 Remove fused-madd from documentation
new dcd71d2 [PATCH 1/17][ARM] Add ARMv8.2-A command line option and profile.
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 | 24 ++++++++++++++++++++++++
gcc/config/arm/arm-arches.def | 10 ++++++++--
gcc/config/arm/arm-protos.h | 4 ++++
gcc/config/arm/arm-tables.opt | 16 +++++++++++-----
gcc/config/arm/arm.c | 15 +++++++++++++++
gcc/config/arm/arm.h | 14 ++++++++++++++
gcc/config/arm/bpabi.h | 4 ++++
gcc/config/arm/t-aprofile | 2 ++
gcc/doc/invoke.texi | 13 +++++++++++++
9 files changed, 95 insertions(+), 7 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 clang.
from b8f10df [AVX-512] Add initial support for checking rounding mode argu [...]
new 2dba47c Fix indentation
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:
test/Sema/constant-conversion.c | 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-5-branch
in repository gcc.
from f217279 Daily bump.
new e924473 Backport from 2016-09-22 trunk r240388.
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 | 7 +++++++
gcc/config/avr/avr.c | 10 ++++++++--
2 files changed, 15 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 users/ARM/embedded-gdb-7.10-branch
in repository binutils-gdb.
from 1be8e68 Bump version to match embedded-binutils-2_26-branch
new 23c1631 Bump date
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:
bfd/version.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 users/ARM/embedded-binutils-2_26-branch
in repository binutils-gdb.
from 10f612b Fix Thumb-2 BL detection
new 78a445e Bump date
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:
bfd/version.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 master
in repository gcc.
from 0bfdbd2 * lib/gcc-dg.exp (process-message): Support relative line nu [...]
new 0253072 Fix PR target/71652
new 82a4769 Support crc32 as a i386 target optimization node
new d4c65e0 Support movbe as a i386 target optimization node
new 91f4772 Remove fused-madd from documentation
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 | 24 ++++++++
gcc/config/i386/i386.c | 72 +++++++++++++++-------
gcc/doc/extend.texi | 5 --
gcc/testsuite/ChangeLog | 14 +++++
.../gcc.target/i386/{crc32-1.c => crc32-5.c} | 4 +-
.../gcc.target/i386/{movbe-1.c => movbe-4.c} | 4 +-
gcc/testsuite/gcc.target/i386/pr71652-2.c | 13 ++++
gcc/testsuite/gcc.target/i386/pr71652-3.c | 14 +++++
gcc/testsuite/gcc.target/i386/pr71652.c | 13 ++++
9 files changed, 133 insertions(+), 30 deletions(-)
copy gcc/testsuite/gcc.target/i386/{crc32-1.c => crc32-5.c} (89%)
copy gcc/testsuite/gcc.target/i386/{movbe-1.c => movbe-4.c} (77%)
create mode 100644 gcc/testsuite/gcc.target/i386/pr71652-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr71652-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr71652.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 gcc-6-branch
in repository gcc.
from 9fd0a8d Daily bump.
new c083a19 Backport from 2016-09-22 trunk r240388.
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 | 7 +++++++
gcc/config/avr/avr.c | 8 ++++++--
2 files changed, 13 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 master
in repository glibc.
from 17af5da [PR19826] fix non-LE TLS in static programs
new 51364ff test-skeleton.c: Remove unintended #include <stdarg.h>.
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:
ChangeLog | 4 ++++
test-skeleton.c | 1 -
2 files changed, 4 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.