[llvm-branch-commits] [compiler-rt] release/19.x: [sanitizer_common] Don't use syscall(SYS_clone) on Linux/sparc64 (#100534) (PR #101137)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101137 >From 708cb9cd3a4b7ca182e35a5b3c17f10f18215084 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Tue, 30 Jul 2024 08:57:25 +0200 Subject: [PATCH] [sanitizer_common] Don't use syscall(SYS_clone) on Linux/sparc64 (#100

[llvm-branch-commits] [compiler-rt] 708cb9c - [sanitizer_common] Don't use syscall(SYS_clone) on Linux/sparc64 (#100534)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Rainer Orth Date: 2024-08-10T11:49:18+02:00 New Revision: 708cb9cd3a4b7ca182e35a5b3c17f10f18215084 URL: https://github.com/llvm/llvm-project/commit/708cb9cd3a4b7ca182e35a5b3c17f10f18215084 DIFF: https://github.com/llvm/llvm-project/commit/708cb9cd3a4b7ca182e35a5b3c17f10f18215084.diff L

[llvm-branch-commits] [compiler-rt] release/19.x: [sanitizer_common] Don't use syscall(SYS_clone) on Linux/sparc64 (#100534) (PR #101137)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101137 ___ 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] [compiler-rt] release/19.x: [sanitizer_common] Adjust signal_send.cpp for Linux/sparc64 (#100538) (PR #101141)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101141 >From 97747fb4686939771854e7c9c4e6d9f9bfb59c81 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Tue, 30 Jul 2024 09:00:20 +0200 Subject: [PATCH] [sanitizer_common] Adjust signal_send.cpp for Linux/sparc64 (#100538)

[llvm-branch-commits] [compiler-rt] 97747fb - [sanitizer_common] Adjust signal_send.cpp for Linux/sparc64 (#100538)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Rainer Orth Date: 2024-08-10T11:49:43+02:00 New Revision: 97747fb4686939771854e7c9c4e6d9f9bfb59c81 URL: https://github.com/llvm/llvm-project/commit/97747fb4686939771854e7c9c4e6d9f9bfb59c81 DIFF: https://github.com/llvm/llvm-project/commit/97747fb4686939771854e7c9c4e6d9f9bfb59c81.diff L

[llvm-branch-commits] [compiler-rt] release/19.x: [sanitizer_common] Adjust signal_send.cpp for Linux/sparc64 (#100538) (PR #101141)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101141 ___ 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] [compiler-rt] release/19.x: [sanitizer_common] Fix internal_*stat on Linux/sparc64 (#101012) (PR #101143)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101143 >From 282f103026c78e1881843aee61ac412c153f6df9 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Tue, 30 Jul 2024 09:03:00 +0200 Subject: [PATCH] [sanitizer_common] Fix internal_*stat on Linux/sparc64 (#101012) ```

[llvm-branch-commits] [compiler-rt] release/19.x: [sanitizer_common] Fix internal_*stat on Linux/sparc64 (#101012) (PR #101143)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101143 ___ 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] [compiler-rt] 282f103 - [sanitizer_common] Fix internal_*stat on Linux/sparc64 (#101012)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Rainer Orth Date: 2024-08-10T11:50:09+02:00 New Revision: 282f103026c78e1881843aee61ac412c153f6df9 URL: https://github.com/llvm/llvm-project/commit/282f103026c78e1881843aee61ac412c153f6df9 DIFF: https://github.com/llvm/llvm-project/commit/282f103026c78e1881843aee61ac412c153f6df9.diff L

[llvm-branch-commits] [compiler-rt] [sanitizer_common] Fix internal_*stat on Linux/sparc64 (PR #101236)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
tru wrote: This needs to be fixed due to conflicts with other merged changes @rorth https://github.com/llvm/llvm-project/pull/101236 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinf

[llvm-branch-commits] [llvm] release/19.x: [ADT] Add `` to SmallVector (#101761) (PR #101771)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101771 >From e2f25af711425fb238317582441f4bda56131891 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 2 Aug 2024 23:07:21 +0100 Subject: [PATCH] [ADT] Add `` to SmallVector (#101761) SmallVector uses `uint32_t`, `uint6

[llvm-branch-commits] [llvm] e2f25af - [ADT] Add `` to SmallVector (#101761)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Sam James Date: 2024-08-10T11:52:05+02:00 New Revision: e2f25af711425fb238317582441f4bda56131891 URL: https://github.com/llvm/llvm-project/commit/e2f25af711425fb238317582441f4bda56131891 DIFF: https://github.com/llvm/llvm-project/commit/e2f25af711425fb238317582441f4bda56131891.diff LOG

[llvm-branch-commits] [llvm] release/19.x: [ADT] Add `` to SmallVector (#101761) (PR #101771)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101771 ___ 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] [libcxx] [libc++][bit] Improves rotate functions. (#98032) (PR #101892)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101892 >From 01a49d21c757fa80b3d6cf5cb153840cc94f8830 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sat, 3 Aug 2024 11:19:00 +0200 Subject: [PATCH] [libc++][bit] Improves rotate functions. (#98032) Investigating #9661

[llvm-branch-commits] [libcxx] 01a49d2 - [libc++][bit] Improves rotate functions. (#98032)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Mark de Wever Date: 2024-08-10T11:52:40+02:00 New Revision: 01a49d21c757fa80b3d6cf5cb153840cc94f8830 URL: https://github.com/llvm/llvm-project/commit/01a49d21c757fa80b3d6cf5cb153840cc94f8830 DIFF: https://github.com/llvm/llvm-project/commit/01a49d21c757fa80b3d6cf5cb153840cc94f8830.diff

[llvm-branch-commits] [libcxx] [libc++][bit] Improves rotate functions. (#98032) (PR #101892)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101892 ___ 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] [llvm] release/19.x: [AArch64] Avoid inlining if ZT0 needs preserving. (#101343) (PR #101932)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101932 >From ad5beb7386ad86da7a568d5c5304a3acbd2b7296 Mon Sep 17 00:00:00 2001 From: Sander de Smalen Date: Fri, 2 Aug 2024 10:29:08 +0100 Subject: [PATCH] [AArch64] Avoid inlining if ZT0 needs preserving. (#101343) Inlini

[llvm-branch-commits] [llvm] ad5beb7 - [AArch64] Avoid inlining if ZT0 needs preserving. (#101343)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Sander de Smalen Date: 2024-08-10T11:53:55+02:00 New Revision: ad5beb7386ad86da7a568d5c5304a3acbd2b7296 URL: https://github.com/llvm/llvm-project/commit/ad5beb7386ad86da7a568d5c5304a3acbd2b7296 DIFF: https://github.com/llvm/llvm-project/commit/ad5beb7386ad86da7a568d5c5304a3acbd2b7296.di

[llvm-branch-commits] [llvm] release/19.x: [AArch64] Avoid inlining if ZT0 needs preserving. (#101343) (PR #101932)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101932 ___ 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] [llvm] release/19.x: [AArch64] Avoid NEON dot product in streaming[-compatible] functions (#101677) (PR #101933)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101933 >From de97808c777e711b8a2010992006f89d6a5a6653 Mon Sep 17 00:00:00 2001 From: Sander de Smalen Date: Fri, 2 Aug 2024 15:56:52 +0100 Subject: [PATCH] [AArch64] Avoid NEON dot product in streaming[-compatible] functio

[llvm-branch-commits] [llvm] de97808 - [AArch64] Avoid NEON dot product in streaming[-compatible] functions (#101677)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Sander de Smalen Date: 2024-08-10T11:54:44+02:00 New Revision: de97808c777e711b8a2010992006f89d6a5a6653 URL: https://github.com/llvm/llvm-project/commit/de97808c777e711b8a2010992006f89d6a5a6653 DIFF: https://github.com/llvm/llvm-project/commit/de97808c777e711b8a2010992006f89d6a5a6653.di

[llvm-branch-commits] [llvm] release/19.x: [AArch64] Avoid NEON dot product in streaming[-compatible] functions (#101677) (PR #101933)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101933 ___ 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] [compiler-rt] release/19.x: [AArch64][SME] Rewrite __arm_sc_memset to remove invalid instruction (#101522) (PR #101938)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101938 >From 91d3e76a2b670aece2a15c54f3f9893c0ed96ba1 Mon Sep 17 00:00:00 2001 From: Kerry McLaughlin Date: Fri, 2 Aug 2024 18:00:59 +0100 Subject: [PATCH] [AArch64][SME] Rewrite __arm_sc_memset to remove invalid instructi

[llvm-branch-commits] [compiler-rt] 91d3e76 - [AArch64][SME] Rewrite __arm_sc_memset to remove invalid instruction (#101522)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Kerry McLaughlin Date: 2024-08-10T11:55:42+02:00 New Revision: 91d3e76a2b670aece2a15c54f3f9893c0ed96ba1 URL: https://github.com/llvm/llvm-project/commit/91d3e76a2b670aece2a15c54f3f9893c0ed96ba1 DIFF: https://github.com/llvm/llvm-project/commit/91d3e76a2b670aece2a15c54f3f9893c0ed96ba1.di

[llvm-branch-commits] [compiler-rt] release/19.x: [AArch64][SME] Rewrite __arm_sc_memset to remove invalid instruction (#101522) (PR #101938)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101938 ___ 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] [llvm] release/19.x: [LLVM][TTI][SME] Allow optional auto-vectorisation for streaming functions. (#101679) (PR #101959)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101959 >From dcaa1cde296eb517f19fe49f3cdf5eaff874ebe0 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Mon, 5 Aug 2024 11:25:44 +0100 Subject: [PATCH] [LLVM][TTI][SME] Allow optional auto-vectorisation for streaming functi

[llvm-branch-commits] [llvm] dcaa1cd - [LLVM][TTI][SME] Allow optional auto-vectorisation for streaming functions. (#101679)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Paul Walker Date: 2024-08-10T11:56:22+02:00 New Revision: dcaa1cde296eb517f19fe49f3cdf5eaff874ebe0 URL: https://github.com/llvm/llvm-project/commit/dcaa1cde296eb517f19fe49f3cdf5eaff874ebe0 DIFF: https://github.com/llvm/llvm-project/commit/dcaa1cde296eb517f19fe49f3cdf5eaff874ebe0.diff L

[llvm-branch-commits] [llvm] release/19.x: [LLVM][TTI][SME] Allow optional auto-vectorisation for streaming functions. (#101679) (PR #101959)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101959 ___ 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/19.x: [Driver] Restrict Ofast deprecation help message to Clang (#101682) (PR #101963)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101963 >From 4ab53133ed3612cb4d532efd84823f9e5be22c0f Mon Sep 17 00:00:00 2001 From: Kiran Chandramohan Date: Mon, 5 Aug 2024 12:43:37 +0100 Subject: [PATCH] [Driver] Restrict Ofast deprecation help message to Clang (#1016

[llvm-branch-commits] [clang] 4ab5313 - [Driver] Restrict Ofast deprecation help message to Clang (#101682)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Kiran Chandramohan Date: 2024-08-10T11:56:43+02:00 New Revision: 4ab53133ed3612cb4d532efd84823f9e5be22c0f URL: https://github.com/llvm/llvm-project/commit/4ab53133ed3612cb4d532efd84823f9e5be22c0f DIFF: https://github.com/llvm/llvm-project/commit/4ab53133ed3612cb4d532efd84823f9e5be22c0f.

[llvm-branch-commits] [clang] release/19.x: [Driver] Restrict Ofast deprecation help message to Clang (#101682) (PR #101963)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101963 ___ 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/19.x: [Clang] SFINAE on mismatching pack length during constraint satisfaction checking (#101879) (PR #101967)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101967 >From 09831f28cf1e7630569dc672701fde1be90f8950 Mon Sep 17 00:00:00 2001 From: cor3ntin Date: Mon, 5 Aug 2024 14:22:07 +0200 Subject: [PATCH] [Clang] SFINAE on mismatching pack length during constraint satisfaction c

[llvm-branch-commits] [clang] 09831f2 - [Clang] SFINAE on mismatching pack length during constraint satisfaction checking (#101879)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: cor3ntin Date: 2024-08-10T11:57:16+02:00 New Revision: 09831f28cf1e7630569dc672701fde1be90f8950 URL: https://github.com/llvm/llvm-project/commit/09831f28cf1e7630569dc672701fde1be90f8950 DIFF: https://github.com/llvm/llvm-project/commit/09831f28cf1e7630569dc672701fde1be90f8950.diff LOG:

[llvm-branch-commits] [clang] release/19.x: [Clang] SFINAE on mismatching pack length during constraint satisfaction checking (#101879) (PR #101967)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101967 ___ 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/19.x: [Clang] SFINAE on mismatching pack length during constraint satisfaction checking (#101879) (PR #101967)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
tru wrote: > Not sure what's blocking this, but can we get this merged before LLVM 19 > final release please? Nothing was blocking it - I was just travelling and is only now processing the backported fixes. https://github.com/llvm/llvm-project/pull/101967 _

[llvm-branch-commits] [clang] [Driver] Temporarily probe aarch64-linux-gnu GCC installation (PR #102039)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102039 >From 428c151659400de2d71f9012d43b3652e821b61f Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Mon, 5 Aug 2024 11:52:52 -0700 Subject: [PATCH] [Driver] Temporarily probe aarch64-linux-gnu GCC installation As the c

[llvm-branch-commits] [clang] 428c151 - [Driver] Temporarily probe aarch64-linux-gnu GCC installation

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Fangrui Song Date: 2024-08-10T11:58:27+02:00 New Revision: 428c151659400de2d71f9012d43b3652e821b61f URL: https://github.com/llvm/llvm-project/commit/428c151659400de2d71f9012d43b3652e821b61f DIFF: https://github.com/llvm/llvm-project/commit/428c151659400de2d71f9012d43b3652e821b61f.diff

[llvm-branch-commits] [clang] [Driver] Temporarily probe aarch64-linux-gnu GCC installation (PR #102039)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102039 ___ 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] [llvm] release/19.x: workflows/release-tasks: Add missing permissions for release binaries (#102023) (PR #102057)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102057 >From e1c32a819d223aed47ff4253fde919fb0cb89b37 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 5 Aug 2024 13:30:04 -0700 Subject: [PATCH] workflows/release-tasks: Add missing permissions for release binaries

[llvm-branch-commits] [llvm] release/19.x: workflows/release-tasks: Add missing permissions for release binaries (#102023) (PR #102057)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102057 ___ 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] [llvm] release/19.x: workflows/release-binaries: Give attestation artifacts a unique name (#102041) (PR #102067)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102067 >From b5cb9081fa4560ec9d87a5d81aa027f7239c61c7 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 5 Aug 2024 14:38:56 -0700 Subject: [PATCH] workflows/release-binaries: Give attestation artifacts a unique name (

[llvm-branch-commits] [llvm] release/19.x: workflows/release-binaries: Give attestation artifacts a unique name (#102041) (PR #102067)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102067 ___ 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] [llvm] release/19.x: [BinaryFormat] Disable MachOTest.UnalignedLC on SPARC (#100086) (PR #102103)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102103 >From aa3bbf147fbbd289485e7bdf12d27c1d3c0169c6 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Tue, 6 Aug 2024 09:08:41 +0200 Subject: [PATCH] [BinaryFormat] Disable MachOTest.UnalignedLC on SPARC (#100086) As dis

[llvm-branch-commits] [llvm] aa3bbf1 - [BinaryFormat] Disable MachOTest.UnalignedLC on SPARC (#100086)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Rainer Orth Date: 2024-08-10T12:00:43+02:00 New Revision: aa3bbf147fbbd289485e7bdf12d27c1d3c0169c6 URL: https://github.com/llvm/llvm-project/commit/aa3bbf147fbbd289485e7bdf12d27c1d3c0169c6 DIFF: https://github.com/llvm/llvm-project/commit/aa3bbf147fbbd289485e7bdf12d27c1d3c0169c6.diff L

[llvm-branch-commits] [llvm] release/19.x: [BinaryFormat] Disable MachOTest.UnalignedLC on SPARC (#100086) (PR #102103)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102103 ___ 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] [lldb] release/19.x: [LLDB] Add `` to AddressableBits (#102110) (PR #102112)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102112 >From 1545897f089d3e16edc5142f1c6e3238ba64b26b Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 6 Aug 2024 09:58:36 +0100 Subject: [PATCH] [LLDB] Add `` to AddressableBits (#102110) (cherry picked from commit bb5

[llvm-branch-commits] [lldb] 1545897 - [LLDB] Add `` to AddressableBits (#102110)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Sam James Date: 2024-08-10T12:01:08+02:00 New Revision: 1545897f089d3e16edc5142f1c6e3238ba64b26b URL: https://github.com/llvm/llvm-project/commit/1545897f089d3e16edc5142f1c6e3238ba64b26b DIFF: https://github.com/llvm/llvm-project/commit/1545897f089d3e16edc5142f1c6e3238ba64b26b.diff LOG

[llvm-branch-commits] [lldb] release/19.x: [LLDB] Add `` to AddressableBits (#102110) (PR #102112)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102112 ___ 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] [llvm] release/19.x: [AArch64] Add streaming-mode stack hazard optimization remarks (#101695) (PR #102168)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
tru wrote: The patch here is pretty big in size, but it seems to only affects the remarks, on the other hand it doesn't seem to really fix anything and in that case I feel like RC3 might be the wrong time to merge this. Is there a huge upside to take this this late in the process? Also ping @

[llvm-branch-commits] [llvm] [LAA] Refine stride checks for SCEVs during dependence analysis. (#99â€Ĥ (PR #102201)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102201 >From 87656b311523827c1960a66009cc6cf81c8abb70 Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Fri, 26 Jul 2024 13:10:16 +0100 Subject: [PATCH] [LAA] Refine stride checks for SCEVs during dependence analysis. (#99

[llvm-branch-commits] [llvm] 87656b3 - [LAA] Refine stride checks for SCEVs during dependence analysis. (#99577)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Florian Hahn Date: 2024-08-10T12:04:49+02:00 New Revision: 87656b311523827c1960a66009cc6cf81c8abb70 URL: https://github.com/llvm/llvm-project/commit/87656b311523827c1960a66009cc6cf81c8abb70 DIFF: https://github.com/llvm/llvm-project/commit/87656b311523827c1960a66009cc6cf81c8abb70.diff

[llvm-branch-commits] [llvm] [LAA] Refine stride checks for SCEVs during dependence analysis. (#99â€Ĥ (PR #102201)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102201 ___ 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] [llvm] release/19.x: [CalcSpillWeights] Avoid x87 excess precision influencing weight result (PR #102207)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102207 >From 1eae7f714a6ce9499bc115d5880b81f146cb7eee Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Tue, 23 Jul 2024 19:02:36 +0200 Subject: [PATCH] [CalcSpillWeights] Avoid x87 excess precision influencing weight re

[llvm-branch-commits] [llvm] 1eae7f7 - [CalcSpillWeights] Avoid x87 excess precision influencing weight result

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Dimitry Andric Date: 2024-08-10T12:05:19+02:00 New Revision: 1eae7f714a6ce9499bc115d5880b81f146cb7eee URL: https://github.com/llvm/llvm-project/commit/1eae7f714a6ce9499bc115d5880b81f146cb7eee DIFF: https://github.com/llvm/llvm-project/commit/1eae7f714a6ce9499bc115d5880b81f146cb7eee.diff

[llvm-branch-commits] [llvm] release/19.x: [CalcSpillWeights] Avoid x87 excess precision influencing weight result (PR #102207)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102207 ___ 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] [llvm] release/19.x: [BOLT] Support map other function entry address (#101466) (PR #102282)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102282 >From a0f4170ab8c355a1d8c6d7a810d95121b23fad19 Mon Sep 17 00:00:00 2001 From: sinan Date: Wed, 7 Aug 2024 15:57:25 +0800 Subject: [PATCH] [BOLT] Support map other function entry address (#101466) Allow BOLT to map t

[llvm-branch-commits] [llvm] release/19.x: [BOLT] Support map other function entry address (#101466) (PR #102282)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102282 ___ 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] [lld] release/19.x: [lld][ARM] Fix assertion when mixing ARM and Thumb objects (#101985) (PR #102292)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102292 >From eb4619cf5f022f1d9d89e498fb85d14d5de651a5 Mon Sep 17 00:00:00 2001 From: Oliver Stannard Date: Wed, 7 Aug 2024 10:20:26 +0100 Subject: [PATCH] [lld][ARM] Fix assertion when mixing ARM and Thumb objects (#101985

[llvm-branch-commits] [lld] eb4619c - [lld][ARM] Fix assertion when mixing ARM and Thumb objects (#101985)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Oliver Stannard Date: 2024-08-10T12:06:13+02:00 New Revision: eb4619cf5f022f1d9d89e498fb85d14d5de651a5 URL: https://github.com/llvm/llvm-project/commit/eb4619cf5f022f1d9d89e498fb85d14d5de651a5 DIFF: https://github.com/llvm/llvm-project/commit/eb4619cf5f022f1d9d89e498fb85d14d5de651a5.dif

[llvm-branch-commits] [lld] release/19.x: [lld][ARM] Fix assertion when mixing ARM and Thumb objects (#101985) (PR #102292)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102292 ___ 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] [llvm] release/19.x: [BOLT] Skip PLT search for zero-value weak reference symbols (#69136) (PR #102295)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102295 >From 2e0782c4db0a1bde3edebac64830291517e16c80 Mon Sep 17 00:00:00 2001 From: sinan Date: Wed, 7 Aug 2024 18:02:42 +0800 Subject: [PATCH] [BOLT] Skip PLT search for zero-value weak reference symbols (#69136) Take a

[llvm-branch-commits] [llvm] release/19.x: [BOLT] Skip PLT search for zero-value weak reference symbols (#69136) (PR #102295)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102295 ___ 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] [llvm] release/19.x: [AArch64] Don't replace dst of SWP instructions with (X|W)ZR (#102139) (PR #102316)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102316 >From c25c15edb1cc58796ede2071d4fdbdd1575bcd66 Mon Sep 17 00:00:00 2001 From: Lucas Duarte Prates Date: Wed, 7 Aug 2024 15:15:25 +0100 Subject: [PATCH] [AArch64] Don't replace dst of SWP instructions with (X|W)ZR (#

[llvm-branch-commits] [llvm] c25c15e - [AArch64] Don't replace dst of SWP instructions with (X|W)ZR (#102139)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Lucas Duarte Prates Date: 2024-08-10T12:07:27+02:00 New Revision: c25c15edb1cc58796ede2071d4fdbdd1575bcd66 URL: https://github.com/llvm/llvm-project/commit/c25c15edb1cc58796ede2071d4fdbdd1575bcd66 DIFF: https://github.com/llvm/llvm-project/commit/c25c15edb1cc58796ede2071d4fdbdd1575bcd66

[llvm-branch-commits] [llvm] release/19.x: [AArch64] Don't replace dst of SWP instructions with (X|W)ZR (#102139) (PR #102316)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102316 ___ 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/19.x: [clang][modules] Enable built-in modules for the upcoming Apple releases (#102239) (PR #102335)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102335 >From dca18c3334dd18642a5439ecf3a8854c6d9ed12e Mon Sep 17 00:00:00 2001 From: Ian Anderson Date: Wed, 7 Aug 2024 10:14:58 -0700 Subject: [PATCH 1/2] [clang][modules] Enable built-in modules for the upcoming Apple re

[llvm-branch-commits] [clang] dca18c3 - [clang][modules] Enable built-in modules for the upcoming Apple releases (#102239)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Ian Anderson Date: 2024-08-10T12:08:49+02:00 New Revision: dca18c3334dd18642a5439ecf3a8854c6d9ed12e URL: https://github.com/llvm/llvm-project/commit/dca18c3334dd18642a5439ecf3a8854c6d9ed12e DIFF: https://github.com/llvm/llvm-project/commit/dca18c3334dd18642a5439ecf3a8854c6d9ed12e.diff

[llvm-branch-commits] [clang] 561be3b - [Driver] Fix a warning

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Kazu Hirata Date: 2024-08-10T12:08:49+02:00 New Revision: 561be3b95e724a8df6f35c0b415b5f8a536a4df2 URL: https://github.com/llvm/llvm-project/commit/561be3b95e724a8df6f35c0b415b5f8a536a4df2 DIFF: https://github.com/llvm/llvm-project/commit/561be3b95e724a8df6f35c0b415b5f8a536a4df2.diff L

[llvm-branch-commits] [clang] release/19.x: [clang][modules] Enable built-in modules for the upcoming Apple releases (#102239) (PR #102335)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102335 ___ 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] [llvm] release/19.x: [AIX]export function descriptor symbols related to template functions. (#101920) (PR #102407)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102407 >From 9ec7815e2bed8421bf2967e1f122128dbcf49979 Mon Sep 17 00:00:00 2001 From: Chen Zheng Date: Tue, 6 Aug 2024 11:07:45 +0800 Subject: [PATCH] [AIX]export function descriptor symbols related to template functions. (

[llvm-branch-commits] [llvm] 9ec7815 - [AIX]export function descriptor symbols related to template functions. (#101920)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Chen Zheng Date: 2024-08-10T12:09:20+02:00 New Revision: 9ec7815e2bed8421bf2967e1f122128dbcf49979 URL: https://github.com/llvm/llvm-project/commit/9ec7815e2bed8421bf2967e1f122128dbcf49979 DIFF: https://github.com/llvm/llvm-project/commit/9ec7815e2bed8421bf2967e1f122128dbcf49979.diff LO

[llvm-branch-commits] [llvm] release/19.x: [AIX]export function descriptor symbols related to template functions. (#101920) (PR #102407)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102407 ___ 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/19.x: [clang-format] Fix a bug in annotating CastRParen (#102261) (PR #102419)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102419 >From b084eff6ca9f331e107b68f13dfa7217c782688a Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Wed, 7 Aug 2024 21:05:42 -0700 Subject: [PATCH] [clang-format] Fix a bug in annotating CastRParen (#102261) Fixes #102102.

[llvm-branch-commits] [clang] b084eff - [clang-format] Fix a bug in annotating CastRParen (#102261)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Owen Pan Date: 2024-08-10T12:09:46+02:00 New Revision: b084eff6ca9f331e107b68f13dfa7217c782688a URL: https://github.com/llvm/llvm-project/commit/b084eff6ca9f331e107b68f13dfa7217c782688a DIFF: https://github.com/llvm/llvm-project/commit/b084eff6ca9f331e107b68f13dfa7217c782688a.diff LOG:

[llvm-branch-commits] [clang] release/19.x: [clang-format] Fix a bug in annotating CastRParen (#102261) (PR #102419)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102419 ___ 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/19.x: [clang] Fix crash when #embed used in a compound literal (#102304) (PR #102428)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102428 >From 0df301ba8bc463cc27b9ec86d20b5f881c6c7866 Mon Sep 17 00:00:00 2001 From: Mariya Podchishchaeva Date: Thu, 8 Aug 2024 08:51:56 +0200 Subject: [PATCH] [clang] Fix crash when #embed used in a compound literal (#10

[llvm-branch-commits] [clang] 0df301b - [clang] Fix crash when #embed used in a compound literal (#102304)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Mariya Podchishchaeva Date: 2024-08-10T12:10:15+02:00 New Revision: 0df301ba8bc463cc27b9ec86d20b5f881c6c7866 URL: https://github.com/llvm/llvm-project/commit/0df301ba8bc463cc27b9ec86d20b5f881c6c7866 DIFF: https://github.com/llvm/llvm-project/commit/0df301ba8bc463cc27b9ec86d20b5f881c6c78

[llvm-branch-commits] [clang] release/19.x: [clang] Fix crash when #embed used in a compound literal (#102304) (PR #102428)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102428 ___ 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] [llvm] release/19.x: [AMDGPU] Fix folding clamp into pseudo scalar instructions (#100568) (PR #102446)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102446 >From 7eb25ddccc1060776a34410d193bb3d066444b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mirko=20Brku=C5=A1anin?= Date: Thu, 25 Jul 2024 18:19:26 +0200 Subject: [PATCH] [AMDGPU] Fix folding clamp into pseudo scalar in

[llvm-branch-commits] [llvm] 7eb25dd - [AMDGPU] Fix folding clamp into pseudo scalar instructions (#100568)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Mirko BrkuĊĦanin Date: 2024-08-10T12:10:49+02:00 New Revision: 7eb25ddccc1060776a34410d193bb3d066444b78 URL: https://github.com/llvm/llvm-project/commit/7eb25ddccc1060776a34410d193bb3d066444b78 DIFF: https://github.com/llvm/llvm-project/commit/7eb25ddccc1060776a34410d193bb3d066444b78.dif

[llvm-branch-commits] [llvm] release/19.x: [AMDGPU] Fix folding clamp into pseudo scalar instructions (#100568) (PR #102446)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102446 ___ 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] [llvm] release/19.x: Revert "[LLVM] Silence compiler-rt warning in runtimes build (#99525)" (PR #102475)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102475 >From a2c18c0b2bdb765700e6379ade0bc0d2e1c592f8 Mon Sep 17 00:00:00 2001 From: Muhammad Omair Javaid Date: Thu, 25 Jul 2024 12:21:16 +0500 Subject: [PATCH] Revert "[LLVM] Silence compiler-rt warning in runtimes build

[llvm-branch-commits] [llvm] a2c18c0 - Revert "[LLVM] Silence compiler-rt warning in runtimes build (#99525)"

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Muhammad Omair Javaid Date: 2024-08-10T12:11:21+02:00 New Revision: a2c18c0b2bdb765700e6379ade0bc0d2e1c592f8 URL: https://github.com/llvm/llvm-project/commit/a2c18c0b2bdb765700e6379ade0bc0d2e1c592f8 DIFF: https://github.com/llvm/llvm-project/commit/a2c18c0b2bdb765700e6379ade0bc0d2e1c592

[llvm-branch-commits] [llvm] release/19.x: Revert "[LLVM] Silence compiler-rt warning in runtimes build (#99525)" (PR #102475)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102475 ___ 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] [llvm] release/19.x: backport PR96483 (PR #102491)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102491 >From 2da001d8318d365dde771fa154ec772431cf15f1 Mon Sep 17 00:00:00 2001 From: Antonio Frighetto Date: Thu, 25 Jul 2024 09:18:20 +0200 Subject: [PATCH] [TBAA] Do not rewrite TBAA if exists, always null out `!tbaa.str

[llvm-branch-commits] [llvm] 2da001d - [TBAA] Do not rewrite TBAA if exists, always null out `!tbaa.struct`

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Antonio Frighetto Date: 2024-08-10T12:12:32+02:00 New Revision: 2da001d8318d365dde771fa154ec772431cf15f1 URL: https://github.com/llvm/llvm-project/commit/2da001d8318d365dde771fa154ec772431cf15f1 DIFF: https://github.com/llvm/llvm-project/commit/2da001d8318d365dde771fa154ec772431cf15f1.d

[llvm-branch-commits] [llvm] release/19.x: backport PR96483 (PR #102491)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102491 ___ 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] [llvm] release/19.x: [NFC][llvm][support] rename INFINITY in regcomp (#101758) (PR #102492)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102492 >From 32e20009d1943e2f6cd6f55c6ec6a23dcd094337 Mon Sep 17 00:00:00 2001 From: David Tenty Date: Thu, 8 Aug 2024 11:16:18 -0400 Subject: [PATCH] [NFC][llvm][support] rename INFINITY in regcomp (#101758) since C23 thi

[llvm-branch-commits] [llvm] 32e2000 - [NFC][llvm][support] rename INFINITY in regcomp (#101758)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: David Tenty Date: 2024-08-10T12:13:21+02:00 New Revision: 32e20009d1943e2f6cd6f55c6ec6a23dcd094337 URL: https://github.com/llvm/llvm-project/commit/32e20009d1943e2f6cd6f55c6ec6a23dcd094337 DIFF: https://github.com/llvm/llvm-project/commit/32e20009d1943e2f6cd6f55c6ec6a23dcd094337.diff L

[llvm-branch-commits] [llvm] release/19.x: [NFC][llvm][support] rename INFINITY in regcomp (#101758) (PR #102492)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102492 ___ 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] [lld] release/19.x: [ELF] scanRelocations: support .crel.eh_frame (PR #102523)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102523 >From 7aae895c245a00a6bb97d05c966765de825a54d1 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Thu, 8 Aug 2024 00:57:43 -0700 Subject: [PATCH 1/2] [ELF] .llvm.call-graph-profile: support CREL https://reviews.llvm.

[llvm-branch-commits] [lld] 7aae895 - [ELF] .llvm.call-graph-profile: support CREL

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Fangrui Song Date: 2024-08-10T12:15:26+02:00 New Revision: 7aae895c245a00a6bb97d05c966765de825a54d1 URL: https://github.com/llvm/llvm-project/commit/7aae895c245a00a6bb97d05c966765de825a54d1 DIFF: https://github.com/llvm/llvm-project/commit/7aae895c245a00a6bb97d05c966765de825a54d1.diff

[llvm-branch-commits] [lld] 39746ee - [ELF] scanRelocations: support .crel.eh_frame

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Fangrui Song Date: 2024-08-10T12:15:26+02:00 New Revision: 39746ee0048e1f4891d2e2b58e7c7583df43c3bc URL: https://github.com/llvm/llvm-project/commit/39746ee0048e1f4891d2e2b58e7c7583df43c3bc DIFF: https://github.com/llvm/llvm-project/commit/39746ee0048e1f4891d2e2b58e7c7583df43c3bc.diff

[llvm-branch-commits] [lld] release/19.x: [ELF] scanRelocations: support .crel.eh_frame (PR #102523)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102523 ___ 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] release/19.x: Revert "demangle function names in trace files (#87626)" (PR #102552)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102552 >From d893708ded7b5e8cfafae777bf88928761231994 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Wed, 7 Aug 2024 12:23:28 -0700 Subject: [PATCH] Revert "demangle function names in trace files (#87626)" This reverts

[llvm-branch-commits] [clang] [llvm] release/19.x: Revert "demangle function names in trace files (#87626)" (PR #102552)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102552 ___ 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] [llvm] release/19.x: [AArch64] Add invalid 1 x vscale costs for reductions and reduction-operations. (#102105) (PR #102641)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102641 >From f3261a5a64d8ff2c76eb9c1ae2aa7d348c75e97c Mon Sep 17 00:00:00 2001 From: David Green Date: Fri, 9 Aug 2024 14:25:07 +0100 Subject: [PATCH] [AArch64] Add invalid 1 x vscale costs for reductions and reduction-ope

[llvm-branch-commits] [llvm] f3261a5 - [AArch64] Add invalid 1 x vscale costs for reductions and reduction-operations. (#102105)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: David Green Date: 2024-08-10T12:17:41+02:00 New Revision: f3261a5a64d8ff2c76eb9c1ae2aa7d348c75e97c URL: https://github.com/llvm/llvm-project/commit/f3261a5a64d8ff2c76eb9c1ae2aa7d348c75e97c DIFF: https://github.com/llvm/llvm-project/commit/f3261a5a64d8ff2c76eb9c1ae2aa7d348c75e97c.diff L

[llvm-branch-commits] [llvm] release/19.x: [AArch64] Add invalid 1 x vscale costs for reductions and reduction-operations. (#102105) (PR #102641)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102641 ___ 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] ccd8d04 - [clang] Wire -fptrauth-returns to "ptrauth-returns" fn attribute. (#102416)

2024-08-10 Thread Tobias Hieta via llvm-branch-commits
Author: Ahmed Bougacha Date: 2024-08-10T12:18:14+02:00 New Revision: ccd8d0497a92c50e52933cd5d712a32a192ba6aa URL: https://github.com/llvm/llvm-project/commit/ccd8d0497a92c50e52933cd5d712a32a192ba6aa DIFF: https://github.com/llvm/llvm-project/commit/ccd8d0497a92c50e52933cd5d712a32a192ba6aa.diff

<    1   2   3   4   5   6   7   8   9   10   >