aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-profdata
AgeCommit message (Expand)AuthorFilesLines
4 days[MemProf] Fix FileCheck prefix in the histogram test. (#150506)Snehasish Kumar1-76/+76
4 daysReapply "[MemProf] Change histogram storage from uint64_t to uint16_t… (#15...Snehasish Kumar23-10/+112
5 daysRevert "[MemProf] Change histogram storage from uint64_t to uint16_t" (#151382)Snehasish Kumar23-112/+10
5 days[MemProf] Change histogram storage from uint64_t to uint16_t (#147854)Snehasish Kumar23-10/+112
2025-07-18[profdata] Use --hot-func-list to show all hot functions (#149428)Ellis Hoag2-3/+38
2025-06-04Revert "[MemProf] Drop unneccessary REQUIRES: x86-linux directives." (#142816)Snehasish Kumar1-0/+1
2025-06-04[MemProf] Drop unneccessary REQUIRES: x86-linux directives. (#142718)Snehasish Kumar1-1/+0
2025-05-28[MemProf] Add basic summary section support (#141805)Teresa Johnson1-0/+24
2025-05-24Re-apply "[StaticDataLayout][PGO]Implement reader and writer change for data ...Mingming Liu1-1/+92
2025-05-22Revert "[StaticDataLayout][PGO]Implement reader and writer change for data ac...Mingming Liu1-90/+1
2025-05-22[StaticDataLayout][PGO]Implement reader and writer change for data access pro...Mingming Liu1-1/+90
2025-05-01[MemProf] Add v4 which contains CalleeGuids to CallSiteInfo. (#137394)Snehasish Kumar1-7/+5
2025-04-03[memprof] Report an error when buildid and profile do not match (#132504)zcfh1-0/+6
2025-03-28[PGO][Offload] Disable PGO on NVPTX (#133522)Ethan Luis McDonough1-1/+1
2025-03-19[PGO][Offload] Allow PGO flags to be used on GPU targets (#94268)Ethan Luis McDonough1-1/+1
2025-03-12[MemProf] Extend CallSite information to include potential callees. (#130441)Snehasish Kumar1-3/+9
2025-01-23[llvm-profdata] Fix detailed summary format on Windows (#124169)Ellis Hoag1-2/+0
2025-01-23[llvm-profdata] XFAIL broken test on windows (#124165)Ellis Hoag1-0/+2
2025-01-23[llvm-profdata] Add block percent to detailed summary (#105915)Ellis Hoag5-84/+86
2024-12-11[memprof] Improve the way we express Frames in YAML (#119629)Kazu Hirata1-8/+8
2024-12-10[memprof] Accept a function name in YAML (#119453)Kazu Hirata1-1/+1
2024-12-07[memprof] Add YAML read/write support to llvm-profdata (#118915)Kazu Hirata2-0/+42
2024-11-22[memprof] Remove MemProf format Version 1 (#117357)Kazu Hirata1-3/+0
2024-11-15[memprof] Remove MemProf format Version 0 (#116442)Kazu Hirata1-3/+0
2024-10-11[llvm-profdata] Default to MemProf version 3 (#108863)Kazu Hirata1-0/+4
2024-10-08[SystemZ][z/OS] fix sample-split-layout.test on z/OS (#109679)Zibi Sarbinowski1-1/+0
2024-08-28[llvm-profdata] Enabled functionality to write split-layout profile (#101795)William Junda Huang2-0/+22
2024-06-28[Memprof] Reduce test binary sizes for memprof tests. (#97114)Matthew Weingarten14-0/+0
2024-06-26[TypeProf][InstrFDO]Omit vtable symbols in indexed profiles by default (#96520)Mingming Liu1-2/+2
2024-06-26[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)Matthew Weingarten24-29/+691
2024-05-28[memprof] Add MemProf format Version 3 (#93608)Kazu Hirata1-0/+6
2024-05-28[memprof] Rename memprof-merge-v0.test to memprof-merge-versions.test (#93602)Kazu Hirata1-0/+0
2024-05-23[InstrProf] Evaluate function order using test traces (#92451)Ellis Hoag2-3/+35
2024-05-15[InstrProf] Fix bug when clearing traces with samples (#92310)Ellis Hoag1-1/+5
2024-04-24[memprof] Reduce schema for Version2 (#89876)Kazu Hirata1-0/+3
2024-04-18[memprof] Add Version2 of the indexed MemProf format (#89100)Kazu Hirata1-0/+3
2024-04-07[memprof] Fix a typo in writeMemProfV1 (#87890)Kazu Hirata1-0/+22
2024-04-01[InstrFDO][TypeProf] Implement binary instrumentation and profile read/write ...Mingming Liu2-0/+157
2024-03-08[PGO] Add support for writing previous indexed format (#84505)Teresa Johnson1-0/+9
2024-03-04[profdata][nfc] Disable several tests on Windows (#83907)Alan Zhao11-0/+33
2024-02-27Reland "[TypeProf][InstrPGO] Introduce raw and instr profile format change fo...Mingming Liu15-28/+55
2024-02-21Revert type profiling change as compiler-rt test break on Windows. (#82583)Mingming Liu15-55/+28
2024-02-21[TypeProf][InstrPGO] Introduce raw and instr profile format change for type p...Mingming Liu15-28/+55
2024-01-23Added feature in llvm-profdata merge to filter functions from the profile (#7...William Junda Huang1-0/+69
2024-01-04[llvm-profdata] Use semicolon as the delimiter for supplementary profiles. (#...Mingming Liu4-6/+6
2023-12-27[llvm-profdata] Make tests more readable (NFC)Kazu Hirata1-4/+8
2023-12-27[llvm-profdata] Make tests more readable (NFC)Kazu Hirata1-4/+8
2023-12-26[llvm-profdata] Make tests more readable (NFC)Kazu Hirata2-4/+8
2023-11-14[nfc][llvm-profdata] Use cl::Subcommand to organize subcommand and options in...Mingming Liu2-2/+1
2023-10-31[llvm-profdata] Emit warning when counter value is greater than 2^56. (#69513)Zequan Wu1-3/+35