summaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-profdata
AgeCommit message (Expand)Author
2025-11-06[InstrProf] Fix frontend generated function hash (#165358)Stephen Senran Zhang
2025-10-24[llvm-profdata] Reintroduce use of InitLLVM (#164736)Tim Creech
2025-09-12[SampleFDO][TypeProf]Support vtable type profiling for ext-binary and text fo...Mingming Liu
2025-09-10[LLVM] Prefer octal to hex for printf (#157884)Aiden Grossman
2025-08-31[memprof] Make the AllocSites and CallSites sections optional in YAML (#156226)Kazu Hirata
2025-08-27[memprof] Make HeapProfileRecords optional (#155671)Kazu Hirata
2025-08-23[llvm-profdata] Fix tests for the typo fixYi Kong
2025-08-08[InstrProf] Fix trace reservoir sampling (#152563)Ellis Hoag
2025-08-08[InstrProf][NFC] Refactor profdata trace tests (#152550)Ellis Hoag
2025-07-31[MemProf] Fix FileCheck prefix in the histogram test. (#150506)Snehasish Kumar
2025-07-30Reapply "[MemProf] Change histogram storage from uint64_t to uint16_t… (#15...Snehasish Kumar
2025-07-30Revert "[MemProf] Change histogram storage from uint64_t to uint16_t" (#151382)Snehasish Kumar
2025-07-30[MemProf] Change histogram storage from uint64_t to uint16_t (#147854)Snehasish Kumar
2025-07-18[profdata] Use --hot-func-list to show all hot functions (#149428)Ellis Hoag
2025-06-04Revert "[MemProf] Drop unneccessary REQUIRES: x86-linux directives." (#142816)Snehasish Kumar
2025-06-04[MemProf] Drop unneccessary REQUIRES: x86-linux directives. (#142718)Snehasish Kumar
2025-05-28[MemProf] Add basic summary section support (#141805)Teresa Johnson
2025-05-24Re-apply "[StaticDataLayout][PGO]Implement reader and writer change for data ...Mingming Liu
2025-05-22Revert "[StaticDataLayout][PGO]Implement reader and writer change for data ac...Mingming Liu
2025-05-22[StaticDataLayout][PGO]Implement reader and writer change for data access pro...Mingming Liu
2025-05-01[MemProf] Add v4 which contains CalleeGuids to CallSiteInfo. (#137394)Snehasish Kumar
2025-04-03[memprof] Report an error when buildid and profile do not match (#132504)zcfh
2025-03-28[PGO][Offload] Disable PGO on NVPTX (#133522)Ethan Luis McDonough
2025-03-19[PGO][Offload] Allow PGO flags to be used on GPU targets (#94268)Ethan Luis McDonough
2025-03-12[MemProf] Extend CallSite information to include potential callees. (#130441)Snehasish Kumar
2025-01-23[llvm-profdata] Fix detailed summary format on Windows (#124169)Ellis Hoag
2025-01-23[llvm-profdata] XFAIL broken test on windows (#124165)Ellis Hoag
2025-01-23[llvm-profdata] Add block percent to detailed summary (#105915)Ellis Hoag
2024-12-11[memprof] Improve the way we express Frames in YAML (#119629)Kazu Hirata
2024-12-10[memprof] Accept a function name in YAML (#119453)Kazu Hirata
2024-12-07[memprof] Add YAML read/write support to llvm-profdata (#118915)Kazu Hirata
2024-11-22[memprof] Remove MemProf format Version 1 (#117357)Kazu Hirata
2024-11-15[memprof] Remove MemProf format Version 0 (#116442)Kazu Hirata
2024-10-11[llvm-profdata] Default to MemProf version 3 (#108863)Kazu Hirata
2024-10-08[SystemZ][z/OS] fix sample-split-layout.test on z/OS (#109679)Zibi Sarbinowski
2024-08-28[llvm-profdata] Enabled functionality to write split-layout profile (#101795)William Junda Huang
2024-06-28[Memprof] Reduce test binary sizes for memprof tests. (#97114)Matthew Weingarten
2024-06-26[TypeProf][InstrFDO]Omit vtable symbols in indexed profiles by default (#96520)Mingming Liu
2024-06-26[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)Matthew Weingarten
2024-05-28[memprof] Add MemProf format Version 3 (#93608)Kazu Hirata
2024-05-28[memprof] Rename memprof-merge-v0.test to memprof-merge-versions.test (#93602)Kazu Hirata
2024-05-23[InstrProf] Evaluate function order using test traces (#92451)Ellis Hoag
2024-05-15[InstrProf] Fix bug when clearing traces with samples (#92310)Ellis Hoag
2024-04-24[memprof] Reduce schema for Version2 (#89876)Kazu Hirata
2024-04-18[memprof] Add Version2 of the indexed MemProf format (#89100)Kazu Hirata
2024-04-07[memprof] Fix a typo in writeMemProfV1 (#87890)Kazu Hirata
2024-04-01[InstrFDO][TypeProf] Implement binary instrumentation and profile read/write ...Mingming Liu
2024-03-08[PGO] Add support for writing previous indexed format (#84505)Teresa Johnson
2024-03-04[profdata][nfc] Disable several tests on Windows (#83907)Alan Zhao
2024-02-27Reland "[TypeProf][InstrPGO] Introduce raw and instr profile format change fo...Mingming Liu