Re: [llvm-dev] Upgrading phabricator

2016-09-30 Thread Alex Bradbury via cfe-commits
On 30 September 2016 at 14:21, Eric Liu via llvm-commits wrote: > Thanks for the feedback Aaron! :) > > I've disabled it. I think the annoying part really is the status (e.g. > Request, Closed etc) in the tag, and I am wondering if a tag with just line > numbers like

r332222 - [RISCV][NFC] Use more appropriate label for CHECK lines

2018-05-14 Thread Alex Bradbury via cfe-commits
Author: asb Date: Mon May 14 02:14:43 2018 New Revision: 33 URL: http://llvm.org/viewvc/llvm-project?rev=33=rev Log: [RISCV][NFC] Use more appropriate label for CHECK lines 'CC1' was a misleading prefix. Committing so as to simplify the diff for a patch I'm about to put up for review.

r322514 - [RISCV] Fix test failures on non-assert builds introduced in r322494

2018-01-15 Thread Alex Bradbury via cfe-commits
Author: asb Date: Mon Jan 15 12:45:15 2018 New Revision: 322514 URL: http://llvm.org/viewvc/llvm-project?rev=322514=rev Log: [RISCV] Fix test failures on non-assert builds introduced in r322494 Thanks to Eli Friedman, who suggested the reason these tests failed on a few buildbots yet works fine

r322494 - [RISCV] Implement RISCV ABI lowering

2018-01-15 Thread Alex Bradbury via cfe-commits
Author: asb Date: Mon Jan 15 09:54:52 2018 New Revision: 322494 URL: http://llvm.org/viewvc/llvm-project?rev=322494=rev Log: [RISCV] Implement RISCV ABI lowering RISCVABIInfo is implemented in terms of XLen, supporting both RV32 and RV64. Unfortunately we need to count argument registers in the

Re: r322769 - [RISCV] Propagate -mabi and -march values to GNU assembler.

2018-01-18 Thread Alex Bradbury via cfe-commits
On 18 January 2018 at 00:38, Rafael Avila de Espindola via cfe-commits wrote: > With this I am getting a test failure on linux: > > TEST 'Clang :: Driver/riscv-gnutools.c' FAILED > > Script: > -- >

r322435 - Fix test/Driver/riscv32-toolchain.c for builds setting CLANG_DEFAULT_LINKER

2018-01-13 Thread Alex Bradbury via cfe-commits
Author: asb Date: Sat Jan 13 01:21:11 2018 New Revision: 322435 URL: http://llvm.org/viewvc/llvm-project?rev=322435=rev Log: Fix test/Driver/riscv32-toolchain.c for builds setting CLANG_DEFAULT_LINKER Petr Hosek reported an external buildbot was failing on riscv32-toolchain.c, seemingly as it

r322396 - Refactor handling of signext/zeroext in ABIArgInfo

2018-01-12 Thread Alex Bradbury via cfe-commits
Author: asb Date: Fri Jan 12 12:08:16 2018 New Revision: 322396 URL: http://llvm.org/viewvc/llvm-project?rev=322396=rev Log: Refactor handling of signext/zeroext in ABIArgInfo As @rjmccall suggested in D40023, we can get rid of ABIInfo::shouldSignExtUnsignedType (used to handle cases like the

r322294 - [Driver][RISCV] Another Windows file separator fix for riscv32-toolchain.c test

2018-01-11 Thread Alex Bradbury via cfe-commits
Author: asb Date: Thu Jan 11 09:06:32 2018 New Revision: 322294 URL: http://llvm.org/viewvc/llvm-project?rev=322294=rev Log: [Driver][RISCV] Another Windows file separator fix for riscv32-toolchain.c test I've checking the failure log, this _should_ be the last one. Sorry for not spotting this

r322276 - [RISCV] Add the RISCV target and compiler driver

2018-01-11 Thread Alex Bradbury via cfe-commits
Author: asb Date: Thu Jan 11 05:36:56 2018 New Revision: 322276 URL: http://llvm.org/viewvc/llvm-project?rev=322276=rev Log: [RISCV] Add the RISCV target and compiler driver As RV64 codegen has not yet been upstreamed into LLVM, we focus on RV32 driver support (RV64 to follow). Differential

r322277 - [Driver][RISCV] Fix r322276 by adding missing dummy crtbegin.o files to test input

2018-01-11 Thread Alex Bradbury via cfe-commits
Author: asb Date: Thu Jan 11 05:51:06 2018 New Revision: 322277 URL: http://llvm.org/viewvc/llvm-project?rev=322277=rev Log: [Driver][RISCV] Fix r322276 by adding missing dummy crtbegin.o files to test input The dummy crtbegin.o files were left out in r322276 (as they were ignored by svn add

r322286 - [Driver][RISCV] Fix r322276 for Windows (path separator issue)

2018-01-11 Thread Alex Bradbury via cfe-commits
Author: asb Date: Thu Jan 11 07:38:01 2018 New Revision: 322286 URL: http://llvm.org/viewvc/llvm-project?rev=322286=rev Log: [Driver][RISCV] Fix r322276 for Windows (path separator issue) We were seeing test failures of riscv32-toolchain.c on windows due to the \ path separator being used for

r324170 - [RISCV] Create a LinuxTargetInfo when targeting Linux

2018-02-03 Thread Alex Bradbury via cfe-commits
Author: asb Date: Sat Feb 3 03:56:11 2018 New Revision: 324170 URL: http://llvm.org/viewvc/llvm-project?rev=324170=rev Log: [RISCV] Create a LinuxTargetInfo when targeting Linux Previously, RISCV32TargetInfo or RISCV64TargetInfo were created unconditionally. Use

r321693 - Update clang cc1as for createMCAsmBackend change in r321692

2018-01-03 Thread Alex Bradbury via cfe-commits
Author: asb Date: Wed Jan 3 00:53:24 2018 New Revision: 321693 URL: http://llvm.org/viewvc/llvm-project?rev=321693=rev Log: Update clang cc1as for createMCAsmBackend change in r321692 Modified: cfe/trunk/tools/driver/cc1as_main.cpp Modified: cfe/trunk/tools/driver/cc1as_main.cpp URL:

r351540 - [analyzer] Unbreak building of SymbolReaperTest true BUILD_SHARED_LIBS=True

2019-01-18 Thread Alex Bradbury via cfe-commits
Author: asb Date: Fri Jan 18 02:13:07 2019 New Revision: 351540 URL: http://llvm.org/viewvc/llvm-project?rev=351540=rev Log: [analyzer] Unbreak building of SymbolReaperTest true BUILD_SHARED_LIBS=True Extra dependencies need to be listed for StaticAnalysisTests in order for linking to succeed

r348929 - [clang-fuzzer] Add explicit dependency on clangSerialization for clangHandleCXX after rC348907

2018-12-12 Thread Alex Bradbury via cfe-commits
Author: asb Date: Wed Dec 12 06:33:24 2018 New Revision: 348929 URL: http://llvm.org/viewvc/llvm-project?rev=348929=rev Log: [clang-fuzzer] Add explicit dependency on clangSerialization for clangHandleCXX after rC348907 This library was breaking my -DBUILD_SHARED_LIBS=1 build. rC348915 seemed

Re: r348915 - Add explicit dependency on clangSerialization for a bunch of components to fix -DBUILD_SHARED_LIBS=on build

2018-12-12 Thread Alex Bradbury via cfe-commits
On Wed, 12 Dec 2018 at 08:05, Fangrui Song via cfe-commits wrote: > > Author: maskray > Date: Wed Dec 12 00:02:18 2018 > New Revision: 348915 > > URL: http://llvm.org/viewvc/llvm-project?rev=348915=rev > Log: > Add explicit dependency on clangSerialization for a bunch of components to > fix

Re: r347720 - [RISCV] Mark unit tests as "requires: riscv-registered-target"

2018-12-05 Thread Alex Bradbury via cfe-commits
On Thu, 29 Nov 2018 at 09:44, Alex Bradbury wrote: > > On Tue, 27 Nov 2018 at 22:56, Mandeep Singh Grang via cfe-commits > wrote: > > > > Author: mgrang > > Date: Tue Nov 27 14:53:57 2018 > > New Revision: 347720 > > > > URL: http://llvm.org/viewvc/llvm-project?rev=347720=rev > > Log: > >

Re: r347720 - [RISCV] Mark unit tests as "requires: riscv-registered-target"

2018-11-29 Thread Alex Bradbury via cfe-commits
On Tue, 27 Nov 2018 at 22:56, Mandeep Singh Grang via cfe-commits wrote: > > Author: mgrang > Date: Tue Nov 27 14:53:57 2018 > New Revision: 347720 > > URL: http://llvm.org/viewvc/llvm-project?rev=347720=rev > Log: > [RISCV] Mark unit tests as "requires: riscv-registered-target" > > Some of these

r357693 - [RISCV][NFC] s/riscv32-linux-unknown-elf/riscv32-unknown-linux-gnu in test/Driver/riscv32-toolchain.c

2019-04-04 Thread Alex Bradbury via cfe-commits
Author: asb Date: Thu Apr 4 06:51:41 2019 New Revision: 357693 URL: http://llvm.org/viewvc/llvm-project?rev=357693=rev Log: [RISCV][NFC] s/riscv32-linux-unknown-elf/riscv32-unknown-linux-gnu in test/Driver/riscv32-toolchain.c riscv32-linux-unknown-elf was a weird thing to test for as it

r357699 - [RISCV] Collect library directories and triples for riscv64 triple too

2019-04-04 Thread Alex Bradbury via cfe-commits
Author: asb Date: Thu Apr 4 07:18:26 2019 New Revision: 357699 URL: http://llvm.org/viewvc/llvm-project?rev=357699=rev Log: [RISCV] Collect library directories and triples for riscv64 triple too When setting up library and tools paths when detecting an accompanying GCC installation only riscv32

r357702 - [RISCV] Fix rL357699 by adding missing zero-length files

2019-04-04 Thread Alex Bradbury via cfe-commits
Author: asb Date: Thu Apr 4 07:36:07 2019 New Revision: 357702 URL: http://llvm.org/viewvc/llvm-project?rev=357702=rev Log: [RISCV] Fix rL357699 by adding missing zero-length files svn add doesn't play very nicely here... Added:

Re: r365825 - [clang-shlib] Fix clang-shlib for PRIVATE dependencies

2019-07-12 Thread Alex Bradbury via cfe-commits
On Thu, 11 Jul 2019 at 22:20, Shoaib Meenai via cfe-commits wrote: > > Author: smeenai > Date: Thu Jul 11 14:20:38 2019 > New Revision: 365825 > > URL: http://llvm.org/viewvc/llvm-project?rev=365825=rev > Log: > [clang-shlib] Fix clang-shlib for PRIVATE dependencies > > Any static library with a

r365329 - [RISCV][NFC] Make use of Triple::isRISCV

2019-07-08 Thread Alex Bradbury via cfe-commits
Author: asb Date: Mon Jul 8 08:07:12 2019 New Revision: 365329 URL: http://llvm.org/viewvc/llvm-project?rev=365329=rev Log: [RISCV][NFC] Make use of Triple::isRISCV Use new helper introduced in rL365327. Modified: cfe/trunk/lib/Driver/ToolChains/Gnu.cpp

r365305 - [RISCV] Specify registers used for exception handling

2019-07-08 Thread Alex Bradbury via cfe-commits
Author: asb Date: Mon Jul 8 02:38:06 2019 New Revision: 365305 URL: http://llvm.org/viewvc/llvm-project?rev=365305=rev Log: [RISCV] Specify registers used for exception handling Implements the handling of __builtin_eh_return_regno(). Differential Revision: https://reviews.llvm.org/D63417 Patch

r357991 - [RISCV][NFC] Minor fixup for r357989

2019-04-09 Thread Alex Bradbury via cfe-commits
Author: asb Date: Tue Apr 9 03:25:05 2019 New Revision: 357991 URL: http://llvm.org/viewvc/llvm-project?rev=357991=rev Log: [RISCV][NFC] Minor fixup for r357989 One of the tests in riscv64-lp64-lp64f-lp64d would have had a different lowering for lp64f/lp64d as a float argument was missed.

r357989 - [RISCV][NFC] Refactor RISC-V ABI lowering tests in preparation for hard float patches

2019-04-09 Thread Alex Bradbury via cfe-commits
Author: asb Date: Tue Apr 9 03:12:49 2019 New Revision: 357989 URL: http://llvm.org/viewvc/llvm-project?rev=357989=rev Log: [RISCV][NFC] Refactor RISC-V ABI lowering tests in preparation for hard float patches Split tests in to files representing the subset of RISC-V ABIs they should have

r357993 - [RISCV] Unbreak test from r357989

2019-04-09 Thread Alex Bradbury via cfe-commits
Author: asb Date: Tue Apr 9 03:44:47 2019 New Revision: 357993 URL: http://llvm.org/viewvc/llvm-project?rev=357993=rev Log: [RISCV] Unbreak test from r357989 There were some errors in the committed test checks, left in due to a git stash apply mishap. Modified:

r366450 - [RISCV] Hard float ABI support

2019-07-18 Thread Alex Bradbury via cfe-commits
Author: asb Date: Thu Jul 18 08:33:41 2019 New Revision: 366450 URL: http://llvm.org/viewvc/llvm-project?rev=366450=rev Log: [RISCV] Hard float ABI support The RISC-V hard float calling convention requires the frontend to: * Detect cases where, once "flattened", a struct can be passed using

r366454 - Revert "[RISCV] Hard float ABI support" r366450

2019-07-18 Thread Alex Bradbury via cfe-commits
Author: asb Date: Thu Jul 18 09:13:17 2019 New Revision: 366454 URL: http://llvm.org/viewvc/llvm-project?rev=366454=rev Log: Revert "[RISCV] Hard float ABI support" r366450 The commit was missing a few hunks. Will fix and recommit. Removed: cfe/trunk/test/CodeGen/riscv32-ilp32d-abi.c

Re: r366450 - [RISCV] Hard float ABI support

2019-07-18 Thread Alex Bradbury via cfe-commits
sion (ignoring target-abi) > ^ > :1:93: note: possible intended match here > Hard-float 'f' ABI can't be used for a target that doesn't support the F > instruction set extension (ignoring target-abi) > > > > On Thu, Jul 18, 2019 at 5:33 PM Alex Bradbury via cfe-commits >

r366480 - [RISCV] Hard float ABI support

2019-07-18 Thread Alex Bradbury via cfe-commits
Author: asb Date: Thu Jul 18 11:29:59 2019 New Revision: 366480 URL: http://llvm.org/viewvc/llvm-project?rev=366480=rev Log: [RISCV] Hard float ABI support The RISC-V hard float calling convention requires the frontend to: * Detect cases where, once "flattened", a struct can be passed using

[clang] 1ecf120 - [index-while-building] Fix build with -DBUILD_SHARED_LIBS=True

2020-08-20 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2020-08-20T15:12:56+01:00 New Revision: 1ecf120246e7d3e5c9a9ed1db637914bbf4b5702 URL: https://github.com/llvm/llvm-project/commit/1ecf120246e7d3e5c9a9ed1db637914bbf4b5702 DIFF: https://github.com/llvm/llvm-project/commit/1ecf120246e7d3e5c9a9ed1db637914bbf4b5702.diff

[clang] 3dcfd48 - [CodeGen] Increase applicability of ffine-grained-bitfield-accesses for targets with limited native integer widths

2020-06-12 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2020-06-12T10:33:47+01:00 New Revision: 3dcfd482cb17fad2d641c976b822d1fe36dc1359 URL: https://github.com/llvm/llvm-project/commit/3dcfd482cb17fad2d641c976b822d1fe36dc1359 DIFF: https://github.com/llvm/llvm-project/commit/3dcfd482cb17fad2d641c976b822d1fe36dc1359.diff

[clang] 33d008b - [RISCV] Update recently ratified Zb{a,b,c,s} extensions to no longer be experimental

2022-01-12 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2022-01-12T19:33:44Z New Revision: 33d008b169f3c813a4a45da220d0952f795ac477 URL: https://github.com/llvm/llvm-project/commit/33d008b169f3c813a4a45da220d0952f795ac477 DIFF: https://github.com/llvm/llvm-project/commit/33d008b169f3c813a4a45da220d0952f795ac477.diff

[clang] [RISCV] Add processor definition for XiangShan-NanHu (PR #70294)

2023-10-26 Thread Alex Bradbury via cfe-commits
asb wrote: > > @dtcxzyw Could you please confirm the status of this core - is it > > commercially available, an academic test chip, something else? > > It's maintained by Beijing Institute of Open Source Chip (BOSC), a non-profit > organziation founded by companies and researech institutions.

[clang] [RISCV] Add processor definition for XiangShan-NanHu (PR #70294)

2023-10-27 Thread Alex Bradbury via cfe-commits
asb wrote: > Xiangshan is of great famousness in China and there is already a community in > which many individual developers and organiztions/companies like PLCT, T-Head > have participated. So I think we needn't worry about the maintenance. :-) Thanks for that extra context!

[llvm] [clang] Remove experimental from Vector Crypto extensions (PR #69000)

2023-11-07 Thread Alex Bradbury via cfe-commits
asb wrote: > Since it's possible that **ISA spec** and **intrinsics spec** are not > synchronized, so the updates add an dummy extension called **zexperimental**, > once `-menable-experimental-extensions` is specified, the feature > `zexperimental` is automatically added. > If `let

[clang] [llvm] [RISCV] Add processor definition for XiangShan-NanHu (PR #70294)

2023-11-07 Thread Alex Bradbury via cfe-commits
https://github.com/asb approved this pull request. I think everyone is happy, so please go ahead and squash+merge. Thanks! https://github.com/llvm/llvm-project/pull/70294 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[clang] [RISCV] Add processor definition for XiangShan-NanHu (PR #70294)

2023-10-26 Thread Alex Bradbury via cfe-commits
asb wrote: @dtcxzyw Could you please confirm the status of this core - is it commercially available, an academic test chip, something else? https://github.com/llvm/llvm-project/pull/70294 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[clang] [RISCV] Run mem2reg to simplify Zbc tests (PR #70169)

2023-10-25 Thread Alex Bradbury via cfe-commits
https://github.com/asb approved this pull request. LGTM. https://github.com/llvm/llvm-project/pull/70169 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [RISCV] Update Zfa extension version to 1.0 (PR #67964)

2023-10-02 Thread Alex Bradbury via cfe-commits
https://github.com/asb updated https://github.com/llvm/llvm-project/pull/67964 >From 79ab61e07a01e503f22e717c4b0e64b7741c59a0 Mon Sep 17 00:00:00 2001 From: Alex Bradbury Date: Mon, 2 Oct 2023 11:06:44 +0100 Subject: [PATCH 1/2] [RISCV] Update Zfa extension version to 1.0 The Zfa specification

[clang] [RISCV] Update Zfa extension version to 1.0 (PR #67964)

2023-10-02 Thread Alex Bradbury via cfe-commits
https://github.com/asb edited https://github.com/llvm/llvm-project/pull/67964 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [RISCV] Update Zfa extension version to 1.0 (PR #67964)

2023-10-02 Thread Alex Bradbury via cfe-commits
https://github.com/asb created https://github.com/llvm/llvm-project/pull/67964 The Zfa specification was recently ratified . This commit bumps the version to 1.0, but leaves it as an experimental extension (to be done in a

[clang] [RISCV] Mark the Zfa extension as non-experimental (PR #68113)

2023-10-03 Thread Alex Bradbury via cfe-commits
https://github.com/asb created https://github.com/llvm/llvm-project/pull/68113 Following the version bump in #67964 and the bug fix in #68026 I believe we're ready to mark Zfa as non-experimental. I'll note the GCC torture suite passes now with Zfa enabled (though it's more of a litmus test

[clang] [RISCV] Update Zfa extension version to 1.0 (PR #67964)

2023-10-03 Thread Alex Bradbury via cfe-commits
https://github.com/asb updated https://github.com/llvm/llvm-project/pull/67964 >From 79ab61e07a01e503f22e717c4b0e64b7741c59a0 Mon Sep 17 00:00:00 2001 From: Alex Bradbury Date: Mon, 2 Oct 2023 11:06:44 +0100 Subject: [PATCH 1/4] [RISCV] Update Zfa extension version to 1.0 The Zfa specification

[clang] [RISCV] Update Zfa extension version to 1.0 (PR #67964)

2023-10-03 Thread Alex Bradbury via cfe-commits
asb wrote: > ⚠️ C/C++ code formatter, clang-format found issues in your code. ⚠️ This is a whitespace change > 20 lines away from the edit made in the test file, so I don't believe it's appropriate to reformat in this PR. https://github.com/llvm/llvm-project/pull/67964

[clang] [RISCV] Mark the Zfa extension as non-experimental (PR #68113)

2023-10-03 Thread Alex Bradbury via cfe-commits
https://github.com/asb updated https://github.com/llvm/llvm-project/pull/68113 >From 79ab61e07a01e503f22e717c4b0e64b7741c59a0 Mon Sep 17 00:00:00 2001 From: Alex Bradbury Date: Mon, 2 Oct 2023 11:06:44 +0100 Subject: [PATCH 1/6] [RISCV] Update Zfa extension version to 1.0 The Zfa specification

[clang] [RISCV] Update Zfa extension version to 1.0 (PR #67964)

2023-10-03 Thread Alex Bradbury via cfe-commits
https://github.com/asb updated https://github.com/llvm/llvm-project/pull/67964 >From 79ab61e07a01e503f22e717c4b0e64b7741c59a0 Mon Sep 17 00:00:00 2001 From: Alex Bradbury Date: Mon, 2 Oct 2023 11:06:44 +0100 Subject: [PATCH 1/3] [RISCV] Update Zfa extension version to 1.0 The Zfa specification

[clang] [RISCV] Mark the Zfa extension as non-experimental (PR #68113)

2023-10-03 Thread Alex Bradbury via cfe-commits
https://github.com/asb updated https://github.com/llvm/llvm-project/pull/68113 >From 54783e0af749e95be28c47604e411236cca0efcc Mon Sep 17 00:00:00 2001 From: Alex Bradbury Date: Tue, 3 Oct 2023 15:46:28 +0100 Subject: [PATCH 1/2] [RISCV] Mark the Zfa extension as non-experimental Following the

[clang] [RISCV] Mark the Zfa extension as non-experimental (PR #68113)

2023-10-03 Thread Alex Bradbury via cfe-commits
asb wrote: > Please update the header comment at the top of RISCVInstrInfoZfa.td Thanks, split that change between #67964 and this one. https://github.com/llvm/llvm-project/pull/68113 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[clang] [RISCV] Mark the Zfa extension as non-experimental (PR #68113)

2023-10-03 Thread Alex Bradbury via cfe-commits
https://github.com/asb edited https://github.com/llvm/llvm-project/pull/68113 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [RISCV] Update Zfa extension version to 1.0 (PR #67964)

2023-10-03 Thread Alex Bradbury via cfe-commits
https://github.com/asb closed https://github.com/llvm/llvm-project/pull/67964 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [RISCV] Mark the Zfa extension as non-experimental (PR #68113)

2023-10-03 Thread Alex Bradbury via cfe-commits
https://github.com/asb closed https://github.com/llvm/llvm-project/pull/68113 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-repl] Disable InterpreterExceptionTest on RISC-V (PR #68216)

2023-10-04 Thread Alex Bradbury via cfe-commits
https://github.com/asb created https://github.com/llvm/llvm-project/pull/68216 This test fails as .eh_frame handling is not yet implemented for RISC-V in JITLink. #66067 is proposed to address this. Skip the test until the issue is resolved. It seems that D159167 enabled this test for more

[clang] [clang-repl] Disable InterpreterExceptionTest on RISC-V (PR #68216)

2023-10-04 Thread Alex Bradbury via cfe-commits
https://github.com/asb closed https://github.com/llvm/llvm-project/pull/68216 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] [unittest] Add a test for Generic_GCC::GCCVersion::Parse (PR #69078)

2023-10-18 Thread Alex Bradbury via cfe-commits
asb wrote: @tbaederr Just came to report the same thing! @mstorsjo This broke builds that use `-DBUILD_SHARED_LIBS=True`. The problem seems to be that the `Generic_GCC` class has the `LLVM_LIBRARY_VISIBILITY` attribute meaning the

[clang] Remove experimental from Vector Crypto extensions (PR #69000)

2023-10-13 Thread Alex Bradbury via cfe-commits
asb wrote: Thanks for the patch, some very quick feedback and I'd highlight the first bullet as the most important, as this is potentially a blocker for graduating these extensions from experimental. * My big concern with this would be the intrinsics - could you please comment on the status

[clang] bea5e88 - [clang][Sema] Fix typo in checkBuiltinArgument helper

2022-04-20 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2022-04-20T14:42:41+01:00 New Revision: bea5e88bcf5908b676da35fb8c64f9f8449ba73b URL: https://github.com/llvm/llvm-project/commit/bea5e88bcf5908b676da35fb8c64f9f8449ba73b DIFF: https://github.com/llvm/llvm-project/commit/bea5e88bcf5908b676da35fb8c64f9f8449ba73b.diff

[clang] [clang] Enable --gcc-install-dir for RISCV baremetal toolchains (PR #71803)

2023-11-09 Thread Alex Bradbury via cfe-commits
asb wrote: Tagging @MaskRay for a quick check of this too, if he has time. https://github.com/llvm/llvm-project/pull/71803 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] 4f40ca5 - [RISCV] Implement support for the Zicbom and Zicboz extensions

2022-06-28 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2022-06-28T12:43:25+01:00 New Revision: 4f40ca53cefb725aca6564585d0ec4836a79e21a URL: https://github.com/llvm/llvm-project/commit/4f40ca53cefb725aca6564585d0ec4836a79e21a DIFF: https://github.com/llvm/llvm-project/commit/4f40ca53cefb725aca6564585d0ec4836a79e21a.diff

[clang] 7bcfcab - [RISCV] Implement support for the Zicbop extension

2022-06-28 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2022-06-28T12:43:26+01:00 New Revision: 7bcfcabbd14e9cd51d150a36aee9edf4f4231724 URL: https://github.com/llvm/llvm-project/commit/7bcfcabbd14e9cd51d150a36aee9edf4f4231724 DIFF: https://github.com/llvm/llvm-project/commit/7bcfcabbd14e9cd51d150a36aee9edf4f4231724.diff

[clang] bc53832 - [clang][RISCV] Fix incorrect ABI lowering for inherited structs under hard-float ABIs

2022-08-19 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2022-08-19T20:31:06+01:00 New Revision: bc538320809fb52af12ec0366118c82201af4f40 URL: https://github.com/llvm/llvm-project/commit/bc538320809fb52af12ec0366118c82201af4f40 DIFF: https://github.com/llvm/llvm-project/commit/bc538320809fb52af12ec0366118c82201af4f40.diff

[clang] d17de54 - [clang][RISCV][test] Add test that shows incorrect ABI lowering

2022-08-11 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2022-08-11T18:51:37+01:00 New Revision: d17de5479c6234f9e37fb4deca9e537bf8d3932e URL: https://github.com/llvm/llvm-project/commit/d17de5479c6234f9e37fb4deca9e537bf8d3932e DIFF: https://github.com/llvm/llvm-project/commit/d17de5479c6234f9e37fb4deca9e537bf8d3932e.diff

[clang] e0a2818 - [clang][RISCV] Fix ABI mismatch between GCC and Clang (extension of integers on stack)

2023-01-24 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-01-24T14:20:28Z New Revision: e0a28188d2b53427bc90cdf7f7899c64af102489 URL: https://github.com/llvm/llvm-project/commit/e0a28188d2b53427bc90cdf7f7899c64af102489 DIFF: https://github.com/llvm/llvm-project/commit/e0a28188d2b53427bc90cdf7f7899c64af102489.diff

[clang] 123223a - [clang-repl] XFAIL riscv targets in simple-exception test case

2023-01-17 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-01-17T14:28:15Z New Revision: 123223ab87ca50d1ce4f8c08128d0237b3d31c84 URL: https://github.com/llvm/llvm-project/commit/123223ab87ca50d1ce4f8c08128d0237b3d31c84 DIFF: https://github.com/llvm/llvm-project/commit/123223ab87ca50d1ce4f8c08128d0237b3d31c84.diff

[clang] 482d22d - [clang][test] Fix -DBUILD_SHARED_LIBS build by adding depency on MC from clangTesting

2023-03-17 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-03-17T14:45:48Z New Revision: 482d22d05a4a30a4f8594273bd359f7d311c9d4c URL: https://github.com/llvm/llvm-project/commit/482d22d05a4a30a4f8594273bd359f7d311c9d4c DIFF: https://github.com/llvm/llvm-project/commit/482d22d05a4a30a4f8594273bd359f7d311c9d4c.diff

[clang] a7e13d6 - [clang][RISCV][test] Add test coverage for _Float16 ABI lowering

2023-03-15 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-03-15T18:00:39Z New Revision: a7e13d6f1b49d72b59e9ec2252399eda717ea8f6 URL: https://github.com/llvm/llvm-project/commit/a7e13d6f1b49d72b59e9ec2252399eda717ea8f6 DIFF: https://github.com/llvm/llvm-project/commit/a7e13d6f1b49d72b59e9ec2252399eda717ea8f6.diff

[clang] f47404b - [clang][docs] Clarify the semantics of -fexceptions

2023-03-14 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-03-14T19:52:32Z New Revision: f47404b012d66ed0b411a2b3742931a14e85c80b URL: https://github.com/llvm/llvm-project/commit/f47404b012d66ed0b411a2b3742931a14e85c80b DIFF: https://github.com/llvm/llvm-project/commit/f47404b012d66ed0b411a2b3742931a14e85c80b.diff

[clang] c39dd7c - [RISCV][MC] Add support for RV64E

2023-03-23 Thread Alex Bradbury via cfe-commits
Author: Job Noorman Date: 2023-03-23T12:32:25Z New Revision: c39dd7c1db97fa367cb6282067b74cd8e55ef09a URL: https://github.com/llvm/llvm-project/commit/c39dd7c1db97fa367cb6282067b74cd8e55ef09a DIFF: https://github.com/llvm/llvm-project/commit/c39dd7c1db97fa367cb6282067b74cd8e55ef09a.diff LOG:

[clang] e54cdd0 - [RISCV][clang][test] Fix missed test

2023-03-23 Thread Alex Bradbury via cfe-commits
Author: Job Noorman Date: 2023-03-23T12:49:06Z New Revision: e54cdd058e223bd62840e901b8b462c011d2fae5 URL: https://github.com/llvm/llvm-project/commit/e54cdd058e223bd62840e901b8b462c011d2fae5 DIFF: https://github.com/llvm/llvm-project/commit/e54cdd058e223bd62840e901b8b462c011d2fae5.diff LOG:

[clang] a742511 - [clang][RISCV][test] Add test cases for empty structs and the FP calling conventions

2023-03-26 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-03-26T16:11:18+01:00 New Revision: a742511cbe9ada478e8a42847f443aa807bb147c URL: https://github.com/llvm/llvm-project/commit/a742511cbe9ada478e8a42847f443aa807bb147c DIFF: https://github.com/llvm/llvm-project/commit/a742511cbe9ada478e8a42847f443aa807bb147c.diff

[clang] 938deaa - [clang][RISCV] Fix ABI lowering for _Float16 for FP ABIs

2023-03-26 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-03-26T16:18:47+01:00 New Revision: 938deaad8ac92d9a45db8ef2d8a71fbf04958d90 URL: https://github.com/llvm/llvm-project/commit/938deaad8ac92d9a45db8ef2d8a71fbf04958d90 DIFF: https://github.com/llvm/llvm-project/commit/938deaad8ac92d9a45db8ef2d8a71fbf04958d90.diff

[clang] d41a73a - [RISCV][MC] Mark Zawrs extension as non-experimental

2023-02-19 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-02-19T20:43:03Z New Revision: d41a73aa94cb8945dcd0f2906992c2fcea6ed001 URL: https://github.com/llvm/llvm-project/commit/d41a73aa94cb8945dcd0f2906992c2fcea6ed001 DIFF: https://github.com/llvm/llvm-project/commit/d41a73aa94cb8945dcd0f2906992c2fcea6ed001.diff

[clang] 570995e - [clang][test][RISCV] Add RISC-V to clang/test/Sema/Float16.c

2023-03-01 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-03-01T11:33:30Z New Revision: 570995eba2f93d639e69b6b12817d44a3b26cc72 URL: https://github.com/llvm/llvm-project/commit/570995eba2f93d639e69b6b12817d44a3b26cc72 DIFF: https://github.com/llvm/llvm-project/commit/570995eba2f93d639e69b6b12817d44a3b26cc72.diff

[clang] 81979c3 - [clang][RISCV][test] Add further test coverage for _Float16 on RISC-V

2023-03-01 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-03-01T13:32:49Z New Revision: 81979c3038defe8653b62ba05517ee6d6b3eb976 URL: https://github.com/llvm/llvm-project/commit/81979c3038defe8653b62ba05517ee6d6b3eb976 DIFF: https://github.com/llvm/llvm-project/commit/81979c3038defe8653b62ba05517ee6d6b3eb976.diff

[clang] 34b412d - [clang][RISCV][test] Add coverage for __fp16 support in arguments/returns

2023-03-01 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-03-01T15:20:15Z New Revision: 34b412dc0efe898b18b7afcf02d9e44d7e05b5ec URL: https://github.com/llvm/llvm-project/commit/34b412dc0efe898b18b7afcf02d9e44d7e05b5ec DIFF: https://github.com/llvm/llvm-project/commit/34b412dc0efe898b18b7afcf02d9e44d7e05b5ec.diff

[clang] 2a5661c - [RISCV] Bump Zfa version to 0.2 and correct RISCVUsage description

2023-04-18 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-04-19T06:27:35+01:00 New Revision: 2a5661c8415876be3fbd56ce90c2031e89ba0ef3 URL: https://github.com/llvm/llvm-project/commit/2a5661c8415876be3fbd56ce90c2031e89ba0ef3 DIFF: https://github.com/llvm/llvm-project/commit/2a5661c8415876be3fbd56ce90c2031e89ba0ef3.diff

[clang] cb7dffd - [RISCV] Zvk (vector crypto) specification update to 0.5.1 (Zvbb/Zvbc/Zvkt/Zvkng/Zvksg)

2023-04-20 Thread Alex Bradbury via cfe-commits
Author: Eric Gouriou Date: 2023-04-20T18:25:19+01:00 New Revision: cb7dffdc9a83f400410657431bda14e79f6e0176 URL: https://github.com/llvm/llvm-project/commit/cb7dffdc9a83f400410657431bda14e79f6e0176 DIFF: https://github.com/llvm/llvm-project/commit/cb7dffdc9a83f400410657431bda14e79f6e0176.diff

[clang] d3291c6 - [RISCV][MC] Add support for the experimental zicond extension

2023-03-29 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-03-29T12:17:50+01:00 New Revision: d3291c692c0a83b8b60e13ad1326e2b7d61e5f34 URL: https://github.com/llvm/llvm-project/commit/d3291c692c0a83b8b60e13ad1326e2b7d61e5f34 DIFF: https://github.com/llvm/llvm-project/commit/d3291c692c0a83b8b60e13ad1326e2b7d61e5f34.diff

Re: [clang] d05e1e9 - [clang][test][RISCV] Check for __riscv_i in riscv-target-features.c

2023-02-15 Thread Alex Bradbury via cfe-commits
Addressed in ddb704247b16002d916bba67e3aa9f54fd4bbace - thanks again. Best, Alex On 2023-02-14 20:58, Craig Topper wrote: > I don't have a better idea. > > ~Craig > > On Tue, Feb 14, 2023 at 12:32 PM Alex Bradbury wrote: > >> On 2023-02-14 19:56, Craig Topper wrote: >>> How does this

[clang] 574d0c2 - [clang][test][RISCV] Fix precision of CHECK-NOT lines in riscv-target-features.c

2023-02-14 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-02-14T16:55:03Z New Revision: 574d0c2ec107cd3bfb753424150624276fe43813 URL: https://github.com/llvm/llvm-project/commit/574d0c2ec107cd3bfb753424150624276fe43813 DIFF: https://github.com/llvm/llvm-project/commit/574d0c2ec107cd3bfb753424150624276fe43813.diff

[clang] d05e1e9 - [clang][test][RISCV] Check for __riscv_i in riscv-target-features.c

2023-02-14 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-02-14T17:02:32Z New Revision: d05e1e99b1d62cf1f8ab37f83dd2f377328dd9c5 URL: https://github.com/llvm/llvm-project/commit/d05e1e99b1d62cf1f8ab37f83dd2f377328dd9c5 DIFF: https://github.com/llvm/llvm-project/commit/d05e1e99b1d62cf1f8ab37f83dd2f377328dd9c5.diff

Re: [clang] d05e1e9 - [clang][test][RISCV] Check for __riscv_i in riscv-target-features.c

2023-02-14 Thread Alex Bradbury via cfe-commits
On 2023-02-14 19:56, Craig Topper wrote: > How does this interact with the CHECK-NOTs above it. Does it check > that they don't appear before the __riscv_i but would be allowed after > it? Thanks for the post-commit review. I think you're right. It looks like the easiest fix is probably move the

[clang] ddb7042 - [clang][test][RISCV] Introduce separate RUN lines for __risv_i test in riscv-target-features.c

2023-02-14 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-02-14T21:06:44Z New Revision: ddb704247b16002d916bba67e3aa9f54fd4bbace URL: https://github.com/llvm/llvm-project/commit/ddb704247b16002d916bba67e3aa9f54fd4bbace DIFF: https://github.com/llvm/llvm-project/commit/ddb704247b16002d916bba67e3aa9f54fd4bbace.diff

[clang] 29f630a - [RISCV][MC] MC layer support for the experimental zacas extension

2023-07-10 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-07-10T08:26:31+01:00 New Revision: 29f630a1ddcbb03caa31b5002f0cbc105ff3a869 URL: https://github.com/llvm/llvm-project/commit/29f630a1ddcbb03caa31b5002f0cbc105ff3a869 DIFF: https://github.com/llvm/llvm-project/commit/29f630a1ddcbb03caa31b5002f0cbc105ff3a869.diff

[clang] 569e99a - [clang][docs] Attempt to fix warning when building ReleaseNotes

2023-07-24 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-07-24T10:36:42+01:00 New Revision: 569e99a471f618b7fdf045d5e96f21d3e3a7f898 URL: https://github.com/llvm/llvm-project/commit/569e99a471f618b7fdf045d5e96f21d3e3a7f898 DIFF: https://github.com/llvm/llvm-project/commit/569e99a471f618b7fdf045d5e96f21d3e3a7f898.diff

[clang] 17a58b3 - [clang][RISCV] Fix ABI handling of empty structs with hard FP calling conventions in C++

2023-07-24 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-07-24T10:24:34+01:00 New Revision: 17a58b3ca7ec18585e9ea8ed8b39d72fe36fb6cb URL: https://github.com/llvm/llvm-project/commit/17a58b3ca7ec18585e9ea8ed8b39d72fe36fb6cb DIFF: https://github.com/llvm/llvm-project/commit/17a58b3ca7ec18585e9ea8ed8b39d72fe36fb6cb.diff

[clang] 0fa004e - Revert "[clang][RISCV] Fix ABI handling of empty structs with hard FP calling conventions in C++"

2023-07-24 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-07-24T16:58:48+01:00 New Revision: 0fa004e0724b4398f999b8bffbc37f524e41f66e URL: https://github.com/llvm/llvm-project/commit/0fa004e0724b4398f999b8bffbc37f524e41f66e DIFF: https://github.com/llvm/llvm-project/commit/0fa004e0724b4398f999b8bffbc37f524e41f66e.diff

[clang] e3c57fd - [clang][RISCV] Fix bug in ABI handling of empty structs with hard FP calling conventions in C++

2023-08-07 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-08-07T10:45:22+01:00 New Revision: e3c57fdd8439ba82c67347629a3c66f293e1f3d0 URL: https://github.com/llvm/llvm-project/commit/e3c57fdd8439ba82c67347629a3c66f293e1f3d0 DIFF: https://github.com/llvm/llvm-project/commit/e3c57fdd8439ba82c67347629a3c66f293e1f3d0.diff

[clang] ac2af81 - [clang][doc][RISCV][LoongArch] Remove release notes for changes backported to 17.0.x

2023-08-10 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-08-10T08:14:38+01:00 New Revision: ac2af811a0b864df0089b454b61d484bfc1ad108 URL: https://github.com/llvm/llvm-project/commit/ac2af811a0b864df0089b454b61d484bfc1ad108 DIFF: https://github.com/llvm/llvm-project/commit/ac2af811a0b864df0089b454b61d484bfc1ad108.diff

[clang] 6101d72 - [RISCV] Relax rules for ordering s/z/x prefixed extensions in ISA naming strings

2023-06-27 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-06-27T13:32:11+01:00 New Revision: 6101d720cb499f5ad19293475b429828fa3dbd75 URL: https://github.com/llvm/llvm-project/commit/6101d720cb499f5ad19293475b429828fa3dbd75 DIFF: https://github.com/llvm/llvm-project/commit/6101d720cb499f5ad19293475b429828fa3dbd75.diff

[clang] c7cd7a0 - [clang][test][RISCV] Pre-commit test for HasLegalHalfType patch

2023-05-05 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-05-05T13:55:20+01:00 New Revision: c7cd7a050acb98b9d1df895c4b009c7c7078d917 URL: https://github.com/llvm/llvm-project/commit/c7cd7a050acb98b9d1df895c4b009c7c7078d917 DIFF: https://github.com/llvm/llvm-project/commit/c7cd7a050acb98b9d1df895c4b009c7c7078d917.diff

[clang] 560065b - [clang][RISCV] Set HasLegalHalfType to true if zfh is enabled

2023-05-05 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-05-05T13:55:43+01:00 New Revision: 560065b6ecd539862fbc61401b02a1d5faea1ad1 URL: https://github.com/llvm/llvm-project/commit/560065b6ecd539862fbc61401b02a1d5faea1ad1 DIFF: https://github.com/llvm/llvm-project/commit/560065b6ecd539862fbc61401b02a1d5faea1ad1.diff

[clang] 8e82376 - [clang][RISCV] Set HasLegalHalfType to true if zhinx is enabled

2023-05-18 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-05-18T15:01:48+01:00 New Revision: 8e82376863460f6dc2dbb7fe6754af3ba69cc9c4 URL: https://github.com/llvm/llvm-project/commit/8e82376863460f6dc2dbb7fe6754af3ba69cc9c4 DIFF: https://github.com/llvm/llvm-project/commit/8e82376863460f6dc2dbb7fe6754af3ba69cc9c4.diff

[clang] b18a819 - [RISCV][MC] Add support for experimental Zvfbfmin extension

2023-05-19 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-05-19T15:26:25+01:00 New Revision: b18a81966499cad0eed44cbbbce5bb45460be132 URL: https://github.com/llvm/llvm-project/commit/b18a81966499cad0eed44cbbbce5bb45460be132 DIFF: https://github.com/llvm/llvm-project/commit/b18a81966499cad0eed44cbbbce5bb45460be132.diff

[clang] 35ff5eb - [RISCV][MC] Add support for experimental Zfbfmin extension

2023-05-19 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-05-19T15:17:56+01:00 New Revision: 35ff5eba16465bd4116db266c01cbabebd500484 URL: https://github.com/llvm/llvm-project/commit/35ff5eba16465bd4116db266c01cbabebd500484 DIFF: https://github.com/llvm/llvm-project/commit/35ff5eba16465bd4116db266c01cbabebd500484.diff

[clang] a1455de - [RISCV][MC] Add support for experimental Zvfbfwma extension

2023-05-19 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-05-19T15:37:26+01:00 New Revision: a1455de74d959793104eb62236312a7fc7c67c58 URL: https://github.com/llvm/llvm-project/commit/a1455de74d959793104eb62236312a7fc7c67c58 DIFF: https://github.com/llvm/llvm-project/commit/a1455de74d959793104eb62236312a7fc7c67c58.diff

[clang] 86221a1 - [clang][test][RISCV] Precommit zhinx coverage in Float16-arith.c test

2023-05-17 Thread Alex Bradbury via cfe-commits
Author: Alex Bradbury Date: 2023-05-17T14:45:02+01:00 New Revision: 86221a1281cf640814daa928fbfc15f6e45a0bed URL: https://github.com/llvm/llvm-project/commit/86221a1281cf640814daa928fbfc15f6e45a0bed DIFF: https://github.com/llvm/llvm-project/commit/86221a1281cf640814daa928fbfc15f6e45a0bed.diff

[clang] [RISCV] Re-order riscv-target-features.c to put non-experimental extensions together. (PR #78675)

2024-01-18 Thread Alex Bradbury via cfe-commits
https://github.com/asb approved this pull request. LGTM. https://github.com/llvm/llvm-project/pull/78675 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [RISCV] Add Zic64b, Ziccamoa, Ziccif, Zicclsm, Ziccrse, and Za64rs to sifive-p450. (PR #79030)

2024-01-22 Thread Alex Bradbury via cfe-commits
https://github.com/asb approved this pull request. LGTM. https://github.com/llvm/llvm-project/pull/79030 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

  1   2   >