[PATCH] D140936: [2/7][Clang][RISCV] Remove default tail-undisturbed for vslideup intrinsics

2023-01-23 Thread Yueh-Ting (eop) Chen via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG92717c2ca8c5: [2/7][Clang][RISCV] Remove default tail-undisturbed for vslideup intrinsics (authored by eopXD). Herald added a subscriber: luke. Repo

[clang] 3801296 - [5/7][Clang][RISCV] Remove default tail-undisturbed for vcompress intrinsics

2023-01-23 Thread via cfe-commits
Author: eopXD Date: 2023-01-23T23:50:43-08:00 New Revision: 380129657fe3d594e966a8d7ff510ed6afb3e177 URL: https://github.com/llvm/llvm-project/commit/380129657fe3d594e966a8d7ff510ed6afb3e177 DIFF: https://github.com/llvm/llvm-project/commit/380129657fe3d594e966a8d7ff510ed6afb3e177.diff LOG: [5

[PATCH] D140942: [5/7][Clang][RISCV] Remove default tail-undisturbed for vcompress intrinsics

2023-01-23 Thread Yueh-Ting (eop) Chen via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG380129657fe3: [5/7][Clang][RISCV] Remove default tail-undisturbed for vcompress intrinsics (authored by eopXD). Herald added a subscriber: luke. Rep

[PATCH] D140941: [4/7][Clang][RISCV] Remove default tail-undisturbed for multiply-add intrinsics

2023-01-23 Thread Yueh-Ting (eop) Chen via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGb106cb4a0060: [4/7][Clang][RISCV] Remove default tail-undisturbed for multiply-add intrinsics (authored by eopXD). Herald added a subscriber: luke.

[clang] 14261c1 - [6/7][Clang][RISCV] Remove default tail-undisturbed for vmv_s_x and vfmv_s_f intrinsics

2023-01-23 Thread via cfe-commits
Author: eopXD Date: 2023-01-23T23:53:27-08:00 New Revision: 14261c1991fe49e3a4ffcc58cdc5c5b91dc81ba9 URL: https://github.com/llvm/llvm-project/commit/14261c1991fe49e3a4ffcc58cdc5c5b91dc81ba9 DIFF: https://github.com/llvm/llvm-project/commit/14261c1991fe49e3a4ffcc58cdc5c5b91dc81ba9.diff LOG: [6

[PATCH] D140947: [6/7][Clang][RISCV] Remove default tail-undisturbed for vmv_s_x and vfmv_s_f intrinsics

2023-01-23 Thread Yueh-Ting (eop) Chen via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG14261c1991fe: [6/7][Clang][RISCV] Remove default tail-undisturbed for vmv_s_x and vfmv_s_f… (authored by eopXD). Herald added a subscriber: luke. Re

[PATCH] D138546: Clangd: Preserve target flags in system includes extractor

2023-01-23 Thread Nathan Ridge via Phabricator via cfe-commits
nridge added a comment. In D138546#4075681 , @cpsauer wrote: > Sounds like you're not concerned, then, that the > JSONCompilationDatabasePlugin will get invoked and the results then passed to > a SystemIncludeExtractor-enabled mangler? > (I'd seen some

[PATCH] D140874: [clang][Interp] Support pointer types in compound assignment operations

2023-01-23 Thread Timm Bäder via Phabricator via cfe-commits
tbaeder updated this revision to Diff 491619. tbaeder marked an inline comment as done. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D140874/new/ https://reviews.llvm.org/D140874 Files: clang/lib/AST/Interp/ByteCodeExprGen.cpp clang/lib/AST/Interp/ByteCodeExprGen.h clang/test/AST/I

[clang] 6b28229 - [7/7][Clang][RISCV][NFC] Remove attribute `IsPrototypeDefaultTU`

2023-01-23 Thread via cfe-commits
Author: eopXD Date: 2023-01-23T23:57:04-08:00 New Revision: 6b28229412dc9760b3fab33763f3347761876227 URL: https://github.com/llvm/llvm-project/commit/6b28229412dc9760b3fab33763f3347761876227 DIFF: https://github.com/llvm/llvm-project/commit/6b28229412dc9760b3fab33763f3347761876227.diff LOG: [7

[PATCH] D140954: [7/7][Clang][RISCV][NFC] Remove attribute `IsPrototypeDefaultTU`

2023-01-23 Thread Yueh-Ting (eop) Chen via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG6b28229412dc: [7/7][Clang][RISCV][NFC] Remove attribute `IsPrototypeDefaultTU` (authored by eopXD). Herald added a subscriber: luke. Changed prior t

<    1   2   3   4