[all-commits] [llvm/llvm-project] 542123: [clang][Interp] Implement bitwise not operations
Timm Bäder via All-commits
all-commits at lists.llvm.org
Fri Oct 14 04:01:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 542123465f9e523ccd82bd91ee17f407ea4b0cd1
https://github.com/llvm/llvm-project/commit/542123465f9e523ccd82bd91ee17f407ea4b0cd1
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/Integral.h
M clang/lib/AST/Interp/Interp.h
M clang/lib/AST/Interp/Opcodes.td
M clang/test/AST/Interp/literals.cpp
Log Message:
-----------
[clang][Interp] Implement bitwise not operations
Differential Revision: https://reviews.llvm.org/D134804
Commit: c9ad877844a7fd52726ed3f11bb6e7fb90e9358e
https://github.com/llvm/llvm-project/commit/c9ad877844a7fd52726ed3f11bb6e7fb90e9358e
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/Integral.h
M clang/lib/AST/Interp/Interp.h
M clang/lib/AST/Interp/Opcodes.td
M clang/test/AST/Interp/literals.cpp
Log Message:
-----------
[clang][Interp] Implement rem opcode
Implement an opcode to get the remainder of the divison between LHS and
RHS.
Differential Revision: https://reviews.llvm.org/D134744
Commit: d704ba26b9144829f1c4905c168f6b6278c7a3e6
https://github.com/llvm/llvm-project/commit/d704ba26b9144829f1c4905c168f6b6278c7a3e6
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/Integral.h
M clang/lib/AST/Interp/Interp.h
M clang/lib/AST/Interp/Opcodes.td
M clang/test/AST/Interp/literals.cpp
Log Message:
-----------
[clang][Interp] Implement div opcode
Implement an opcode for division of two integrals.
Differential Revision: https://reviews.llvm.org/D134749
Compare: https://github.com/llvm/llvm-project/compare/4b17710369df...d704ba26b914
More information about the All-commits
mailing list