This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9537da6ebb4 rs6000: Improve truncifsf2
new d3402cb04c4 rs6000: Fix testsuite bug in check_ppc_float128_hw_available
new bf96f8c4f2d rs6000: New testsuite selectors
new c2dfb00dfd0 rs6000: New testcase fp-convert.c
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/testsuite/ChangeLog | 17 ++++
gcc/testsuite/gcc.target/powerpc/convert-fp-128.c | 99 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/convert-fp-64.c | 61 ++++++++++++++
gcc/testsuite/lib/target-supports.exp | 41 +++++++++-
4 files changed, 217 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/convert-fp-128.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/convert-fp-64.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 41306baa27e [NFC][llvm-objcopy] Make helper functions static
new bb12f48c1c3 [Intrinsics] define funnel shift IR intrinsics + DAG builde [...]
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:
docs/LangRef.rst | 92 ++++
include/llvm/IR/Intrinsics.td | 4 +
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 37 ++
test/CodeGen/AArch64/funnel-shift-rot.ll | 217 ++++++++++
test/CodeGen/AArch64/funnel-shift.ll | 311 ++++++++++++++
test/CodeGen/PowerPC/funnel-shift-rot.ll | 214 +++++++++
test/CodeGen/PowerPC/funnel-shift.ll | 271 ++++++++++++
test/CodeGen/X86/funnel-shift-rot.ll | 387 +++++++++++++++++
test/CodeGen/X86/funnel-shift.ll | 526 +++++++++++++++++++++++
9 files changed, 2059 insertions(+)
create mode 100644 test/CodeGen/AArch64/funnel-shift-rot.ll
create mode 100644 test/CodeGen/AArch64/funnel-shift.ll
create mode 100644 test/CodeGen/PowerPC/funnel-shift-rot.ll
create mode 100644 test/CodeGen/PowerPC/funnel-shift.ll
create mode 100644 test/CodeGen/X86/funnel-shift-rot.ll
create mode 100644 test/CodeGen/X86/funnel-shift.ll
--
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 b3e6ae76d5b PR tree-optimization/86526 * builtins.c (expand_builtin_m [...]
new 2a9b99642a8 rs6000: Use more correct names for some trunc/extend libcalls
new ff385648d90 rs6000: Use correct names for some trunc/extend libcalls
new 9537da6ebb4 rs6000: Improve truncifsf2
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 | 20 ++++++++++++++++++++
gcc/config/rs6000/rs6000.c | 24 ++++++++++++------------
gcc/config/rs6000/rs6000.md | 23 +++++------------------
3 files changed, 37 insertions(+), 30 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 gcc-7-branch
in repository gcc.
from 0a85abaff17 Daily bump.
new 0eb3c951b56 2018-07-16 Fritz Reese <fritzoreese(a)gmail.com>
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 | 17 ++++++++
gcc/fortran/expr.c | 67 +++++++++++++++++++++---------
gcc/fortran/module.c | 2 +
gcc/testsuite/ChangeLog | 9 ++++
gcc/testsuite/gfortran.dg/init_flag_18.f90 | 19 +++++++++
gcc/testsuite/gfortran.dg/init_flag_19.f03 | 36 ++++++++++++++++
6 files changed, 130 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/init_flag_18.f90
create mode 100644 gcc/testsuite/gfortran.dg/init_flag_19.f03
--
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 9dce11c0cfb [llvm-mca][docs] Initial description of mca internals. NFC
new 41306baa27e [NFC][llvm-objcopy] Make helper functions static
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:
tools/llvm-objcopy/Object.cpp | 10 ++++-----
tools/llvm-objcopy/llvm-objcopy.cpp | 42 ++++++++++++++++++++-----------------
2 files changed, 28 insertions(+), 24 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 binutils-gdb.
from 3fd217186c Fix typo in NT_PPC_TM_CVSX note description
new 117a0e996d RISC-V: Add osabi support.
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/ChangeLog | 4 ++++
gdb/riscv-tdep.c | 3 +++
2 files changed, 7 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 llvm.
from d554de1ec8d Add missing includes.
new 9dce11c0cfb [llvm-mca][docs] Initial description of mca internals. NFC
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:
docs/CommandGuide/llvm-mca.rst | 93 ++++++++++++++++++++++++++++++++++++++++--
1 file changed, 90 insertions(+), 3 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 llvm.
from 937d2c0dee0 [LLVMDemangle] Move some utility classes to header files.
new d554de1ec8d Add missing includes.
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:
lib/Demangle/Utility.h | 2 ++
1 file changed, 2 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 66263a4f442 gcc/testsuite/ChangeLog:
new b3e6ae76d5b PR tree-optimization/86526 * builtins.c (expand_builtin_m [...]
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/builtins.c | 69 +++++++++++++--------------
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.c-torture/compile/pr86526.c | 8 ++++
4 files changed, 54 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr86526.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 e5c7b32694a [NFC][InstCombine] Fine-tune 'check for [no] signed truncat [...]
new 937d2c0dee0 [LLVMDemangle] Move some utility classes to header files.
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:
lib/Demangle/CMakeLists.txt | 3 +
lib/Demangle/Compiler.h | 93 ++++++++++++++++++
lib/Demangle/ItaniumDemangle.cpp | 203 +--------------------------------------
lib/Demangle/StringView.h | 62 ++++++++++++
lib/Demangle/Utility.h | 94 ++++++++++++++++++
5 files changed, 257 insertions(+), 198 deletions(-)
create mode 100644 lib/Demangle/Compiler.h
create mode 100644 lib/Demangle/StringView.h
create mode 100644 lib/Demangle/Utility.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.