[all-commits] [llvm/llvm-project] 3ea2d0: Draft changes to trim the histogram raw profile fo...
Snehasish Kumar via All-commits
all-commits at lists.llvm.org
Wed Jul 30 10:47: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: 3ea2d0b8507558911270e1ef03d012d4f2a04894
https://github.com/llvm/llvm-project/commit/3ea2d0b8507558911270e1ef03d012d4f2a04894
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: 7d06fbd2fc74a3bca9af4dd65238d2694010c5de
https://github.com/llvm/llvm-project/commit/7d06fbd2fc74a3bca9af4dd65238d2694010c5de
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: 6845712ad6eab03026d91988573f7091f1edf00d
https://github.com/llvm/llvm-project/commit/6845712ad6eab03026d91988573f7091f1edf00d
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: 8292874e91a6e3fba512ed463a3633ecc1d07fc2
https://github.com/llvm/llvm-project/commit/8292874e91a6e3fba512ed463a3633ecc1d07fc2
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: 57fe948500c7b25a47824ab7f149840a1c7b889d
https://github.com/llvm/llvm-project/commit/57fe948500c7b25a47824ab7f149840a1c7b889d
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: df6760fdcf85503799382a8c2bf24c1f31cac9a4
https://github.com/llvm/llvm-project/commit/df6760fdcf85503799382a8c2bf24c1f31cac9a4
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: 68d9a8ca60c73732678511d9b063dc8dd35fd1b6
https://github.com/llvm/llvm-project/commit/68d9a8ca60c73732678511d9b063dc8dd35fd1b6
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/01c5fe7014cf...68d9a8ca60c7
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