aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData
AgeCommit message (Expand)AuthorFilesLines
16 hours[MC/DC] Make covmap tolerant of nested Decisions (#125407)NAKAMURA Takumi1-168/+135
12 daysCoverageMappingWriter.cpp: Append yet another comarison, endLoc.NAKAMURA Takumi1-1/+8
2026-01-13[IndirectCallPromotion] Proper canonicalize coroutine function (#175606)Wei Wang1-19/+21
2026-01-10[Coverage] Sort `MCDCRecord::ExecVectors` order by Bitmap index (#121195)NAKAMURA Takumi1-13/+27
2026-01-10LLVMCoverage: Unify getCoverageForFile and getCoverageForFunction. NFC (#120842)NAKAMURA Takumi1-38/+42
2026-01-10[Coverage] Make additional counters available for BranchRegion. NFC. (#120930)NAKAMURA Takumi1-0/+3
2025-12-22[NFC]Tidy whitespace in llvm-profdata memprof YAML output (#173214)Mingming Liu1-3/+3
2025-12-19[llvm-profdata][StaticDataLayout] Print summary of data access profiles in ll...Mingming Liu2-9/+29
2025-12-19[StaticDataLayout] Sort records before printing them in text format (#172592)Mingming Liu1-0/+19
2025-12-01[ProfData] Improve efficiency of reader (#169730)Max1-0/+6
2025-11-21[profdata] Skip probes with missing counter and function pointers (#163254)Ellis Hoag1-11/+13
2025-11-15[llvm] Use llvm::copy (NFC) (#168182)Kazu Hirata1-2/+1
2025-11-06[InstrProf] Fix frontend generated function hash (#165358)Stephen Senran Zhang2-3/+4
2025-10-15[llvm] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163507)Kazu Hirata1-1/+1
2025-10-01Cleanup the LLVM exported symbols namespace (#161240)Nicolai Hähnle1-0/+4
2025-09-28[Support] Deprecate one form of support::endian::byte_swap (NFC) (#161045)Kazu Hirata4-13/+13
2025-09-27[Support] Deprecate one form of support::endian::read (NFC) (#160979)Kazu Hirata2-6/+6
2025-09-12[SampleFDO][TypeProf]Support vtable type profiling for ext-binary and text fo...Mingming Liu3-7/+233
2025-08-23[NFC][SampleFDO] Re-apply "In text sample prof reader, report more concrete p...Mingming Liu1-4/+11
2025-08-23Revert "[NFC][SampleFDO] In text sample prof reader, report dreport more conc...Mingming Liu1-10/+3
2025-08-23[NFC][SampleFDO] In text sample prof reader, report dreport more concrete par...Mingming Liu1-3/+10
2025-08-23[ProfileData] Fix typo in profile overlap message (NFC)Yi Kong1-1/+1
2025-08-17[llvm] Remove unused includes (NFC) (#154051)Kazu Hirata1-1/+0
2025-08-13[nfc][pgo] `const`-ify some APIs in `InstrProfSymtab` (#153284)Mircea Trofin2-3/+3
2025-08-08[InstrProf] Fix trace reservoir sampling (#152563)Ellis Hoag1-45/+18
2025-08-05[ProfileData] Remove an unnecessary cast (NFC) (#152087)Kazu Hirata1-2/+1
2025-07-30[MemProf] Write out raw profile bytes in little endian. (#150375)Snehasish Kumar1-2/+33
2025-07-30Reapply "[MemProf] Change histogram storage from uint64_t to uint16_t… (#15...Snehasish Kumar1-10/+28
2025-07-30Revert "[MemProf] Change histogram storage from uint64_t to uint16_t" (#151382)Snehasish Kumar1-28/+10
2025-07-30[MemProf] Change histogram storage from uint64_t to uint16_t (#147854)Snehasish Kumar1-10/+28
2025-07-24[ProfileData] Remove an unnecessary cast (NFC) (#150472)Kazu Hirata1-1/+1
2025-07-12[ProfileData] Remove an unnecessary cast (NFC) (#148341)Kazu Hirata1-1/+1
2025-07-09[NFC]Codestyle changes for SampleFDO library (#147840)Mingming Liu3-17/+22
2025-07-01[ProfileData] Use lambdas instead of std::bind (NFC) (#146625)Kazu Hirata1-12/+8
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine2-1/+2
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine2-2/+1
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine2-1/+2
2025-06-25[NFC][PGO] Use constants rather than free strings for metadata labels (#145721)Mircea Trofin1-2/+3
2025-06-24[InstrProf] Factor out getRecord() and use NamedInstrProfRecord (#145417)Ellis Hoag1-3/+3
2025-06-20[llvm-cov][gcov] Support multi-files coverage in one basic block (#144504)int-zjt1-19/+26
2025-06-13Reland "[llvm-cov] Add support for baseline coverage" (#144130)Fabian Meumertzheim1-48/+75
2025-06-13Revert "[llvm-cov] Add support for baseline coverage" (#144121)Keith Smiley1-75/+48
2025-06-13[llvm-cov] Add support for baseline coverage (#117910)Fabian Meumertzheim1-48/+75
2025-06-12[llvm][MemProf] Correct position of LLVM_ABI macro in computeFrameHistogramDavid Spickett1-8/+8
2025-06-10[llvm] annotate interfaces in llvm/ProfileData for DLL export (#142861)Andrew Rogers2-12/+14
2025-06-04[llvm] Remove unused includes (NFC) (#142733)Kazu Hirata2-3/+0
2025-05-29[MemProf] Summary section cleanup (NFC) (#142003)Teresa Johnson6-74/+91
2025-05-28[MemProf] Add basic summary section support (#141805)Teresa Johnson6-14/+239
2025-05-27[NFCI]Add SampleRecord::serialize and LineLocation::serialize to simplify Fun...Mingming Liu2-13/+28
2025-05-27[NFCI] Clean up idempotent stack pop for inline context (#141544)Mingming Liu1-3/+0