summaryrefslogtreecommitdiff
path: root/llvm/unittests/ProfileData
AgeCommit message (Expand)Author
2025-10-28[llvm] Use nullptr instead of 0 or NULL (NFC) (#165396)Kazu Hirata
2025-10-01Cleanup the LLVM exported symbols namespace (#161240)Nicolai Hähnle
2025-09-11[LLVM][Coverage][Unittest] Fix dangling reference in unittest (#147118)Tomohiro Kashiwada
2025-09-04[memprof] Add RecordSerializationRoundTripVersion4HotColdSchema (#156783)Kazu Hirata
2025-09-02[memprof] Rename "v2" functions and tests (NFC) (#156247)Kazu Hirata
2025-06-24[InstrProf] Factor out getRecord() and use NamedInstrProfRecord (#145417)Ellis Hoag
2025-06-13[memprof] Use testing::IsEmpty (NFC) (#144096)Kazu Hirata
2025-06-13Reland "[llvm-cov] Add support for baseline coverage" (#144130)Fabian Meumertzheim
2025-06-13Revert "[llvm-cov] Add support for baseline coverage" (#144121)Keith Smiley
2025-06-13[llvm-cov] Add support for baseline coverage (#117910)Fabian Meumertzheim
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-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-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-16[StaticDataLayout][PGO] Remove inclusion of private gmock headerBenjamin Kramer
2025-05-15[StaticDataLayout][PGO] Add profile format for static data layout, and the cl...Mingming Liu
2025-05-01[MemProf] Add v4 which contains CalleeGuids to CallSiteInfo. (#137394)Snehasish Kumar
2025-03-19[ctxprof] Track unhandled call targets (#131417)Mircea Trofin
2025-03-14[ctxprof] Capture sampling info for context roots (#131201)Mircea Trofin
2025-03-12[MemProf] Extend CallSite information to include potential callees. (#130441)Snehasish Kumar
2025-03-05[ctxprof] Prepare profile format for flat profiles (#129626)Mircea Trofin
2025-03-04[ctxprof][nfc] Prepare CtxProfAnalysis for flat profiles (#129623)Mircea Trofin
2025-01-09Introduce CounterExpressionBuilder::subst(C, Map) (#112698)NAKAMURA Takumi
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-07[memprof] Add getMemProfDataForTest for unit tests (#119061)Kazu Hirata
2024-12-07[memprof] Remove a stale comment in a unit test (#119060)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