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

Snehasish Kumar via All-commits all-commits at lists.llvm.org
Wed Jul 30 10:13:29 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: fdc6564f86259a02ce3c362a9eb298709cad58df
      https://github.com/llvm/llvm-project/commit/fdc6564f86259a02ce3c362a9eb298709cad58df
  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: a37562a3f7e239a5fbe5a863f9d1dc839b078d06
      https://github.com/llvm/llvm-project/commit/a37562a3f7e239a5fbe5a863f9d1dc839b078d06
  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: a01a24a75410fc3ada21b06b78c97b896927d32e
      https://github.com/llvm/llvm-project/commit/a01a24a75410fc3ada21b06b78c97b896927d32e
  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: 442f202b576e7b9e3e262ff7fc35b9d5b694109f
      https://github.com/llvm/llvm-project/commit/442f202b576e7b9e3e262ff7fc35b9d5b694109f
  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: 38c1bd701f0b849e703fdcc216c948844a6e8c9b
      https://github.com/llvm/llvm-project/commit/38c1bd701f0b849e703fdcc216c948844a6e8c9b
  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: e63e365e6882c1cd258502802329593d5e88117e
      https://github.com/llvm/llvm-project/commit/e63e365e6882c1cd258502802329593d5e88117e
  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: 12bb889024eb058b0ae74cd8e15c4c93b7b00b34
      https://github.com/llvm/llvm-project/commit/12bb889024eb058b0ae74cd8e15c4c93b7b00b34
  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/3129de26087e...12bb889024eb

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