[libcxx] [clang] [flang] [clang-tools-extra] [libc] [llvm] [compiler-rt] [RISCV][MC] Add support for experimental Zimop extension (PR #75182)

2023-12-26 Thread Yeting Kuo via cfe-commits
https://github.com/yetingk closed https://github.com/llvm/llvm-project/pull/75182 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] 1d76692 - [RISCV][MC] Add support for experimental Zimop extension (#75182)

2023-12-26 Thread via cfe-commits
Author: Jivan Hakobyan Date: 2023-12-26T17:21:38+08:00 New Revision: 1d76692cf831aa27c4743999c8cd416e38810e67 URL: https://github.com/llvm/llvm-project/commit/1d76692cf831aa27c4743999c8cd416e38810e67 DIFF: https://github.com/llvm/llvm-project/commit/1d76692cf831aa27c4743999c8cd416e38810e67.diff

[clang] [llvm] [RISCV] Add MC layer support for Zicfiss. (PR #66043)

2023-12-26 Thread Yeting Kuo via cfe-commits
yetingk wrote: > It seems that the author of Zimop implementation doesn't have commit access. > @yetingk Would you mind to commit it and rebase your PR on that? It will make > this PR simpler. Sure. https://github.com/llvm/llvm-project/pull/66043 __

[clang] [RISCV][NFC] Use RISCVISAInfo instead of string comparison (PR #76387)

2023-12-26 Thread Wang Pengcheng via cfe-commits
https://github.com/wangpc-pp updated https://github.com/llvm/llvm-project/pull/76387 >From ed8ebdb6f2133f84d1f5a8d2cd580dba4ceed922 Mon Sep 17 00:00:00 2001 From: wangpc Date: Tue, 26 Dec 2023 15:58:10 +0800 Subject: [PATCH 1/2] [RISCV][NFC] Use RISCVISAInfo instead of string comparison The a

[clang] [clang-format] Add .clang-format.ignore for ignoring files (PR #76327)

2023-12-26 Thread Owen Pan via cfe-commits
https://github.com/owenca updated https://github.com/llvm/llvm-project/pull/76327 >From 4afd12db61528b40d842a7fbee9af37c2235822c Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Sun, 24 Dec 2023 01:18:55 -0800 Subject: [PATCH 1/3] [clang-format] Add .clang-format.ignore for ignoring files Closes

[clang-tools-extra] [clang] [llvm] [MCP] Enhance MCP copy Instruction removal for special case(reapply) (PR #74239)

2023-12-26 Thread via cfe-commits
https://github.com/LWenH closed https://github.com/llvm/llvm-project/pull/74239 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [RISCV][NFC] Use RISCVISAInfo instead of string comparison (PR #76387)

2023-12-26 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver Author: Wang Pengcheng (wangpc-pp) Changes The arch string may not start with rv32/rv64 if we have supported profiles in `-march`. --- Full diff: https://github.com/llvm/llvm-project/pull/76387.diff 1 Files Affected: - (modified) clang/

[clang] [RISCV][NFC] Use RISCVISAInfo instead of string comparison (PR #76387)

2023-12-26 Thread Wang Pengcheng via cfe-commits
https://github.com/wangpc-pp created https://github.com/llvm/llvm-project/pull/76387 The arch string may not start with rv32/rv64 if we have supported profiles in `-march`. >From ed8ebdb6f2133f84d1f5a8d2cd580dba4ceed922 Mon Sep 17 00:00:00 2001 From: wangpc Date: Tue, 26 Dec 2023 15:58:10 +08

[llvm] [clang] [RISCV] Add MC layer support for Zicfiss. (PR #66043)

2023-12-26 Thread Wang Pengcheng via cfe-commits
wangpc-pp wrote: It seems that the author of Zimop implementation doesn't have commit access. @yetingk Would you mind to commit it and rebase your PR on that? It will make this PR simpler. https://github.com/llvm/llvm-project/pull/66043 ___ cfe-commi

<    1   2