[all-commits] [llvm/llvm-project] 8e10ed: [CGData] Stable Function Map
Kyungwoo Lee via All-commits
all-commits at lists.llvm.org
Sun Oct 27 00:08:03 PDT 2024
Branch: refs/heads/users/kyulee-com/funcmap
Home: https://github.com/llvm/llvm-project
Commit: 8e10ed3b27b0f0098782171bb38387e86536be5f
https://github.com/llvm/llvm-project/commit/8e10ed3b27b0f0098782171bb38387e86536be5f
Author: Kyungwoo Lee <kyulee at meta.com>
Date: 2024-10-27 (Sun, 27 Oct 2024)
Changed paths:
A llvm/include/llvm/CGData/StableFunctionMap.h
A llvm/include/llvm/CGData/StableFunctionMapRecord.h
M llvm/lib/CGData/CMakeLists.txt
A llvm/lib/CGData/StableFunctionMap.cpp
A llvm/lib/CGData/StableFunctionMapRecord.cpp
M llvm/unittests/CGData/CMakeLists.txt
A llvm/unittests/CGData/StableFunctionMapRecordTest.cpp
A llvm/unittests/CGData/StableFunctionMapTest.cpp
Log Message:
-----------
[CGData] Stable Function Map
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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list