[cfe-commits] [PATCH] AArch64 backend: Clang changes

Tim Northover Tim.Northover at arm.com
Tue Jan 15 07:41:39 PST 2013


  This update should have the following differences:

  + Use normal LLVM instructions rather than a special vfms intrinsic to implement vfms NEON intrinsic (Renato)
  + Improved function to mangle NEON types for C++ (John McCall)
  + Various coding style and other semantically null improvements (also John).
  + NEON vectors of double are still diagnosed on AArch32 now (John).

  In addition, the change of poly8_t and poly16_t to unsigned types is present in this patch, though that issue will be largely settled in a separate thread. Once the issue is decided it will either disappear completely or be converted into a target-dependent test.

  Comments?

http://llvm-reviews.chandlerc.com/D285

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D285?vs=671&id=697#toc

Files:
  include/clang/Basic/BuiltinsAArch64.def
  include/clang/Basic/TargetBuiltins.h
  include/clang/Basic/TargetInfo.h
  include/clang/Basic/arm_neon.td
  include/clang/Sema/Sema.h
  lib/AST/ASTContext.cpp
  lib/AST/ItaniumMangle.cpp
  lib/Basic/Targets.cpp
  lib/CodeGen/ABIInfo.h
  lib/CodeGen/CGBuiltin.cpp
  lib/CodeGen/CGCXXABI.h
  lib/CodeGen/CodeGenFunction.h
  lib/CodeGen/CodeGenModule.cpp
  lib/CodeGen/ItaniumCXXABI.cpp
  lib/CodeGen/TargetInfo.cpp
  lib/Driver/ToolChains.cpp
  lib/Driver/ToolChains.h
  lib/Driver/Tools.cpp
  lib/Driver/Tools.h
  lib/Sema/SemaChecking.cpp
  lib/Sema/SemaExpr.cpp
  lib/Sema/SemaType.cpp
  test/CodeGen/aarch64-arguments.c
  test/CodeGen/aarch64-inline-asm.c
  test/CodeGen/aarch64-neon-intrinsics.c
  test/CodeGen/aarch64-type-sizes.c
  test/CodeGen/aarch64-varargs.c
  test/CodeGenCXX/aarch64-arguments.cpp
  test/CodeGenCXX/aarch64-cxxabi.cpp
  test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp
  test/CodeGenCXX/mangle-neon-vectors.cpp
  test/Driver/aarch64-features.c
  test/Preprocessor/aarch64-target-features.c
  test/Sema/aarch64-neon-vector-types.c
  test/Sema/neon-vector-types.c
  utils/TableGen/NeonEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D285.2.patch
Type: text/x-patch
Size: 227880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130115/eb525845/attachment.bin>


More information about the cfe-commits mailing list