[all-commits] [llvm/llvm-project] 060a23: [CGData] Stable Function Map

Kyungwoo Lee via All-commits all-commits at lists.llvm.org
Thu Oct 17 11:37:38 PDT 2024


  Branch: refs/heads/users/kyulee-com/funcmap
  Home:   https://github.com/llvm/llvm-project
  Commit: 060a23e39a68729859bb7b74e38586b0356e2ba6
      https://github.com/llvm/llvm-project/commit/060a23e39a68729859bb7b74e38586b0356e2ba6
  Author: Kyungwoo Lee <kyulee at meta.com>
  Date:   2024-10-17 (Thu, 17 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