summaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData
AgeCommit message (Expand)Author
2025-11-21[profdata] Skip probes with missing counter and function pointers (#163254)Ellis Hoag
2025-11-15[llvm] Use llvm::copy (NFC) (#168182)Kazu Hirata
2025-11-06[InstrProf] Fix frontend generated function hash (#165358)Stephen Senran Zhang
2025-10-15[llvm] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163507)Kazu Hirata
2025-10-01Cleanup the LLVM exported symbols namespace (#161240)Nicolai Hähnle
2025-09-28[Support] Deprecate one form of support::endian::byte_swap (NFC) (#161045)Kazu Hirata
2025-09-27[Support] Deprecate one form of support::endian::read (NFC) (#160979)Kazu Hirata
2025-09-12[SampleFDO][TypeProf]Support vtable type profiling for ext-binary and text fo...Mingming Liu
2025-08-23[NFC][SampleFDO] Re-apply "In text sample prof reader, report more concrete p...Mingming Liu
2025-08-23Revert "[NFC][SampleFDO] In text sample prof reader, report dreport more conc...Mingming Liu
2025-08-23[NFC][SampleFDO] In text sample prof reader, report dreport more concrete par...Mingming Liu
2025-08-23[ProfileData] Fix typo in profile overlap message (NFC)Yi Kong
2025-08-17[llvm] Remove unused includes (NFC) (#154051)Kazu Hirata
2025-08-13[nfc][pgo] `const`-ify some APIs in `InstrProfSymtab` (#153284)Mircea Trofin
2025-08-08[InstrProf] Fix trace reservoir sampling (#152563)Ellis Hoag
2025-08-05[ProfileData] Remove an unnecessary cast (NFC) (#152087)Kazu Hirata
2025-07-30[MemProf] Write out raw profile bytes in little endian. (#150375)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-24[ProfileData] Remove an unnecessary cast (NFC) (#150472)Kazu Hirata
2025-07-12[ProfileData] Remove an unnecessary cast (NFC) (#148341)Kazu Hirata
2025-07-09[NFC]Codestyle changes for SampleFDO library (#147840)Mingming Liu
2025-07-01[ProfileData] Use lambdas instead of std::bind (NFC) (#146625)Kazu Hirata
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine
2025-06-25[NFC][PGO] Use constants rather than free strings for metadata labels (#145721)Mircea Trofin
2025-06-24[InstrProf] Factor out getRecord() and use NamedInstrProfRecord (#145417)Ellis Hoag
2025-06-20[llvm-cov][gcov] Support multi-files coverage in one basic block (#144504)int-zjt
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-12[llvm][MemProf] Correct position of LLVM_ABI macro in computeFrameHistogramDavid Spickett
2025-06-10[llvm] annotate interfaces in llvm/ProfileData for DLL export (#142861)Andrew Rogers
2025-06-04[llvm] Remove unused includes (NFC) (#142733)Kazu Hirata
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-27[NFCI]Add SampleRecord::serialize and LineLocation::serialize to simplify Fun...Mingming Liu
2025-05-27[NFCI] Clean up idempotent stack pop for inline context (#141544)Mingming Liu
2025-05-27[NFCI]Print LineLocation using its print method to simplify the code. (#141545)Mingming Liu
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-20Revert "[llvm][NFC] Use `llvm::sort()`" (#140668)Iris Shi
2025-05-19[ProfileData] Restore Core as a dependency for the ProfileData library (#140650)Snehasish Kumar
2025-05-19[NFC][MemProf] Move types shared between Analysis, ProfileData and ModuleSumm...Snehasish Kumar
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