[all-commits] [llvm/llvm-project] 536c80: Draft changes to trim the histogram raw profile fo...

Snehasish Kumar via All-commits all-commits at lists.llvm.org
Wed Jul 30 11:22:18 PDT 2025


  Branch: refs/heads/users/snehasish/07-08-draft_changes_to_trim_the_histogram_raw_profile_format
  Home:   https://github.com/llvm/llvm-project
  Commit: 536c808d9b37f80c9291b485b46b453b001bd23d
      https://github.com/llvm/llvm-project/commit/536c808d9b37f80c9291b485b46b453b001bd23d
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

  Changed paths:
    M compiler-rt/include/profile/MemProfData.inc
    M compiler-rt/lib/memprof/memprof_allocator.cpp
    M compiler-rt/lib/memprof/memprof_rawprofile.cpp
    A compiler-rt/test/memprof/TestCases/memprof_histogram_uint8.cpp
    M llvm/include/llvm/ProfileData/MemProfData.inc

  Log Message:
  -----------
  Draft changes to trim the histogram raw profile format.


  Commit: 58412324bfe54123366811818f935f8c1b4d72f6
      https://github.com/llvm/llvm-project/commit/58412324bfe54123366811818f935f8c1b4d72f6
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

  Changed paths:
    M compiler-rt/include/profile/MemProfData.inc
    M compiler-rt/lib/memprof/memprof_allocator.cpp
    M compiler-rt/test/memprof/TestCases/memprof_histogram_uint8.cpp
    M llvm/include/llvm/ProfileData/MemProfData.inc
    M llvm/lib/ProfileData/MemProfReader.cpp
    M llvm/test/tools/llvm-profdata/Inputs/basic-histogram.memprofexe
    M llvm/test/tools/llvm-profdata/Inputs/basic-histogram.memprofraw
    M llvm/test/tools/llvm-profdata/Inputs/basic.memprofexe
    M llvm/test/tools/llvm-profdata/Inputs/basic.memprofraw
    M llvm/test/tools/llvm-profdata/Inputs/buildid.memprofexe
    M llvm/test/tools/llvm-profdata/Inputs/buildid.memprofraw
    M llvm/test/tools/llvm-profdata/Inputs/inline.memprofexe
    M llvm/test/tools/llvm-profdata/Inputs/inline.memprofraw
    M llvm/test/tools/llvm-profdata/Inputs/multi.memprofexe
    M llvm/test/tools/llvm-profdata/Inputs/multi.memprofraw
    M llvm/test/tools/llvm-profdata/Inputs/padding-histogram.memprofexe
    M llvm/test/tools/llvm-profdata/Inputs/padding-histogram.memprofraw
    M llvm/test/tools/llvm-profdata/Inputs/pic.memprofexe
    M llvm/test/tools/llvm-profdata/Inputs/pic.memprofraw
    M llvm/test/tools/llvm-profdata/memprof-basic-histogram.test
    M llvm/test/tools/llvm-profdata/memprof-basic.test
    M llvm/test/tools/llvm-profdata/memprof-inline.test
    M llvm/test/tools/llvm-profdata/memprof-multi.test
    M llvm/test/tools/llvm-profdata/memprof-padding-histogram.test
    M llvm/test/tools/llvm-profdata/memprof-pic.test

  Log Message:
  -----------
  Add reader support.


  Commit: 43ebff16b1c41cbe0cf01e81e323e8df8101c97e
      https://github.com/llvm/llvm-project/commit/43ebff16b1c41cbe0cf01e81e323e8df8101c97e
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

  Changed paths:
    M compiler-rt/include/profile/MemProfData.inc
    M compiler-rt/lib/memprof/memprof_allocator.cpp
    M compiler-rt/lib/memprof/memprof_rawprofile.cpp
    M compiler-rt/lib/memprof/tests/CMakeLists.txt
    A compiler-rt/lib/memprof/tests/histogram_encoding.cpp
    M compiler-rt/test/memprof/TestCases/memprof_histogram_uint8.cpp
    M llvm/include/llvm/ProfileData/MemProfData.inc
    M llvm/lib/ProfileData/MemProfReader.cpp
    M llvm/test/tools/llvm-profdata/Inputs/basic-histogram.memprofexe
    M llvm/test/tools/llvm-profdata/Inputs/basic-histogram.memprofraw
    M llvm/test/tools/llvm-profdata/Inputs/padding-histogram.memprofexe
    M llvm/test/tools/llvm-profdata/Inputs/padding-histogram.memprofraw

  Log Message:
  -----------
  First draft of f16 library


  Commit: df55d9ef4a81a565bd6ad9e070ed894976f91857
      https://github.com/llvm/llvm-project/commit/df55d9ef4a81a565bd6ad9e070ed894976f91857
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

  Changed paths:
    M compiler-rt/lib/memprof/tests/histogram_encoding.cpp
    M llvm/lib/ProfileData/MemProfReader.cpp

  Log Message:
  -----------
  Addres comments


  Commit: bba96c1e10336a4add0703feff86766fe8a80954
      https://github.com/llvm/llvm-project/commit/bba96c1e10336a4add0703feff86766fe8a80954
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

  Changed paths:
    A llvm/test/tools/llvm-profdata/Inputs/basic_v4.memprofexe
    A llvm/test/tools/llvm-profdata/Inputs/basic_v4.memprofraw
    A llvm/test/tools/llvm-profdata/memprof-basic_v4.test

  Log Message:
  -----------
  Keep basic v4 test


  Commit: 4bd721faba35695c6b06ec1d4236ad9abd953aa6
      https://github.com/llvm/llvm-project/commit/4bd721faba35695c6b06ec1d4236ad9abd953aa6
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

  Changed paths:
    M compiler-rt/include/profile/MemProfData.inc
    M llvm/include/llvm/ProfileData/MemProfData.inc

  Log Message:
  -----------
  Actually update the .inc files


  Commit: 2805780ad8f8a09309db6a1a79e88f2457d7ece3
      https://github.com/llvm/llvm-project/commit/2805780ad8f8a09309db6a1a79e88f2457d7ece3
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

  Changed paths:
    M compiler-rt/include/profile/MemProfData.inc
    M llvm/include/llvm/ProfileData/MemProfData.inc

  Log Message:
  -----------
  Fix formatting for .inc files


Compare: https://github.com/llvm/llvm-project/compare/13343c627424...2805780ad8f8

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