[all-commits] [llvm/llvm-project] cb7f58: Re-apply "[clang][Interp] Support floating-point v...
Timm Bäder via All-commits
all-commits at lists.llvm.org
Wed Jan 25 06:13:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb7f58221101cfad0ddec987465de57a20b0d11c
https://github.com/llvm/llvm-project/commit/cb7f58221101cfad0ddec987465de57a20b0d11c
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:
-----------
Re-apply "[clang][Interp] Support floating-point values"
Don't move the Repr struct into Integral this time.
Differential Revision: https://reviews.llvm.org/D134859
More information about the All-commits
mailing list