This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][AARCH64][PING] Fix the name mangling of AdvSIMD vector types


Ping~

On 22/11/12 16:49, Yufeng Zhang wrote:
Hi,

This patch implements the correct name mangling of AArch64 AdvSIMD
vector types in conformance to the AAPCS64 doc (Procedure Call Standard
for the ARM 64-bit Architecture, Appendix A).

OK for the trunk?

Thanks,
Yufeng

gcc/ChangeLog

2012-11-22 Yufeng Zhang<yufeng.zhang@arm.com>

          * config/aarch64/aarch64.c (aarch64_simd_mangle_map_entry): New
          typedef.
          (aarch64_simd_mangle_map): New table.
          (aarch64_mangle_type): Locate and return the mangled name for
          a given AdvSIMD vector type.

gcc/testsuite/ChangeLog

2012-11-22 Yufeng Zhang<yufeng.zhang@arm.com>

* g++.dg/abi/mangle-neon-aarch64.C: New test.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]