summaryrefslogtreecommitdiff
path: root/llvm/unittests/ProfileData/MemProfTest.cpp
AgeCommit message (Expand)Author
2025-10-01Cleanup the LLVM exported symbols namespace (#161240)Nicolai Hähnle
2025-09-04[memprof] Add RecordSerializationRoundTripVersion4HotColdSchema (#156783)Kazu Hirata
2025-06-10[llvm] annotate interfaces in llvm/ProfileData for DLL export (#142861)Andrew Rogers
2025-05-29[MemProf] Summary section cleanup (NFC) (#142003)Teresa Johnson
2025-05-28[MemProf] Add basic summary section support (#141805)Teresa Johnson
2025-05-19[NFC][MemProf] Move IndexedMemProfData to its own header. (#140503)Snehasish Kumar
2025-05-19[NFC][MemProf] Move getGUID out of IndexedMemProfRecord (#140502)Snehasish Kumar
2025-05-19[NFC][MemProf] Move Radix tree methods to their own header and cpp. (#140501)Snehasish Kumar
2025-05-19[NFC][MemProf] Fix typo in type name (#140500)Snehasish Kumar
2025-05-01[MemProf] Add v4 which contains CalleeGuids to CallSiteInfo. (#137394)Snehasish Kumar
2025-03-12[MemProf] Extend CallSite information to include potential callees. (#130441)Snehasish Kumar
2024-12-19[memprof] Introduce IndexedCallstackIdConveter (NFC) (#120540)Kazu Hirata
2024-12-17[memprof] Don't use Frame::hash or hashCallStacks in unit test (#119984)Kazu Hirata
2024-12-13[memprof] Don't use Frame::hash() (NFC) (#119828)Kazu Hirata
2024-12-12[memprof] Use return values from addFrame and addCallStack (NFC) (#119676)Kazu Hirata
2024-12-12[memprof] Use addCallStack in a unit test (NFC) (#119651)Kazu Hirata
2024-12-11[memprof] Use IndexedMemProfData in unit tests (NFC) (#119648)Kazu Hirata
2024-12-11[memprof] Drop testing:: in a unit test (NFC) (#119636)Kazu Hirata
2024-12-11[memprof] Improve the way we express Frames in YAML (#119629)Kazu Hirata
2024-12-11[memprof] Move YAML support to MemProfYAML.h (NFC) (#119515)Kazu Hirata
2024-12-11[memprof] Drop curly braces on small for loops (NFC) (#119516)Kazu Hirata
2024-12-11[memprof] Use front instead of begin in a unit test (NFC) (#119501)Kazu Hirata
2024-12-10[memprof] Accept a function name in YAML (#119453)Kazu Hirata
2024-12-09[memprof] Use std::make_unique in unit tests (NFC) (#119175)Kazu Hirata
2024-12-08[memprof] Use namespaces in a unit test (#119144)Kazu Hirata
2024-12-08[memprof] Drop memprof:: in unit tests (NFC) (#119113)Kazu Hirata
2024-12-08[memprof] Compare Frames instead of FrameIds in a unit test (#119111)Kazu Hirata
2024-12-07[memprof] Use IndexedMemProfData in a unit test (NFC) (#119062)Kazu Hirata
2024-12-06[memprof] Use gtest matchers at more places (#119050)Kazu Hirata
2024-12-06[memprof] Use IndexedMemProfData in tests (NFC) (#119049)Kazu Hirata
2024-12-06[memprof] Add IndexedMemProfData::addCallStack (#118920)Kazu Hirata
2024-12-05[memprof] Rename Inline to IsInlineFrame in YAML (#118901)Kazu Hirata
2024-12-05Reapply [memprof] Update YAML traits for writer purposes (#118720)Kazu Hirata
2024-12-05Revert "[memprof] Update YAML traits for writer purposes (#118720)"Florian Hahn
2024-12-04[memprof] Add IndexedMemProfData::addFrame (#118724)Kazu Hirata
2024-12-04[memprof] Update YAML traits for writer purposes (#118720)Kazu Hirata
2024-11-27[memprof] Use "using" directives in unit tests (NFC) (#117852)Kazu Hirata
2024-11-27Reapply [memprof] Add YAML-based deserialization for MemProf profile (#117829)Kazu Hirata
2024-11-27Revert "[memprof] Add YAML-based deserialization for MemProf profile (#117829)"Florian Hahn
2024-11-26[memprof] Add YAML-based deserialization for MemProf profile (#117829)Kazu Hirata
2024-11-26[memprof] Use IndexedMemProfRecord in MemProfReader (NFC) (#117613)Kazu Hirata
2024-11-24[memprof] Speed up llvm-profdata (#117446)Kazu Hirata
2024-11-22[memprof] Remove MemProf format Version 1 (#117357)Kazu Hirata
2024-11-20[memprof] Construct MemProfReader with IndexedMemProfData (#117022)Kazu Hirata
2024-11-20[MemProf] Templatize CallStackRadixTreeBuilder (NFC) (#117014)Teresa Johnson
2024-11-20[memprof] Add a new constructor to MemProfReader (NFC) (#116918)Kazu Hirata
2024-11-18[memprof] Add another constructor to IndexedAllocationInfo (NFC) (#116684)Kazu Hirata
2024-11-15[memprof] Remove MemProf format Version 0 (#116442)Kazu Hirata
2024-09-13[llvm][unittests] Don't call raw_string_ostream::flush() (NFC)JOE1994
2024-06-26[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)Matthew Weingarten