[PATCH] D13351: [Power PC] add soft float support for ppc32

Strahinja Petrovic via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 1 09:37:30 PDT 2015


spetrovic created this revision.
spetrovic added a reviewer: hfinkel.
spetrovic added a subscriber: cfe-commits.

This patch enables soft float support for ppc32 architecture and fixes the ABI for variadic functions. This is first in set of patches for soft float support in LLVM. 

http://reviews.llvm.org/D13351

Files:
  include/clang/Basic/TargetInfo.h
  lib/Basic/Targets.cpp
  lib/CodeGen/TargetInfo.cpp
  lib/Driver/Tools.cpp
  lib/Driver/Tools.h
  test/CodeGen/ppc-sfvarargs.c
  test/Driver/ppc-features.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13351.36260.patch
Type: text/x-patch
Size: 8305 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151001/f9d984d3/attachment.bin>


More information about the cfe-commits mailing list