[all-commits] [llvm/llvm-project] 0b9922: [CodeGen] Emit IR for fixed-point multiplication a...
Bevin Hansson via All-commits
all-commits at lists.llvm.org
Wed Apr 8 05:42:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0b9922e67a0b5520d76c293e9aef13a7ad4f3a8d
https://github.com/llvm/llvm-project/commit/0b9922e67a0b5520d76c293e9aef13a7ad4f3a8d
Author: Bevin Hansson <bevin.hansson at ericsson.com>
Date: 2020-04-08 (Wed, 08 Apr 2020)
Changed paths:
M clang/lib/CodeGen/CGExprScalar.cpp
A clang/test/Frontend/fixed_point_div.c
A clang/test/Frontend/fixed_point_mul.c
Log Message:
-----------
[CodeGen] Emit IR for fixed-point multiplication and division.
Reviewers: rjmccall, leonardchan
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D73182
Commit: 39baaabf6de4cfcbb942434084298a3f9acf5f89
https://github.com/llvm/llvm-project/commit/39baaabf6de4cfcbb942434084298a3f9acf5f89
Author: Bevin Hansson <bevin.hansson at ericsson.com>
Date: 2020-04-08 (Wed, 08 Apr 2020)
Changed paths:
M clang/lib/CodeGen/CGExprScalar.cpp
A clang/test/Frontend/fixed_point_unary.c
Log Message:
-----------
[CodeGen] Emit IR for fixed-point unary operators.
Reviewers: rjmccall, leonardchan
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D73183
Commit: 313461f6d8f91ac8abf2fa06e17b92127b050f06
https://github.com/llvm/llvm-project/commit/313461f6d8f91ac8abf2fa06e17b92127b050f06
Author: Bevin Hansson <bevin.hansson at ericsson.com>
Date: 2020-04-08 (Wed, 08 Apr 2020)
Changed paths:
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/Sema/SemaExpr.cpp
A clang/test/Frontend/fixed_point_compound.c
Log Message:
-----------
[CodeGen] Emit IR for compound assignment with fixed-point operands.
Reviewers: rjmccall, leonardchan
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D73184
Commit: d5d0d8eb7d094f8270721662882c0094fc4fdc29
https://github.com/llvm/llvm-project/commit/d5d0d8eb7d094f8270721662882c0094fc4fdc29
Author: Bevin Hansson <bevin.hansson at ericsson.com>
Date: 2020-04-08 (Wed, 08 Apr 2020)
Changed paths:
M clang/include/clang/Basic/FixedPoint.h
Log Message:
-----------
[AST] Compress the FixedPointSemantics type better.
Reviewers: rjmccall, leonardchan, bjope
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D73257
Compare: https://github.com/llvm/llvm-project/compare/d2d808d2efa4...d5d0d8eb7d09
More information about the All-commits
mailing list