[llvm-branch-commits] [clang] [llvm] [FMV][AArch64] Release notes for LLVM20. (PR #125525)

2025-02-03 Thread Alexandros Lamprineas via llvm-branch-commits
https://github.com/labrinea milestoned https://github.com/llvm/llvm-project/pull/125525 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] [FMV][AArch64] Release notes for LLVM20. (PR #125525)

2025-02-03 Thread Alexandros Lamprineas via llvm-branch-commits
https://github.com/labrinea created https://github.com/llvm/llvm-project/pull/125525 None >From 1e9a503b62b690e4615979e1363d17dd3adffca4 Mon Sep 17 00:00:00 2001 From: Alexandros Lamprineas Date: Mon, 3 Feb 2025 15:57:41 + Subject: [PATCH] [FMV][AArch64] Release notes for LLVM20. --- cla

[llvm-branch-commits] [clang] [clang][FMV][AArch64] Improve streaming mode compatibility (PR #101007)

2024-08-01 Thread Alexandros Lamprineas via llvm-branch-commits
labrinea wrote: > @labrinea (or anyone else). If you would like to add a note about this fix in > the release notes (completely optional). Please reply to this comment with a > one or two sentence description of the fix. When you are done, please add the > release:note label to this PR. Strea

[llvm-branch-commits] [clang] [clang][FMV][AArch64] Improve streaming mode compatibility (PR #101007)

2024-07-30 Thread Alexandros Lamprineas via llvm-branch-commits
labrinea wrote: > We used to diagnose streaming functions that attempted to be multiversioned but we did not diagnose a streaming caller of a versioned function, and since streaming compatible versions were not diagnosed either it was possible to mix calling conventions between versions: - St

[llvm-branch-commits] [clang] [clang][FMV][AArch64] Improve streaming mode compatibility (PR #101007)

2024-07-29 Thread Alexandros Lamprineas via llvm-branch-commits
https://github.com/labrinea milestoned https://github.com/llvm/llvm-project/pull/101007 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [clang][FMV][AArch64] Improve streaming mode compatibility (PR #101007)

2024-07-29 Thread Alexandros Lamprineas via llvm-branch-commits
labrinea wrote: backport of [f8ae128](https://github.com/llvm/llvm-project/commit/f8ae128755777424cf4133e4e8e819c0bc08d2b1) on [llvm:release/19.x](https://github.com/llvm/llvm-project/tree/release/19.x). https://github.com/llvm/llvm-project/pull/101007 _

[llvm-branch-commits] [clang] [clang][FMV][AArch64] Improve streaming mode compatibility (PR #101007)

2024-07-29 Thread Alexandros Lamprineas via llvm-branch-commits
https://github.com/labrinea created https://github.com/llvm/llvm-project/pull/101007 * Allow arm-streaming if all the functions versions adhere to it. * Allow arm-streaming-compatible if all the functions versions adhere to it. When the caller needs to toggle the streaming mode all the function

[llvm-branch-commits] [clang] [Release Notes][FMV] Document support for rcpc3 and mops features. (PR #80152)

2024-02-05 Thread Alexandros Lamprineas via llvm-branch-commits
labrinea wrote: @tstellar could you please merge this patch on the release branch? Cheers. https://github.com/llvm/llvm-project/pull/80152 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/li

[llvm-branch-commits] [llvm] [clang] PR for llvm/llvm-project#79614 (PR #79870)

2024-02-05 Thread Alexandros Lamprineas via llvm-branch-commits
labrinea wrote: Ping! @tstellar do I need to take any actions for this to show up in the release board? I am not seeing it under `needs triage` or `needs merge`. https://github.com/llvm/llvm-project/pull/79870 ___ llvm-branch-commits mailing list llvm

[llvm-branch-commits] [clang] [Release Notes][FMV] Document support for rcpc3 and mops features. (PR #80152)

2024-01-31 Thread Alexandros Lamprineas via llvm-branch-commits
https://github.com/labrinea milestoned https://github.com/llvm/llvm-project/pull/80152 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [Release Notes][FMV] Document support for rcpc3 and mops features. (PR #80152)

2024-01-31 Thread Alexandros Lamprineas via llvm-branch-commits
https://github.com/labrinea created https://github.com/llvm/llvm-project/pull/80152 Documents support for Load-Acquire RCpc instructions v3 (rcpc3) as well as Memory Copy and Memory Set Acceleration instructions (mops) when targeting AArch64. >From 6556c342d6c98b9d755fecfbd1d41e49dc620c4c Mon

[llvm-branch-commits] [llvm] bc849e5 - Revert "[FuncSpec] Add Phi nodes to the InstCostVisitor."

2023-07-26 Thread Alexandros Lamprineas via llvm-branch-commits
Author: Alexandros Lamprineas Date: 2023-07-26T19:10:55+01:00 New Revision: bc849e525f80208d8449480d66f8f432441810db URL: https://github.com/llvm/llvm-project/commit/bc849e525f80208d8449480d66f8f432441810db DIFF: https://github.com/llvm/llvm-project/commit/bc849e525f80208d8449480d66f8f432441810

[llvm-branch-commits] [llvm] 7563727 - [AArch64] Legalize MVT::i64x8 in DAG isel lowering

2021-08-02 Thread Alexandros Lamprineas via llvm-branch-commits
Author: Alexandros Lamprineas Date: 2021-08-02T15:45:58+01:00 New Revision: 7563727d70f44c41cd8a53ba91581b67f6c8e19a URL: https://github.com/llvm/llvm-project/commit/7563727d70f44c41cd8a53ba91581b67f6c8e19a DIFF: https://github.com/llvm/llvm-project/commit/7563727d70f44c41cd8a53ba91581b67f6c8e1

[llvm-branch-commits] [llvm] 91da2da - [AArch64] Add a Machine Value Type for 8 consecutive registers

2021-08-02 Thread Alexandros Lamprineas via llvm-branch-commits
Author: Alexandros Lamprineas Date: 2021-08-02T15:45:58+01:00 New Revision: 91da2da618b553831884261db3ce1ed55ab0beb0 URL: https://github.com/llvm/llvm-project/commit/91da2da618b553831884261db3ce1ed55ab0beb0 DIFF: https://github.com/llvm/llvm-project/commit/91da2da618b553831884261db3ce1ed55ab0be

[llvm-branch-commits] [clang] 1085fe3 - [Clang][AArch64] Inline assembly support for the ACLE type 'data512_t'

2021-08-02 Thread Alexandros Lamprineas via llvm-branch-commits
Author: Alexandros Lamprineas Date: 2021-08-02T15:45:58+01:00 New Revision: 1085fe3e0509aabbf8cea2c39b14ec092f4ca72f URL: https://github.com/llvm/llvm-project/commit/1085fe3e0509aabbf8cea2c39b14ec092f4ca72f DIFF: https://github.com/llvm/llvm-project/commit/1085fe3e0509aabbf8cea2c39b14ec092f4ca7