[PATCH] D23840: New options -fexceptions-fp-math and -fdenormal-fp-math

Sjoerd Meijer via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 26 08:34:45 PDT 2016


SjoerdMeijer updated this revision to Diff 69379.
SjoerdMeijer added a comment.

Sorry, forgot to add the doc patch, but it has been included now.

This will be used in llvm to emit and appropriately set build attributes ABI_FP_denormal and ABI_FP_exceptions. I am now trying to get a llvm patch ready for that (not uploaded yet, but it will mainly affect only ARMAsmPrinter.cpp and perhaps TargetOptions to query buildattributes).


https://reviews.llvm.org/D23840

Files:
  docs/UsersManual.rst
  include/clang/Driver/Options.td
  include/clang/Frontend/CodeGenOptions.def
  include/clang/Frontend/CodeGenOptions.h
  lib/CodeGen/CGCall.cpp
  lib/Driver/Tools.cpp
  lib/Frontend/CompilerInvocation.cpp
  test/CodeGen/denormalfpmode.c
  test/CodeGen/noexceptionsfpmath.c
  test/Driver/fast-math.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23840.69379.patch
Type: text/x-patch
Size: 8698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160826/baec2a13/attachment-0001.bin>


More information about the cfe-commits mailing list