[llvm-branch-commits] [llvm] 2268346 - Use rc version suffix

2024-01-23 Thread Tom Stellard via llvm-branch-commits
Author: Tom Stellard Date: 2024-01-23T20:27:37-08:00 New Revision: 22683463740e55e7e0d7e664395c30899b229205 URL: https://github.com/llvm/llvm-project/commit/22683463740e55e7e0d7e664395c30899b229205 DIFF: https://github.com/llvm/llvm-project/commit/22683463740e55e7e0d7e664395c30899b229205.diff

[llvm-branch-commits] [llvm] f0c7933 - Bump version to 18.1.0

2024-01-23 Thread Tom Stellard via llvm-branch-commits
Author: Tom Stellard Date: 2024-01-23T20:19:45-08:00 New Revision: f0c79331a022ad3919c52f5761dcb3d8dc48e777 URL: https://github.com/llvm/llvm-project/commit/f0c79331a022ad3919c52f5761dcb3d8dc48e777 DIFF: https://github.com/llvm/llvm-project/commit/f0c79331a022ad3919c52f5761dcb3d8dc48e777.diff

[llvm-branch-commits] [compiler-rt] [llvm] [ThinLTO][TypeProfiling]Add annotated vtable GUID as referenced variables in per function summary, and update bitcode writer to create value-ids for these re

2024-01-23 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 edited https://github.com/llvm/llvm-project/pull/79234 ___ 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] [llvm] [ThinLTO][TypeProfiling]Add annotated vtable GUID as referenced variables in per function summary, and update bitcode writer to create value-ids for these re

2024-01-23 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 edited https://github.com/llvm/llvm-project/pull/79234 ___ 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] [llvm] [ThinLTO][TypeProfiling]Add annotated vtable GUID as referenced variables in per function summary, and update bitcode writer to create value-ids for these re

2024-01-23 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 edited https://github.com/llvm/llvm-project/pull/79234 ___ 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] [llvm] [ThinLTO][TypeProfiling]Add annotated vtable GUID as referenced variables in per function summary, and update bitcode writer to create value-ids for these re

2024-01-23 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 updated https://github.com/llvm/llvm-project/pull/79234 >From c3bbc12fdedc5399202b295ac6a8db7d29ac0662 Mon Sep 17 00:00:00 2001 From: mingmingl Date: Tue, 23 Jan 2024 16:49:12 -0800 Subject: [PATCH] fix test failure Created using spr 1.3.4 ---

[llvm-branch-commits] [compiler-rt] [llvm] [ThinLTO][TypeProfiling]Add annotated vtable GUID as referenced variables in per function summary, and update bitcode writer to create value-ids for these re

2024-01-23 Thread Mingming Liu via llvm-branch-commits
minglotus-6 wrote: A precommit test case is in https://github.com/llvm/llvm-project/pull/79233, to showcase the diff clearer. https://github.com/llvm/llvm-project/pull/79234 ___ llvm-branch-commits mailing list

[llvm-branch-commits] [llvm] [compiler-rt] [ThinLTO][TypeProfiling]Add annotated vtable GUID as referenced variables in per function summary, and update bitcode writer to create value-ids for these re

2024-01-23 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 edited https://github.com/llvm/llvm-project/pull/79234 ___ 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] [compiler-rt] [ThinLTO][TypeProfiling]Add annotated vtable GUID as referenced variables in per function summary, and update bitcode writer to create value-ids for these re

2024-01-23 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-analysis Author: Mingming Liu (minglotus-6) Changes - This is the part3 of type profiling work, and described in https://github.com/llvm/llvm-project/pull/79233. - The pull request depens on part 2 which introduces the new value type

[llvm-branch-commits] [llvm] [compiler-rt] [ThinLTO][TypeProfiling]Add annotated vtable GUID as referenced variables in per function summary, and update bitcode writer to create value-ids for these re

2024-01-23 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 created https://github.com/llvm/llvm-project/pull/79234 - This is the part3 of type profiling work, and described in https://github.com/llvm/llvm-project/pull/79233. - The pull request depens on part 2 which introduces the new value type

[llvm-branch-commits] [compiler-rt] [llvm] [NFC]Precommit test case to show function summary and global values when a function has instructions annotated with vtable profiles and indirect call profile

2024-01-23 Thread Mingming Liu via llvm-branch-commits
https://github.com/minglotus-6 created https://github.com/llvm/llvm-project/pull/79233 Test Plan: n/a for NFC ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org

[llvm-branch-commits] [libc] 4855fbc - Revert "[libc] Fix forward arm32 buildbot"

2024-01-23 Thread via llvm-branch-commits
Author: Roland McGrath Date: 2024-01-23T12:12:19-08:00 New Revision: 4855fbca3c3e73ed9ed8802a8f3a34b724920302 URL: https://github.com/llvm/llvm-project/commit/4855fbca3c3e73ed9ed8802a8f3a34b724920302 DIFF:

[llvm-branch-commits] [clang] c9a439e - Revert "[clang-repl] Enable native CPU detection by default"

2024-01-23 Thread via llvm-branch-commits
Author: Stefan Gränitz Date: 2024-01-23T18:39:57+01:00 New Revision: c9a439ed53bc6852b913c202749b3aa8833b4207 URL: https://github.com/llvm/llvm-project/commit/c9a439ed53bc6852b913c202749b3aa8833b4207 DIFF:

[llvm-branch-commits] [libc] 061ab6a - Revert "[libc] Remove unnecessary `FPBits` functions and properties"

2024-01-23 Thread via llvm-branch-commits
Author: Guillaume Chatelet Date: 2024-01-23T11:50:37+01:00 New Revision: 061ab6a24791b1f35e0ab0343a4ead186d3313be URL: https://github.com/llvm/llvm-project/commit/061ab6a24791b1f35e0ab0343a4ead186d3313be DIFF: