[all-commits] [llvm/llvm-project] a796d0: [MemProf] Add v4 which contains CalleeGuids to Cal...

Snehasish Kumar via All-commits all-commits at lists.llvm.org
Thu May 1 19:21:58 PDT 2025


  Branch: refs/heads/users/snehasish/04-25-_memprof_add_v4_which_contains_calleeguids_to_callsiteinfo
  Home:   https://github.com/llvm/llvm-project
  Commit: a796d02755c9505b54d67805dff98383b8c537aa
      https://github.com/llvm/llvm-project/commit/a796d02755c9505b54d67805dff98383b8c537aa
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2025-05-01 (Thu, 01 May 2025)

  Changed paths:
    M llvm/include/llvm/ProfileData/InstrProfReader.h
    M llvm/include/llvm/ProfileData/MemProf.h
    M llvm/include/llvm/ProfileData/MemProfYAML.h
    M llvm/lib/ProfileData/IndexedMemProfData.cpp
    M llvm/lib/ProfileData/InstrProfReader.cpp
    M llvm/lib/ProfileData/MemProf.cpp
    M llvm/test/tools/llvm-profdata/memprof-yaml.test
    M llvm/tools/llvm-profdata/llvm-profdata.cpp
    M llvm/unittests/ProfileData/MemProfTest.cpp

  Log Message:
  -----------
  [MemProf] Add v4 which contains CalleeGuids to CallSiteInfo.

This patch adds CalleeGuids to the serialized format and increments the version number to 4.


  Commit: 6d756d6f4f0b6160ab87e32b7429df8b760385d4
      https://github.com/llvm/llvm-project/commit/6d756d6f4f0b6160ab87e32b7429df8b760385d4
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2025-05-01 (Thu, 01 May 2025)

  Changed paths:
    M llvm/lib/ProfileData/IndexedMemProfData.cpp

  Log Message:
  -----------
  Fix formatting.


  Commit: 3e4bc1d59340a6fdcff074354970c7ec23811bed
      https://github.com/llvm/llvm-project/commit/3e4bc1d59340a6fdcff074354970c7ec23811bed
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2025-05-01 (Thu, 01 May 2025)

  Changed paths:
    M llvm/lib/ProfileData/IndexedMemProfData.cpp
    M llvm/lib/ProfileData/MemProf.cpp

  Log Message:
  -----------
  Hoist serialized size computation outside the loop.


  Commit: 479426141203637d08031a3397e9de1aef0182af
      https://github.com/llvm/llvm-project/commit/479426141203637d08031a3397e9de1aef0182af
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2025-05-01 (Thu, 01 May 2025)

  Changed paths:
    M llvm/test/tools/llvm-profdata/memprof-yaml.test

  Log Message:
  -----------
  Use -b instead of --ignore-space-change to appease the Windows CI.


Compare: https://github.com/llvm/llvm-project/compare/507c2eeed3a7...479426141203

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