tmatheson updated this revision to Diff 397044.
tmatheson added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116159/new/
https://reviews.llvm.org/D116159
Files:
clang/lib/Basic/Targets/AArch64.cpp
clang/lib/Basic/Targets/AAr
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4435d1819efe: [ARM][AArch64] clang support for Armv9.3-A
(authored by tmatheson).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
tmatheson updated this revision to Diff 397071.
tmatheson added a comment.
Add 8.8 and 9.3; patches adding these were merged first in the end.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116154/new/
https://reviews.llvm.org/D116154
Files:
clan
tmatheson updated this revision to Diff 397127.
tmatheson added a comment.
Combine V8 and V9 macros
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116154/new/
https://reviews.llvm.org/D116154
Files:
clang/lib/Basic/Targets/ARM.cpp
clang/lib/Hea
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8aea5d5951dc: [Arm] Remove duplicate CPU tests (authored by
tmatheson).
Changed prior to commit:
https://reviews.llvm.org/D116415?vs=396681&id=397
tmatheson accepted this revision.
tmatheson added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115694/new/
https://reviews.llvm.org/D115694
_
tmatheson created this revision.
Herald added a subscriber: kristof.beyls.
tmatheson requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D116153
Files:
clang/lib/Basic/Targets/A
tmatheson created this revision.
Herald added a subscriber: kristof.beyls.
tmatheson requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Patch by Ranjeet Singh and Son Tuan Vu.
Change-Id: Ic18ffda35760587673b30c166ac145b0df038973
Repository:
tmatheson created this revision.
Herald added a subscriber: kristof.beyls.
tmatheson requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This patch introduces support for targetting the Armv9.3-A architecture,
which should map to the existing A
tmatheson created this revision.
Herald added a subscriber: kristof.beyls.
tmatheson requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
This introduces the new `__ARM_FEATURE_MOPS` ACLE feature test macro,
which signals the a
tmatheson accepted this revision.
tmatheson added a comment.
This revision is now accepted and ready to land.
That makes sense, you are correct that that warning is not prevented. I'm not
sure what I did differently when I checked. LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST
tmatheson added a comment.
Ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93101/new/
https://reviews.llvm.org/D93101
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi
tmatheson updated this revision to Diff 317306.
tmatheson added a comment.
Added more test cases and explanatory comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93101/new/
https://reviews.llvm.org/D93101
Files:
clang/lib/AST/ExprConstant.
tmatheson updated this revision to Diff 317309.
tmatheson added a comment.
Add test RUN line that checks C++11 behaviour
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93101/new/
https://reviews.llvm.org/D93101
Files:
clang/lib/AST/ExprConstant.c
tmatheson updated this revision to Diff 317340.
tmatheson added a comment.
Make unions in test cases const, and clarify logic
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93101/new/
https://reviews.llvm.org/D93101
Files:
clang/lib/AST/ExprConst
tmatheson marked 3 inline comments as done.
tmatheson added inline comments.
Comment at: clang/lib/AST/ExprConstant.cpp:9801-9804
+return EvaluateInPlace(Result.getUnionValue(), Info, Subobject, InitExpr)
||
+ (Field->isBitField() &&
+truncateBitfieldVa
101 - 116 of 116 matches
Mail list logo