History log of /llvm-project/llvm/lib/CGData/StableFunctionMapRecord.cpp (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4
# 7ec26b23 01-Nov-2024 Kyungwoo Lee <kyulee@meta.com>

[CGData] Stable Function Map (#112662)

These define the main data structures to represent stable functions and
group similar functions in a function map.
Serialization is supported in a binary or

[CGData] Stable Function Map (#112662)

These define the main data structures to represent stable functions and
group similar functions in a function map.
Serialization is supported in a binary or yaml form.

Depends on #112638.
This is a patch for
https://discourse.llvm.org/t/rfc-global-function-merging/82608.

show more ...