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

Snehasish Kumar via All-commits all-commits at lists.llvm.org
Wed Jul 30 10:42:13 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: b3eb5129d6788af232bbcb0dd3b4c6e0a8802f0e
      https://github.com/llvm/llvm-project/commit/b3eb5129d6788af232bbcb0dd3b4c6e0a8802f0e
  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: 4ac11aaa455d9daa2e07bb9bbc255d39918da58a
      https://github.com/llvm/llvm-project/commit/4ac11aaa455d9daa2e07bb9bbc255d39918da58a
  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: 47bcb28b6a2f8c710425f79ca3d0a7b6ac7f8a67
      https://github.com/llvm/llvm-project/commit/47bcb28b6a2f8c710425f79ca3d0a7b6ac7f8a67
  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: af2eb58f80b75dcf0621cef942b34b5052e3937d
      https://github.com/llvm/llvm-project/commit/af2eb58f80b75dcf0621cef942b34b5052e3937d
  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: 36d48d4766f50469e7b9e7d1d232273a5bfb3477
      https://github.com/llvm/llvm-project/commit/36d48d4766f50469e7b9e7d1d232273a5bfb3477
  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: b7b7d9934b997cd3530a1161d92e5f64521d5309
      https://github.com/llvm/llvm-project/commit/b7b7d9934b997cd3530a1161d92e5f64521d5309
  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: 01c5fe7014cf7c667b715fb9400dad685e7a19c0
      https://github.com/llvm/llvm-project/commit/01c5fe7014cf7c667b715fb9400dad685e7a19c0
  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/12bb889024eb...01c5fe7014cf

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