[all-commits] [llvm/llvm-project] 62f43c: [clang][Interp] Support floating-point values

Timm Bäder via All-commits all-commits at lists.llvm.org
Wed Jan 25 05:42:07 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 62f43c3eae2460d4ca3da7897fd2d7c56920638c
      https://github.com/llvm/llvm-project/commit/62f43c3eae2460d4ca3da7897fd2d7c56920638c
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-01-25 (Wed, 25 Jan 2023)

  Changed paths:
    M clang/lib/AST/CMakeLists.txt
    M clang/lib/AST/Interp/Boolean.h
    M clang/lib/AST/Interp/ByteCodeEmitter.cpp
    M clang/lib/AST/Interp/ByteCodeExprGen.cpp
    M clang/lib/AST/Interp/ByteCodeExprGen.h
    M clang/lib/AST/Interp/Context.cpp
    M clang/lib/AST/Interp/Descriptor.cpp
    M clang/lib/AST/Interp/Disasm.cpp
    A clang/lib/AST/Interp/Floating.cpp
    A clang/lib/AST/Interp/Floating.h
    M clang/lib/AST/Interp/Integral.h
    M clang/lib/AST/Interp/Interp.cpp
    M clang/lib/AST/Interp/Interp.h
    M clang/lib/AST/Interp/InterpFrame.cpp
    M clang/lib/AST/Interp/InterpStack.h
    M clang/lib/AST/Interp/Opcodes.td
    M clang/lib/AST/Interp/PrimType.cpp
    M clang/lib/AST/Interp/PrimType.h
    A clang/lib/AST/Interp/Primitives.h
    A clang/test/AST/Interp/const-fpfeatures.cpp
    A clang/test/AST/Interp/floats.cpp
    M clang/test/SemaCXX/rounding-math.cpp

  Log Message:
  -----------
  [clang][Interp] Support floating-point values

Add a new Floating type and a few new opcodes to support floating point
values.

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




More information about the All-commits mailing list