This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dd6283b * common/config/sparc/sparc-common.c (sparc_option_optimizat [...] new e59b86f Allow -fopenmp in NVPTX mkoffload new adbd7ce [Patch AArch64 11/17] Add floatdihf2 and floatunsdihf2 patterns new a5987ad [Patch libgcc AArch64 12/17] Enable hfmode soft-float convers [...]
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 | 16 +++++++ gcc/config/aarch64/aarch64.c | 14 +++++++ gcc/config/aarch64/aarch64.md | 56 ++++++++++++++++++++++++- gcc/config/nvptx/mkoffload.c | 4 +- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gcc.target/aarch64/floatdihf2_1.c | 35 ++++++++++++++++ libgcc/ChangeLog | 8 ++++ libgcc/config/aarch64/sfp-machine.h | 2 + libgcc/config/aarch64/t-softfp | 5 ++- 9 files changed, 139 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/floatdihf2_1.c