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

Kyungwoo Lee via All-commits all-commits at lists.llvm.org
Wed Oct 16 21:51:44 PDT 2024


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