[clang] [NFC][Clang][Headers] Update refs to ACLE in comments (PR #78305)

2024-02-06 Thread James Westwood via cfe-commits
@@ -308,7 +313,7 @@ __qdbl(int32_t __t) { } #endif -/* 9.4.3 Accumultating multiplications */ +/* 8.4.3 Accumultating multiplications */ jwestwood921 wrote: There is a spelling error: 'Accumultating' instead of 'Accumulating'. https://github.com/llvm/llvm-pr

[clang] [NFC][Clang][Headers] Update refs to ACLE in comments (PR #78305)

2024-02-06 Thread James Westwood via cfe-commits
@@ -540,7 +545,7 @@ __usub16(uint16x2_t __a, uint16x2_t __b) { } #endif -/* 9.5.10 Parallel 16-bit multiplications */ +/* 8.5.10 Parallel 16-bit multiplications */ jwestwood921 wrote: Nit pick: The ACLE document has 'multiplication', instead of 'multiplicatio

[clang] [llvm] __ARM_ARCH macro definition fix (PR #81301)

2024-02-09 Thread James Westwood via cfe-commits
https://github.com/jwestwood921 created https://github.com/llvm/llvm-project/pull/81301 …ARCH Added functionality to the ARMTargetParser to obtain the minor version of each architecture, and amended ARM.cpp and AArch64.cpp to define __ARM_ARCH correctly. In ACLE 5.4.1, __ARM_ARCH is defined

[clang] [llvm] __ARM_ARCH macro definition fix (PR #81301)

2024-02-09 Thread James Westwood via cfe-commits
https://github.com/jwestwood921 updated https://github.com/llvm/llvm-project/pull/81301 >From 4f3a6f2ee1c6b8684f7a1eba1dc6db8c82925169 Mon Sep 17 00:00:00 2001 From: James Westwood Date: Fri, 9 Feb 2024 19:06:20 + Subject: [PATCH 1/2] __ARM_ARCH macro definition fix Added functionality to

[clang] [llvm] __ARM_ARCH macro definition fix (PR #81301)

2024-02-12 Thread James Westwood via cfe-commits
https://github.com/jwestwood921 closed https://github.com/llvm/llvm-project/pull/81301 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] __ARM_ARCH macro fix (PR #81466)

2024-02-12 Thread James Westwood via cfe-commits
https://github.com/jwestwood921 created https://github.com/llvm/llvm-project/pull/81466 Added functionality to the ARMTargetParser to obtain the minor version of each architecture, and amended ARM.cpp and AArch64.cpp to define __ARM_ARCH correctly. In ACLE 5.4.1, __ARM_ARCH is defined as equa

[clang] [llvm] __ARM_ARCH macro fix (PR #81466)

2024-02-12 Thread James Westwood via cfe-commits
https://github.com/jwestwood921 updated https://github.com/llvm/llvm-project/pull/81466 >From 08628a75872266bdb1365ed39754512b1a400a70 Mon Sep 17 00:00:00 2001 From: James Westwood Date: Fri, 9 Feb 2024 19:06:20 + Subject: [PATCH 1/2] __ARM_ARCH macro definition fix Added functionality to

[clang] [llvm] __ARM_ARCH macro definition fix (PR #81493)

2024-02-12 Thread James Westwood via cfe-commits
https://github.com/jwestwood921 created https://github.com/llvm/llvm-project/pull/81493 This patch changes how the macro __ARM_ARCH is defined to match its defintion in the ACLE. In ACLE 5.4.1, __ARM_ARCH is defined as equal to the major architecture version for ISAs up to and including v8. Fr

[clang] [llvm] __ARM_ARCH macro fix (PR #81466)

2024-02-12 Thread James Westwood via cfe-commits
https://github.com/jwestwood921 closed https://github.com/llvm/llvm-project/pull/81466 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [ARM] __ARM_ARCH macro definition fix (PR #81493)

2024-02-12 Thread James Westwood via cfe-commits
https://github.com/jwestwood921 edited https://github.com/llvm/llvm-project/pull/81493 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [ARM] __ARM_ARCH macro definition fix (PR #81493)

2024-02-13 Thread James Westwood via cfe-commits
https://github.com/jwestwood921 updated https://github.com/llvm/llvm-project/pull/81493 >From 2c265033c4f345f475a7dca4793178ce2502a4fa Mon Sep 17 00:00:00 2001 From: James Westwood Date: Fri, 9 Feb 2024 19:06:20 + Subject: [PATCH 1/2] __ARM_ARCH macro definition fix This patch changes how

[clang] [llvm] [ARM] __ARM_ARCH macro definition fix (PR #81493)

2024-02-13 Thread James Westwood via cfe-commits
https://github.com/jwestwood921 updated https://github.com/llvm/llvm-project/pull/81493 >From 15c83444dbf0ea8e161479253351727b049b6bd1 Mon Sep 17 00:00:00 2001 From: James Westwood Date: Fri, 9 Feb 2024 19:06:20 + Subject: [PATCH] __ARM_ARCH macro definition fix This patch changes how the

[clang] [llvm] [ARM] __ARM_ARCH macro definition fix (PR #81493)

2024-02-13 Thread James Westwood via cfe-commits
https://github.com/jwestwood921 updated https://github.com/llvm/llvm-project/pull/81493 >From 0a970c1e8d5137e1c202f688f06d738b890dd98c Mon Sep 17 00:00:00 2001 From: James Westwood Date: Fri, 9 Feb 2024 19:06:20 + Subject: [PATCH] __ARM_ARCH macro definition fix This patch changes how the

[clang] [llvm] [ARM] __ARM_ARCH macro definition fix (PR #81493)

2024-02-13 Thread James Westwood via cfe-commits
https://github.com/jwestwood921 updated https://github.com/llvm/llvm-project/pull/81493 >From 0a970c1e8d5137e1c202f688f06d738b890dd98c Mon Sep 17 00:00:00 2001 From: James Westwood Date: Fri, 9 Feb 2024 19:06:20 + Subject: [PATCH] __ARM_ARCH macro definition fix This patch changes how the

[clang] [llvm] Changed the __ARM_ARCH macro to match the definition in the ACLE. (PR #79583)

2024-01-26 Thread James Westwood via cfe-commits
https://github.com/jwestwood921 created https://github.com/llvm/llvm-project/pull/79583 Added functionality to the ARMTargetParser to obtain the minor version of each architecture, and amended ARM.cpp and AArch64.cpp to define __ARM_ARCH correctly. In ACLE 5.4.1, __ARM_ARCH is defined as equa

[clang] [llvm] Changed the __ARM_ARCH macro to match the definition in the ACLE. (PR #79583)

2024-01-29 Thread James Westwood via cfe-commits
https://github.com/jwestwood921 closed https://github.com/llvm/llvm-project/pull/79583 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC] Fix arm_acle.h title headers (PR #82624)

2024-02-22 Thread James Westwood via cfe-commits
https://github.com/jwestwood921 approved this pull request. LGTM, but wait for @DavidSpickett to review before merging. https://github.com/llvm/llvm-project/pull/82624 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-b