[llvm-branch-commits] [clang] PR for llvm/llvm-project#80628 (PR #81096)

2024-02-08 Thread Owen Pan via llvm-branch-commits
https://github.com/owenca approved this pull request. https://github.com/llvm/llvm-project/pull/81096 ___ 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] [ELF] Place .lbss/.lrodata/.ldata after .bss (PR #81224)

2024-02-08 Thread Fangrui Song via llvm-branch-commits
https://github.com/MaskRay edited https://github.com/llvm/llvm-project/pull/81224 ___ 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] [ELF] Place .lbss/.lrodata/.ldata after .bss (PR #81224)

2024-02-08 Thread Fangrui Song via llvm-branch-commits
https://github.com/MaskRay edited https://github.com/llvm/llvm-project/pull/81224 ___ 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] [ELF] Place .lbss/.lrodata/.ldata after .bss (PR #81224)

2024-02-08 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-lld-elf @llvm/pr-subscribers-lld Author: Fangrui Song (MaskRay) Changes https://reviews.llvm.org/D150510 places .lrodata before .rodata to minimize the number of permission transitions in the memory image. However, this layout is not ideal for -fno-pic

[llvm-branch-commits] [ELF] Place .lbss/.lrodata/.ldata after .bss (PR #81224)

2024-02-08 Thread Fangrui Song via llvm-branch-commits
https://github.com/MaskRay created https://github.com/llvm/llvm-project/pull/81224 https://reviews.llvm.org/D150510 places .lrodata before .rodata to minimize the number of permission transitions in the memory image. However, this layout is not ideal for -fno-pic code (which is still

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80619 (PR #80620)

2024-02-08 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/80620 ___ 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] b12a742 - [Clang][AST] Fix a crash on attaching doc comments (#78716)

2024-02-08 Thread Tom Stellard via llvm-branch-commits
Author: Shanzhi Date: 2024-02-08T15:59:07-08:00 New Revision: b12a742c20ae548c5d84f1719f9199577b382ccd URL: https://github.com/llvm/llvm-project/commit/b12a742c20ae548c5d84f1719f9199577b382ccd DIFF: https://github.com/llvm/llvm-project/commit/b12a742c20ae548c5d84f1719f9199577b382ccd.diff LOG:

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80619 (PR #80620)

2024-02-08 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/80620 >From b12a742c20ae548c5d84f1719f9199577b382ccd Mon Sep 17 00:00:00 2001 From: Shanzhi Date: Mon, 29 Jan 2024 19:17:13 +0800 Subject: [PATCH] [Clang][AST] Fix a crash on attaching doc comments (#78716) This

[llvm-branch-commits] [compiler-rt] PR for llvm/llvm-project#80604 (PR #80605)

2024-02-08 Thread Vitaly Buka via llvm-branch-commits
vitalybuka wrote: Sorry, didn't noticed before. LGTM! https://github.com/llvm/llvm-project/pull/80605 ___ 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] CI fixes for release/18.x (PR #80772)

2024-02-08 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar updated https://github.com/llvm/llvm-project/pull/80772 ___ 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] CI fixes for release/18.x (PR #80772)

2024-02-08 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/80772 ___ 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] PR for llvm/llvm-project#80604 (PR #80605)

2024-02-08 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/80605 ___ 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] 9fc4cf7 - [compiler-rt] remove hexdump interception. (#79378)

2024-02-08 Thread Tom Stellard via llvm-branch-commits
Author: David CARLIER Date: 2024-02-08T15:36:07-08:00 New Revision: 9fc4cf7223181c33e0844d7c4f552d08fb68cf5a URL: https://github.com/llvm/llvm-project/commit/9fc4cf7223181c33e0844d7c4f552d08fb68cf5a DIFF: https://github.com/llvm/llvm-project/commit/9fc4cf7223181c33e0844d7c4f552d08fb68cf5a.diff

[llvm-branch-commits] [compiler-rt] PR for llvm/llvm-project#80604 (PR #80605)

2024-02-08 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/80605 >From 9fc4cf7223181c33e0844d7c4f552d08fb68cf5a Mon Sep 17 00:00:00 2001 From: David CARLIER Date: Wed, 24 Jan 2024 23:07:32 + Subject: [PATCH] [compiler-rt] remove hexdump interception. (#79378) a freebsd

[llvm-branch-commits] [lldb] 63b2f16 - Revert "[lldb] Expand background symbol download (#80890)"

2024-02-08 Thread via llvm-branch-commits
Author: Jonas Devlieghere Date: 2024-02-08T11:50:28-08:00 New Revision: 63b2f16bdf812613d368304be453a44c2a1f8fe3 URL: https://github.com/llvm/llvm-project/commit/63b2f16bdf812613d368304be453a44c2a1f8fe3 DIFF:

[llvm-branch-commits] [llvm] [NFC][CallPromotionUtils]Extract a helper function versionCallSiteWithCond from versionCallSite (PR #81181)

2024-02-08 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 edited https://github.com/llvm/llvm-project/pull/81181 ___ 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] [NFC][CallPromotionUtils]Extract a helper function versionCallSiteWithhCond from versionCallSite (PR #81181)

2024-02-08 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 created https://github.com/llvm/llvm-project/pull/81181 The parent patch is https://github.com/llvm/llvm-project/pull/81051 >From 7ebae253ab1808bca328453f68af2b595d07176e Mon Sep 17 00:00:00 2001 From: mingmingl Date: Thu, 8 Feb 2024 11:32:50 -0800 Subject:

[llvm-branch-commits] [llvm] [InstrProf] Add vtables with type metadata into symtab to look it up with GUID (PR #81051)

2024-02-08 Thread Mingming Liu via llvm-branch-commits
minglotus-6 wrote: > > Whoops! Sorry! Please don't review this. > > Something goes wrong with my fixup. > > Let me know when it is ready for review. Thanks! This is ready for review now. * I tried to merge the [nfc](https://github.com/llvm/llvm-project/pull/81054) such that the diff of this

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80831 (PR #81126)

2024-02-08 Thread Fangrui Song via llvm-branch-commits
https://github.com/MaskRay approved this pull request. https://github.com/llvm/llvm-project/pull/81126 ___ 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] [InstrProf] Add vtables with type metadata into symtab to look it up with GUID (PR #81051)

2024-02-08 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 ready_for_review https://github.com/llvm/llvm-project/pull/81051 ___ 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] [InstrProf] Add vtables with type metadata into symtab to look it up with GUID (PR #81051)

2024-02-08 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 updated https://github.com/llvm/llvm-project/pull/81051 >From 66dbbfef52bdc092cbd4ed619bba38c003f6063d Mon Sep 17 00:00:00 2001 From: mingmingl Date: Thu, 8 Feb 2024 09:07:27 -0800 Subject: [PATCH] [InstrProf] Add vtables with type metadata into symtab to look

[llvm-branch-commits] [clang] PR for llvm/llvm-project#81104 (PR #81106)

2024-02-08 Thread Owen Pan via llvm-branch-commits
https://github.com/owenca approved this pull request. https://github.com/llvm/llvm-project/pull/81106 ___ 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] [flang] [mlir] [mlir][flang][openmp] Rework wsloop reduction operations (PR #80019)

2024-02-08 Thread Tom Eccles via llvm-branch-commits
https://github.com/tblah approved this pull request. Thanks for the update! https://github.com/llvm/llvm-project/pull/80019 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org

[llvm-branch-commits] [llvm] [InstrProf] Add vtables with type metadata into symtab to look it up with GUID (PR #81051)

2024-02-08 Thread Teresa Johnson via llvm-branch-commits
teresajohnson wrote: > Whoops! Sorry! Please don't review this. > > Something goes wrong with my fixup. Let me know when it is ready for review. https://github.com/llvm/llvm-project/pull/81051 ___ llvm-branch-commits mailing list

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80831 (PR #81126)

2024-02-08 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: None (llvmbot) Changes resolves llvm/llvm-project#80831 --- Full diff: https://github.com/llvm/llvm-project/pull/81126.diff 2 Files Affected: - (modified) llvm/lib/Target/X86/X86ISelLowering.cpp (+6-4) - (modified)

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80831 (PR #81126)

2024-02-08 Thread via llvm-branch-commits
llvmbot wrote: @rnk What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/81126 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80831 (PR #81126)

2024-02-08 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/81126 ___ 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] PR for llvm/llvm-project#80831 (PR #81126)

2024-02-08 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/81126 resolves llvm/llvm-project#80831 >From 7323088506278282c1023186629488fa2890280e Mon Sep 17 00:00:00 2001 From: Arthur Eubanks Date: Wed, 7 Feb 2024 10:16:36 -0700 Subject: [PATCH] [X86] Fix lowering TLS under

[llvm-branch-commits] [clang] PR for llvm/llvm-project#81104 (PR #81106)

2024-02-08 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-format Author: None (llvmbot) Changes resolves llvm/llvm-project#81104 --- Full diff: https://github.com/llvm/llvm-project/pull/81106.diff 1 Files Affected: - (modified) clang/test/Format/clang-format-ignore.cpp (-1) ``diff diff

[llvm-branch-commits] [clang] PR for llvm/llvm-project#81104 (PR #81106)

2024-02-08 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/81106 >From 973588dd174a80bd05fd7f72aba5fdf72faca3a6 Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Tue, 6 Feb 2024 09:00:15 -0800 Subject: [PATCH] Revert "[clang] Mark clang-format-ignore.cpp as unsupported on

[llvm-branch-commits] [clang] PR for llvm/llvm-project#81104 (PR #81106)

2024-02-08 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/81106 resolves llvm/llvm-project#81104 >From 782917da43d9116fab7eae026db10da4a505b20a Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Tue, 6 Feb 2024 09:00:15 -0800 Subject: [PATCH] Revert "[clang] Mark

[llvm-branch-commits] [clang] PR for llvm/llvm-project#81104 (PR #81106)

2024-02-08 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/81106 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits