[llvm-branch-commits] [clang] release/19.x: [Clang][Sema] Revisit the fix for the lambda within a type alias template decl (#89934) (PR #106166)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/106166 ___ 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: [PowerPC] Fix mask for __st[d/w/h/b]cx builtins (#104453) (PR #106085)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/106085 >From ed699666de2d82eab266bf41372175da73202834 Mon Sep 17 00:00:00 2001 From: Zaara Syeda Date: Thu, 22 Aug 2024 09:55:46 -0400 Subject: [PATCH] [PowerPC] Fix mask for __st[d/w/h/b]cx builtins (#104453) These builti

[llvm-branch-commits] [llvm] 441fb41 - [AMDGPU] GFX12 VMEM loads can write VGPR results out of order (#105549)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Jay Foad Date: 2024-09-01T10:06:31+02:00 New Revision: 441fb41cb487d286977b7e1cdabc3efe4c2010cf URL: https://github.com/llvm/llvm-project/commit/441fb41cb487d286977b7e1cdabc3efe4c2010cf DIFF: https://github.com/llvm/llvm-project/commit/441fb41cb487d286977b7e1cdabc3efe4c2010cf.diff LOG:

[llvm-branch-commits] [llvm] release/19.x: workflows/release-tasks: Pass required secrets to all called workflows (#106286) (PR #106491)

2024-09-01 Thread via llvm-branch-commits
github-actions[bot] wrote: @tstellar (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.

[llvm-branch-commits] [llvm] release/19.x: [PowerPC] Respect endianness when bitcasting to fp128 (#95931) (PR #105623)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/105623 >From 45b149d2531948d2cc0e9d699a8e5371360a3bdf Mon Sep 17 00:00:00 2001 From: Tim Gymnich Date: Thu, 8 Aug 2024 02:51:04 +0200 Subject: [PATCH] [PowerPC] Respect endianness when bitcasting to fp128 (#95931) Fixes #

[llvm-branch-commits] [clang] release/19.x: [clang-format] js handle anonymous classes (#106242) (PR #106390)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/106390 ___ 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] 894ec4e - [analyzer] Add missing include to llvm/lib/Support/Z3Solver.cpp (#106410)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Luke Shingles Date: 2024-09-01T10:18:03+02:00 New Revision: 894ec4e3a1d56a5dd5a8205b4fd734136db87cfd URL: https://github.com/llvm/llvm-project/commit/894ec4e3a1d56a5dd5a8205b4fd734136db87cfd DIFF: https://github.com/llvm/llvm-project/commit/894ec4e3a1d56a5dd5a8205b4fd734136db87cfd.diff

[llvm-branch-commits] [compiler-rt] release/19.x: [compiler-rt] Fix definition of `usize` on 32-bit Windows (PR #106303)

2024-09-01 Thread via llvm-branch-commits
github-actions[bot] wrote: @arichardson (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.

[llvm-branch-commits] [clang] release/19.x: Revert "[clang] fix broken canonicalization of DeducedTemplateSpeciatizationType (#95202)" (PR #106516)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/106516 ___ 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] Correctly identify token-pasted record names (#106484) (PR #106900)

2024-09-01 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/106900 Backport 7579787e05966f21684dd4b4a15b9deac13d09e1 Requested by: @owenca >From 95fa0bee9314a878b3a58d748998c3b3ef42bd75 Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Thu, 29 Aug 2024 19:14:19 -0700 Subject: [PA

[llvm-branch-commits] [clang] release/19.x: [clang-format] js handle anonymous classes (#106242) (PR #106390)

2024-09-01 Thread via llvm-branch-commits
github-actions[bot] wrote: @kadircet (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.

[llvm-branch-commits] [libunwind] release/19.x: [libunwind] Stop installing the mach-o module map (#105616) (PR #105896)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/105896 ___ 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] bac3db3 - [clang-format] Revert "[clang-format][NFC] Delete TT_LambdaArrow (#70… (#105923)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Owen Pan Date: 2024-09-01T10:15:12+02:00 New Revision: bac3db3c8b41c921d8ec895a9dc89ce310a670cb URL: https://github.com/llvm/llvm-project/commit/bac3db3c8b41c921d8ec895a9dc89ce310a670cb DIFF: https://github.com/llvm/llvm-project/commit/bac3db3c8b41c921d8ec895a9dc89ce310a670cb.diff LOG:

[llvm-branch-commits] [clang] 1b1ddb7 - [clang-format] Fix a misannotation of redundant r_paren as CastRParen (#105921)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Owen Pan Date: 2024-09-01T10:07:28+02:00 New Revision: 1b1ddb767e430a29c35c8b12760b7aa21f508d15 URL: https://github.com/llvm/llvm-project/commit/1b1ddb767e430a29c35c8b12760b7aa21f508d15 DIFF: https://github.com/llvm/llvm-project/commit/1b1ddb767e430a29c35c8b12760b7aa21f508d15.diff LOG:

[llvm-branch-commits] [compiler-rt] release/19.x: [builtins] Fix missing main() function in float16/bfloat16 support checks (#104478) (PR #106843)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/106843 ___ 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] 9ec54c3 - [clang-format] Fix misalignments of pointers in angle brackets (#106013)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Owen Pan Date: 2024-09-01T10:12:18+02:00 New Revision: 9ec54c307b6151b1ddb3f7fe3b7cba4d9309b26c URL: https://github.com/llvm/llvm-project/commit/9ec54c307b6151b1ddb3f7fe3b7cba4d9309b26c DIFF: https://github.com/llvm/llvm-project/commit/9ec54c307b6151b1ddb3f7fe3b7cba4d9309b26c.diff LOG:

[llvm-branch-commits] [clang] release/19.x: [clang-format] Fix misalignments of pointers in angle brackets (#106013) (PR #106326)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/106326 ___ 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 misannotation of less/greater as angle brackets (#105941) (PR #105971)

2024-09-01 Thread via llvm-branch-commits
github-actions[bot] wrote: @owenca (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. ht

[llvm-branch-commits] [llvm] release/19.x: [RemoveDIs] Simplify spliceDebugInfo, fixing splice-to-end edge case (#105670) (PR #106690)

2024-09-01 Thread via llvm-branch-commits
github-actions[bot] wrote: @OCHyams (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. h

[llvm-branch-commits] [clang] 52ab956 - [Clang][Sema] Revisit the fix for the lambda within a type alias template decl (#89934)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Younan Zhang Date: 2024-09-01T10:10:41+02:00 New Revision: 52ab956704050302926e8afe1c7dbda4578acb9d URL: https://github.com/llvm/llvm-project/commit/52ab956704050302926e8afe1c7dbda4578acb9d DIFF: https://github.com/llvm/llvm-project/commit/52ab956704050302926e8afe1c7dbda4578acb9d.diff

[llvm-branch-commits] [llvm] release/19.x: Restrict LLVM_TARGETS_TO_BUILD in Windows release packaging (#106059) (PR #106546)

2024-09-01 Thread via llvm-branch-commits
github-actions[bot] wrote: @zmodem (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. ht

[llvm-branch-commits] [llvm] release/19.x: [IndVars] Check if WideInc available before trying to use it (PR #106892)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
tru wrote: @shafik @AaronBallman is this good to be merged? https://github.com/llvm/llvm-project/pull/106892 ___ 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] eba1ef5 - [AArch64] Make apple-m4 armv8.7-a again (from armv9.2-a). (#106312)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Ahmed Bougacha Date: 2024-09-01T09:49:34+02:00 New Revision: eba1ef5a1b7a84ed1954797dcd6d6f073b1f1a56 URL: https://github.com/llvm/llvm-project/commit/eba1ef5a1b7a84ed1954797dcd6d6f073b1f1a56 DIFF: https://github.com/llvm/llvm-project/commit/eba1ef5a1b7a84ed1954797dcd6d6f073b1f1a56.diff

[llvm-branch-commits] [clang] [clang-format] Correctly identify token-pasted record names (PR #106897)

2024-09-01 Thread Owen Pan via llvm-branch-commits
https://github.com/owenca milestoned https://github.com/llvm/llvm-project/pull/106897 ___ 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] 4913755 - Revert "[LinkerWrapper] Extend with usual pass options (#96704)" (#102226)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Joseph Huber Date: 2024-09-01T10:13:30+02:00 New Revision: 491375504831aae3da85ffb288ca3c8b3c94b1ea URL: https://github.com/llvm/llvm-project/commit/491375504831aae3da85ffb288ca3c8b3c94b1ea DIFF: https://github.com/llvm/llvm-project/commit/491375504831aae3da85ffb288ca3c8b3c94b1ea.diff

[llvm-branch-commits] [clang] [clang-format] Correctly identify token-pasted record names (PR #106897)

2024-09-01 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-format Author: Owen Pan (owenca) Changes See https://github.com/llvm/llvm-project/pull/89706#issuecomment-2315549955. --- Full diff: https://github.com/llvm/llvm-project/pull/106897.diff 2 Files Affected: - (modified) clang/lib/Format/Unwrapped

[llvm-branch-commits] [clang-tools-extra] [clangd] Add clangd 19 release notes (PR #105975)

2024-09-01 Thread via llvm-branch-commits
github-actions[bot] wrote: @HighCommander4 (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

[llvm-branch-commits] [clang] release/19.x: [clang-format] Fix misalignments of pointers in angle brackets (#106013) (PR #106326)

2024-09-01 Thread via llvm-branch-commits
github-actions[bot] wrote: @owenca (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. ht

[llvm-branch-commits] [llvm] release/19.x: [IndVars] Check if WideInc available before trying to use it (PR #106892)

2024-09-01 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-transforms Author: None (llvmbot) Changes Backport c9a5e1b665dbba898e9981fd7d48881947e6560e Requested by: @nikic --- Full diff: https://github.com/llvm/llvm-project/pull/106892.diff 2 Files Affected: - (modified) llvm/lib/Transforms/Utils/Simpl

[llvm-branch-commits] [clang] release/19.x: [clang-format] Correctly identify token-pasted record names (#106484) (PR #106900)

2024-09-01 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-format Author: None (llvmbot) Changes Backport 7579787e05966f21684dd4b4a15b9deac13d09e1 Requested by: @owenca --- Full diff: https://github.com/llvm/llvm-project/pull/106900.diff 2 Files Affected: - (modified) clang/lib/Format/UnwrappedLinePar

[llvm-branch-commits] [clang] 3f768dd - Add release note about ABI implementation changes for _BitInt on Arm

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Maciej Gabka Date: 2024-09-01T10:05:56+02:00 New Revision: 3f768dd6806aeca74bfdf21bde9135d96b137ef3 URL: https://github.com/llvm/llvm-project/commit/3f768dd6806aeca74bfdf21bde9135d96b137ef3 DIFF: https://github.com/llvm/llvm-project/commit/3f768dd6806aeca74bfdf21bde9135d96b137ef3.diff

[llvm-branch-commits] [llvm] release/19.x: [PowerPC] Fix mask for __st[d/w/h/b]cx builtins (#104453) (PR #106085)

2024-09-01 Thread via llvm-branch-commits
github-actions[bot] wrote: @syzaara (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. h

[llvm-branch-commits] [llvm] release/19.x: workflows/release-tasks: Pass required secrets to all called workflows (#106286) (PR #106491)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/106491 ___ 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][AArch64] Add SME2.1 feature macros (#105657) (PR #106135)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/106135 >From 456006bc91c3d972f3c549b6296cad5e83630c7d Mon Sep 17 00:00:00 2001 From: SpencerAbson Date: Fri, 23 Aug 2024 14:27:49 +0100 Subject: [PATCH] [clang][AArch64] Add SME2.1 feature macros (#105657) (cherry picked f

[llvm-branch-commits] [llvm] daea6b9 - [AMDGPU] Add GFX12 test coverage for vmcnt flushing in loop headers (#105548)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Jay Foad Date: 2024-09-01T10:06:31+02:00 New Revision: daea6b9c40a1ee9d44f5658c182094147bb78340 URL: https://github.com/llvm/llvm-project/commit/daea6b9c40a1ee9d44f5658c182094147bb78340 DIFF: https://github.com/llvm/llvm-project/commit/daea6b9c40a1ee9d44f5658c182094147bb78340.diff LOG:

[llvm-branch-commits] [clang] [clang-format] Correctly identify token-pasted record names (PR #106897)

2024-09-01 Thread Owen Pan via llvm-branch-commits
https://github.com/owenca closed https://github.com/llvm/llvm-project/pull/106897 ___ 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-macho] Fix crash: ObjC category merge + relative method lists (#104081) (PR #105615)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/105615 >From 40b076410194df3783b0c9cefa9f018fb190bdff Mon Sep 17 00:00:00 2001 From: alx32 <103613512+al...@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:30:41 -0700 Subject: [PATCH] [lld-macho] Fix crash: ObjC categor

[llvm-branch-commits] [llvm] 45b149d - [PowerPC] Respect endianness when bitcasting to fp128 (#95931)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Tim Gymnich Date: 2024-09-01T10:05:25+02:00 New Revision: 45b149d2531948d2cc0e9d699a8e5371360a3bdf URL: https://github.com/llvm/llvm-project/commit/45b149d2531948d2cc0e9d699a8e5371360a3bdf DIFF: https://github.com/llvm/llvm-project/commit/45b149d2531948d2cc0e9d699a8e5371360a3bdf.diff L

[llvm-branch-commits] [lld] release/19.x: [ELF] Move ElfSym into Ctx. NFC (PR #101844)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101844 ___ 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-macho] Fix crash: ObjC category merge + relative method lists (#104081) (PR #105615)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/105615 ___ 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] 6f62347 - [libcxx] don't `#include ` if wide chars aren't enabled (#99911)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Ties Stuij Date: 2024-09-01T10:20:37+02:00 New Revision: 6f623478d48c171d59e95b25ea2aca49dca8f135 URL: https://github.com/llvm/llvm-project/commit/6f623478d48c171d59e95b25ea2aca49dca8f135 DIFF: https://github.com/llvm/llvm-project/commit/6f623478d48c171d59e95b25ea2aca49dca8f135.diff LO

[llvm-branch-commits] [compiler-rt] release/19.x: [builtins] Fix divtc3.c etc. compilation on Solaris/SPARC with gcc (#101662) (PR #101847)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Any news on this? Should it be withdrawn considering there are issues with it? https://github.com/llvm/llvm-project/pull/101847 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/li

[llvm-branch-commits] [clang] 78f97e2 - [analyzer] Limit `isTainted()` by skipping complicated symbols (#105493)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Balazs Benics Date: 2024-09-01T10:01:07+02:00 New Revision: 78f97e22e5d87f9efc6b2c0ec76f60667458ca8a URL: https://github.com/llvm/llvm-project/commit/78f97e22e5d87f9efc6b2c0ec76f60667458ca8a DIFF: https://github.com/llvm/llvm-project/commit/78f97e22e5d87f9efc6b2c0ec76f60667458ca8a.diff

[llvm-branch-commits] [libcxx] release/19.x: [libcxx] don't `#include ` if wide chars aren't enabled (#99911) (PR #106788)

2024-09-01 Thread via llvm-branch-commits
github-actions[bot] wrote: @ldionne (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. h

[llvm-branch-commits] [clang] [llvm] release/19.x: workflows/release-binaries: Enable flang builds on Windows (#101344) (PR #106480)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/106480 >From 884e9d026ec889b91615e0fef48062fa8cc723e8 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 28 Aug 2024 18:22:57 -0700 Subject: [PATCH] workflows/release-binaries: Enable flang builds on Windows (#101344)

[llvm-branch-commits] [clang] [clang-format] Correctly identify token-pasted record names (PR #106897)

2024-09-01 Thread Owen Pan via llvm-branch-commits
owenca wrote: See https://github.com/llvm/llvm-project/pull/106484#issuecomment-2319705402. https://github.com/llvm/llvm-project/pull/106897 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/

[llvm-branch-commits] [compiler-rt] 6d7e428 - [builtins] Fix missing main() function in float16/bfloat16 support checks (#104478)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: OverMighty Date: 2024-09-01T10:22:52+02:00 New Revision: 6d7e428df611861fb1f5151dea938ebfcc7b1363 URL: https://github.com/llvm/llvm-project/commit/6d7e428df611861fb1f5151dea938ebfcc7b1363 DIFF: https://github.com/llvm/llvm-project/commit/6d7e428df611861fb1f5151dea938ebfcc7b1363.diff LO

[llvm-branch-commits] [clang] release/19.x: [clang-format] Fix a misannotation of redundant r_paren as CastRParen (#105921) (PR #105967)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/105967 >From 1b1ddb767e430a29c35c8b12760b7aa21f508d15 Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Sat, 24 Aug 2024 19:12:15 -0700 Subject: [PATCH] [clang-format] Fix a misannotation of redundant r_paren as CastRParen (#1

[llvm-branch-commits] [llvm] release/19.x: [PowerPC] Respect endianness when bitcasting to fp128 (#95931) (PR #105623)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/105623 ___ 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] 09cca6b - [AMDGPU] Remove one case of vmcnt loop header flushing for GFX12 (#105550)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Jay Foad Date: 2024-09-01T10:06:31+02:00 New Revision: 09cca6b1897d501020c02769f9a937401f13e37a URL: https://github.com/llvm/llvm-project/commit/09cca6b1897d501020c02769f9a937401f13e37a DIFF: https://github.com/llvm/llvm-project/commit/09cca6b1897d501020c02769f9a937401f13e37a.diff LOG:

[llvm-branch-commits] [lld] release/19.x: [ELF] Move ElfSym into Ctx. NFC (PR #101844)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
tru wrote: I will close this for now since I haven't gotten a reply and don't think it should be merged this late in the release process. Re-open if you disagree and we can discuss. https://github.com/llvm/llvm-project/pull/101844 ___ llvm-branch-com

[llvm-branch-commits] [libunwind] 00ff55d - [libunwind] Stop installing the mach-o module map (#105616)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Ian Anderson Date: 2024-09-01T10:07:04+02:00 New Revision: 00ff55d61c765467e9a72c0fd570343d3cfb3b43 URL: https://github.com/llvm/llvm-project/commit/00ff55d61c765467e9a72c0fd570343d3cfb3b43 DIFF: https://github.com/llvm/llvm-project/commit/00ff55d61c765467e9a72c0fd570343d3cfb3b43.diff

[llvm-branch-commits] [compiler-rt] release/19.x: [compiler-rt] Fix definition of `usize` on 32-bit Windows (PR #106303)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/106303 >From 32927ca57e805681fa93ed913c0f0d3c075563b7 Mon Sep 17 00:00:00 2001 From: Alexander Richardson Date: Tue, 27 Aug 2024 15:37:24 -0700 Subject: [PATCH] [compiler-rt] Fix definition of `usize` on 32-bit Windows 32-

[llvm-branch-commits] [llvm] release/19.x: [RemoveDIs] Simplify spliceDebugInfo, fixing splice-to-end edge case (#105670) (PR #106690)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/106690 >From e1be8cf8723e8577abaeef586ec4c39f30053913 Mon Sep 17 00:00:00 2001 From: Orlando Cazalet-Hyams Date: Wed, 28 Aug 2024 14:20:33 +0100 Subject: [PATCH] [RemoveDIs] Simplify spliceDebugInfo, fixing splice-to-end e

[llvm-branch-commits] [libunwind] release/19.x: [libunwind] Stop installing the mach-o module map (#105616) (PR #105896)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/105896 >From 00ff55d61c765467e9a72c0fd570343d3cfb3b43 Mon Sep 17 00:00:00 2001 From: Ian Anderson Date: Thu, 22 Aug 2024 13:44:58 -0700 Subject: [PATCH] [libunwind] Stop installing the mach-o module map (#105616) libunwind

[llvm-branch-commits] [llvm] 7b86034 - [llvm][CodeGen] Added a new restriction for II by pragma in window scheduler (#99448)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Kai Yan Date: 2024-09-01T10:00:16+02:00 New Revision: 7b86034dcb8c7fd7ea125cec43f0117cd4a428b6 URL: https://github.com/llvm/llvm-project/commit/7b86034dcb8c7fd7ea125cec43f0117cd4a428b6 DIFF: https://github.com/llvm/llvm-project/commit/7b86034dcb8c7fd7ea125cec43f0117cd4a428b6.diff LOG:

[llvm-branch-commits] [clang] release/19.x: [clang-format] Fix misalignments of pointers in angle brackets (#106013) (PR #106326)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/106326 >From 9ec54c307b6151b1ddb3f7fe3b7cba4d9309b26c Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Tue, 27 Aug 2024 19:13:27 -0700 Subject: [PATCH] [clang-format] Fix misalignments of pointers in angle brackets (#106013)

[llvm-branch-commits] [llvm] f131edf - [Instrumentation] Fix EdgeCounts vector size in SetBranchWeights (#99064)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Avi Kivity Date: 2024-09-01T10:21:45+02:00 New Revision: f131edf6fbe8e2ab7306aba72698daa6153ec91e URL: https://github.com/llvm/llvm-project/commit/f131edf6fbe8e2ab7306aba72698daa6153ec91e DIFF: https://github.com/llvm/llvm-project/commit/f131edf6fbe8e2ab7306aba72698daa6153ec91e.diff LO

[llvm-branch-commits] [compiler-rt] 32927ca - [compiler-rt] Fix definition of `usize` on 32-bit Windows

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Alexander Richardson Date: 2024-09-01T10:11:50+02:00 New Revision: 32927ca57e805681fa93ed913c0f0d3c075563b7 URL: https://github.com/llvm/llvm-project/commit/32927ca57e805681fa93ed913c0f0d3c075563b7 DIFF: https://github.com/llvm/llvm-project/commit/32927ca57e805681fa93ed913c0f0d3c075563b

[llvm-branch-commits] [clang] release/19.x: [clang][AArch64] Add SME2.1 feature macros (#105657) (PR #106135)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/106135 ___ 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] a333954 - Revert " [InstCombine] Replace all dominated uses of condition with constants…"

2024-09-01 Thread via llvm-branch-commits
Author: ronlieb Date: 2024-09-01T15:47:23-04:00 New Revision: a333954a2198ee3817ba89853a29c3fbee1f7705 URL: https://github.com/llvm/llvm-project/commit/a333954a2198ee3817ba89853a29c3fbee1f7705 DIFF: https://github.com/llvm/llvm-project/commit/a333954a2198ee3817ba89853a29c3fbee1f7705.diff LOG:

[llvm-branch-commits] [clang] release/19.x: Revert "[clang] fix broken canonicalization of DeducedTemplateSpeciatizationType (#95202)" (PR #106516)

2024-09-01 Thread via llvm-branch-commits
cor3ntin wrote: no need! https://github.com/llvm/llvm-project/pull/106516 ___ 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] Correctly identify token-pasted record names (#106484) (PR #106900)

2024-09-01 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/106900 ___ 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: [analyzer] Add missing include to llvm/lib/Support/Z3Solver.cpp (#106410) (PR #106525)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/106525 >From 894ec4e3a1d56a5dd5a8205b4fd734136db87cfd Mon Sep 17 00:00:00 2001 From: Luke Shingles Date: Thu, 29 Aug 2024 11:09:07 +0100 Subject: [PATCH] [analyzer] Add missing include to llvm/lib/Support/Z3Solver.cpp (#1

[llvm-branch-commits] [llvm] 1b643db - Restrict LLVM_TARGETS_TO_BUILD in Windows release packaging (#106059)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Hans Date: 2024-09-01T09:48:25+02:00 New Revision: 1b643dbad74986718460f28347cbd17085402383 URL: https://github.com/llvm/llvm-project/commit/1b643dbad74986718460f28347cbd17085402383 DIFF: https://github.com/llvm/llvm-project/commit/1b643dbad74986718460f28347cbd17085402383.diff LOG: Res

[llvm-branch-commits] [LoongArch] Legalize ISD::CTPOP for GRLenVT type with LSX (PR #106941)

2024-09-01 Thread via llvm-branch-commits
https://github.com/wangleiat created https://github.com/llvm/llvm-project/pull/106941 None ___ 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] [LoongArch] Legalize ISD::CTPOP for GRLenVT type with LSX (PR #106941)

2024-09-01 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-loongarch Author: wanglei (wangleiat) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/106941.diff 3 Files Affected: - (modified) llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp (+41) - (modified) llvm/lib/Target/LoongAr

[llvm-branch-commits] [clang] 03cc174 - Revert "[clang] fix broken canonicalization of DeducedTemplateSpecializationType (#95202)"

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Corentin Jabot Date: 2024-09-01T10:17:33+02:00 New Revision: 03cc174e0307ec90091c31c621bd6cee4338c4da URL: https://github.com/llvm/llvm-project/commit/03cc174e0307ec90091c31c621bd6cee4338c4da DIFF: https://github.com/llvm/llvm-project/commit/03cc174e0307ec90091c31c621bd6cee4338c4da.diff

[llvm-branch-commits] [llvm] release/19.x: [SLP]Fix PR104422: Wrong value truncation (PR #104747)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
tru wrote: ping https://github.com/llvm/llvm-project/pull/104747 ___ 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] release/19.x: [libcxx] don't `#include ` if wide chars aren't enabled (#99911) (PR #106788)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/106788 >From 6f623478d48c171d59e95b25ea2aca49dca8f135 Mon Sep 17 00:00:00 2001 From: Ties Stuij Date: Tue, 23 Jul 2024 14:09:34 +0100 Subject: [PATCH] [libcxx] don't `#include ` if wide chars aren't enabled (#99911) Pull

[llvm-branch-commits] [llvm] release/19.x: [IndVars] Check if WideInc available before trying to use it (PR #106892)

2024-09-01 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/106892 Backport c9a5e1b665dbba898e9981fd7d48881947e6560e Requested by: @nikic >From cf74f4b3c57683edd22f2383f62f056eeeba98ca Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 28 Aug 2024 12:54:14 +0200 Subject:

[llvm-branch-commits] [lld] 40b0764 - [lld-macho] Fix crash: ObjC category merge + relative method lists (#104081)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: alx32 Date: 2024-09-01T10:04:06+02:00 New Revision: 40b076410194df3783b0c9cefa9f018fb190bdff URL: https://github.com/llvm/llvm-project/commit/40b076410194df3783b0c9cefa9f018fb190bdff DIFF: https://github.com/llvm/llvm-project/commit/40b076410194df3783b0c9cefa9f018fb190bdff.diff LOG: [l

[llvm-branch-commits] [clang] release/19.x: [Clang][Sema] Revisit the fix for the lambda within a type alias template decl (#89934) (PR #106166)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/106166 >From 52ab956704050302926e8afe1c7dbda4578acb9d Mon Sep 17 00:00:00 2001 From: Younan Zhang Date: Tue, 27 Aug 2024 09:25:53 +0800 Subject: [PATCH] [Clang][Sema] Revisit the fix for the lambda within a type alias temp

[llvm-branch-commits] [clang] release/19.x: [clang-format] Fix a misannotation of redundant r_paren as CastRParen (#105921) (PR #105967)

2024-09-01 Thread via llvm-branch-commits
github-actions[bot] wrote: @owenca (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. ht

[llvm-branch-commits] [llvm] release/19.x: [MIPS] Optimize sortRelocs for o32 (PR #106008)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
tru wrote: @MaskRay @topperc maybe? what do you think about merging this? https://github.com/llvm/llvm-project/pull/106008 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bran

[llvm-branch-commits] [llvm] release/19.x: [Instrumentation] Fix EdgeCounts vector size in SetBranchWeights (#99064) (PR #106823)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/106823 ___ 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: [C++20] [Modules] Don't insert class not in named modules to PendingEmittingVTables (#106501) (PR #106504)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/106504 ___ 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] 456006b - [clang][AArch64] Add SME2.1 feature macros (#105657)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: SpencerAbson Date: 2024-09-01T10:10:15+02:00 New Revision: 456006bc91c3d972f3c549b6296cad5e83630c7d URL: https://github.com/llvm/llvm-project/commit/456006bc91c3d972f3c549b6296cad5e83630c7d DIFF: https://github.com/llvm/llvm-project/commit/456006bc91c3d972f3c549b6296cad5e83630c7d.diff

[llvm-branch-commits] [clang] release/19.x: [clang] Install scan-build-py into plain "lib" directory (#106612) (PR #106853)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/106853 ___ 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] 816fde1 - [clang] Install scan-build-py into plain "lib" directory (#106612)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Michał Górny Date: 2024-09-01T09:52:01+02:00 New Revision: 816fde1cbb700ebcc8b3df81fb93d675c04c12cd URL: https://github.com/llvm/llvm-project/commit/816fde1cbb700ebcc8b3df81fb93d675c04c12cd DIFF: https://github.com/llvm/llvm-project/commit/816fde1cbb700ebcc8b3df81fb93d675c04c12cd.diff

[llvm-branch-commits] [clang] release/19.x: Revert "[clang] fix broken canonicalization of DeducedTemplateSpeciatizationType (#95202)" (PR #106516)

2024-09-01 Thread via llvm-branch-commits
github-actions[bot] wrote: @cor3ntin (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.

[llvm-branch-commits] [clang] [clang-format] Revert "[clang-format][NFC] Delete TT_LambdaArrow (#70… (PR #106482)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
tru wrote: This was manually merged as bac3db3c8b41c921d8ec895a9dc89ce310a670cb In the future please make sure that when you open manual PR's that you allow the maintainers to update the branch, otherwise I can't automatically merge it. https://github.com/llvm/llvm-project/pull/106482

[llvm-branch-commits] [llvm] e81188d - [llvm][CodeGen] Added missing initialization failure information for window scheduler (#99449)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Kai Yan Date: 2024-09-01T10:00:16+02:00 New Revision: e81188d58202ee7b887e48bc3e4b102fc5f45619 URL: https://github.com/llvm/llvm-project/commit/e81188d58202ee7b887e48bc3e4b102fc5f45619 DIFF: https://github.com/llvm/llvm-project/commit/e81188d58202ee7b887e48bc3e4b102fc5f45619.diff LOG:

[llvm-branch-commits] [clang] Add release note about ABI implementation changes for _BitInt on Arm (PR #105659)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/105659 ___ 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 misannotation of less/greater as angle brackets (#105941) (PR #105971)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/105971 ___ 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-format] Revert "[clang-format][NFC] Delete TT_LambdaArrow (#70… (PR #106482)

2024-09-01 Thread Owen Pan via llvm-branch-commits
owenca wrote: Will do. Sorry about that! https://github.com/llvm/llvm-project/pull/106482 ___ 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] 6883c49 - [libc++] Add missing include to three_way_comp_ref_type.h

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Louis Dionne Date: 2024-09-01T10:11:08+02:00 New Revision: 6883c490e04a0f681b95e32eaa74aa82458bdb28 URL: https://github.com/llvm/llvm-project/commit/6883c490e04a0f681b95e32eaa74aa82458bdb28 DIFF: https://github.com/llvm/llvm-project/commit/6883c490e04a0f681b95e32eaa74aa82458bdb28.diff

[llvm-branch-commits] [llvm] release/19.x: [Instrumentation] Fix EdgeCounts vector size in SetBranchWeights (#99064) (PR #106823)

2024-09-01 Thread via llvm-branch-commits
github-actions[bot] wrote: @tchaikov (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.

[llvm-branch-commits] [clang] Backport taint analysis slowdown regression fix (PR #105516)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/105516 ___ 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] d9806ff - [clang-format] Fix a misannotation of less/greater as angle brackets (#105941)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Owen Pan Date: 2024-09-01T10:07:54+02:00 New Revision: d9806ffe4e4d26de9c01f6b8ac0deae169b1d88d URL: https://github.com/llvm/llvm-project/commit/d9806ffe4e4d26de9c01f6b8ac0deae169b1d88d DIFF: https://github.com/llvm/llvm-project/commit/d9806ffe4e4d26de9c01f6b8ac0deae169b1d88d.diff LOG:

[llvm-branch-commits] [compiler-rt] release/19.x: [compiler-rt] Fix definition of `usize` on 32-bit Windows (PR #106303)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/106303 ___ 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][Sema] Revisit the fix for the lambda within a type alias template decl (#89934) (PR #106166)

2024-09-01 Thread via llvm-branch-commits
github-actions[bot] wrote: @zyn0217 (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. h

[llvm-branch-commits] [libcxx] release/19.x: [libc++] Add missing include to three_way_comp_ref_type.h (PR #106265)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/106265 ___ 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: [builtins] Fix missing main() function in float16/bfloat16 support checks (#104478) (PR #106843)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/106843 >From 6d7e428df611861fb1f5151dea938ebfcc7b1363 Mon Sep 17 00:00:00 2001 From: OverMighty Date: Fri, 30 Aug 2024 12:59:05 +0200 Subject: [PATCH] [builtins] Fix missing main() function in float16/bfloat16 support chec

[llvm-branch-commits] [clang] f88180b - [clang-format] js handle anonymous classes (#106242)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Krasimir Georgiev Date: 2024-09-01T10:12:36+02:00 New Revision: f88180bbc489a587954adfce40cc5c90adc74962 URL: https://github.com/llvm/llvm-project/commit/f88180bbc489a587954adfce40cc5c90adc74962 DIFF: https://github.com/llvm/llvm-project/commit/f88180bbc489a587954adfce40cc5c90adc74962.d

[llvm-branch-commits] [clang] c8c66e0 - [C++20] [Modules] Don't insert class not in named modules to PendingEmittingVTables (#106501)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
Author: Chuanqi Xu Date: 2024-09-01T10:16:58+02:00 New Revision: c8c66e01d83323a3db57fade24befb26b0e6fe84 URL: https://github.com/llvm/llvm-project/commit/c8c66e01d83323a3db57fade24befb26b0e6fe84 DIFF: https://github.com/llvm/llvm-project/commit/c8c66e01d83323a3db57fade24befb26b0e6fe84.diff LO

[llvm-branch-commits] [libcxx] release/19.x: [libcxx] don't `#include ` if wide chars aren't enabled (#99911) (PR #106788)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/106788 ___ 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] Correctly annotate braces in ObjC square brackets (#106654) (PR #106819)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/106819 ___ 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] [libunwind] release/19.x: [libunwind] Stop installing the mach-o module map (#105616) (PR #105896)

2024-09-01 Thread via llvm-branch-commits
github-actions[bot] wrote: @ian-twilightcoder (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 th

[llvm-branch-commits] [compiler-rt] release/19.x: [compiler-rt] Support building runtimes for Windows on arm32 (#101462) (PR #106518)

2024-09-01 Thread Tobias Hieta via llvm-branch-commits
tru wrote: ping @vitalybuka https://github.com/llvm/llvm-project/pull/106518 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

  1   2   >