[all-commits] [llvm/llvm-project] af57db: Add support for options -frounding-math, ftrapping...

Melanie Blower via All-commits all-commits at lists.llvm.org
Thu Nov 7 07:23:46 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: af57dbf12e54f3a8ff48534bf1078f4de104c1cd
      https://github.com/llvm/llvm-project/commit/af57dbf12e54f3a8ff48534bf1078f4de104c1cd
  Author: Melanie Blower <melanie.blower at intel.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M clang/docs/UsersManual.rst
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Driver/Options.td
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    A clang/test/CodeGen/fpconstrained.c
    M clang/test/Driver/clang_f_opts.c
    M clang/test/Driver/fast-math.c
    A clang/test/Driver/fp-model.c
    M llvm/include/llvm/Target/TargetOptions.h

  Log Message:
  -----------
  Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior=

    Add options to control floating point behavior: trapping and
    exception behavior, rounding, and control of optimizations that affect
    floating point calculations. More details in UsersManual.rst.

    Reviewers: rjmccall

    Differential Revision: https://reviews.llvm.org/D62731




More information about the All-commits mailing list