summaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/InstrProfWriter.cpp
AgeCommit message (Expand)Author
2024-04-24[memprof] Reduce schema for Version2 (#89876)Kazu Hirata
2024-04-20[memprof] Accept Schema in the constructor of RecordWriterTrait (NFC) (#89486)Kazu Hirata
2024-04-18[memprof] Use structured binding (NFC) (#89315)Kazu Hirata
2024-04-18[memprof] Add Version2 of the indexed MemProf format (#89100)Kazu Hirata
2024-04-12[memprof] Clean up writer traits (NFC) (#88549)Kazu Hirata
2024-04-09[memprof] Use structured binding (NFC) (#88096)Kazu Hirata
2024-04-07[memprof] Fix a typo in writeMemProfV1 (#87890)Kazu Hirata
2024-04-04[memprof] Introduce writeMemProf (NFC) (#87698)Kazu Hirata
2024-04-04[memprof] Make RecordWriterTrait a non-template class (#87604)Kazu Hirata
2024-04-03[memprof] Add Version2 of IndexedMemProfRecord serialization (#87455)Kazu Hirata
2024-04-01[InstrFDO][TypeProf] Implement binary instrumentation and profile read/write ...Mingming Liu
2024-03-29Revert "[ProfileData] Use size_t in PatchItem (NFC) (#87014)"Muhammad Omair Javaid
2024-03-28[ProfileData] Use size_t in PatchItem (NFC) (#87014)Kazu Hirata
2024-03-28[memprof] Add MemProf version (#86414)Kazu Hirata
2024-03-14[ProfileData] Use ArrayRef in ProfOStream::patch (NFC) (#85317)Kazu Hirata
2024-03-08[PGO] Add support for writing previous indexed format (#84505)Teresa Johnson
2024-02-27Reland "[TypeProf][InstrPGO] Introduce raw and instr profile format change fo...Mingming Liu
2024-02-21Revert type profiling change as compiler-rt test break on Windows. (#82583)Mingming Liu
2024-02-21[nfc]remove unused variable after pr/81691 (#82578)Mingming Liu
2024-02-21[TypeProf][InstrPGO] Introduce raw and instr profile format change for type p...Mingming Liu
2023-12-15[MemProf][NFC] Clear each IndexedMemProfRecord after it is written (#75205)Teresa Johnson
2023-12-15[MemProf][NFC] Free large data structures after last use (#75120)Teresa Johnson
2023-11-20[InstrProf] Add pgo use block coverage test (#72443)Ellis Hoag
2023-10-30Reland "[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Co...Alan Phipps
2023-10-13Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-10-10Use llvm::endianness (NFC)Kazu Hirata
2023-10-04[NFC]Rename InstrProf::getFuncName{,orExternalSymbol} to getFuncOrValName{,If...Mingming Liu
2023-09-21Revert "[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Co...Hans Wennborg
2023-09-19[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Code Cover...Alan Phipps
2023-07-20[llvm-profdata] Stabilize iteration order for InstrProfWriterFangrui Song
2023-06-28[instrprof] Add an overload to accept raw_string_ostream.Snehasish Kumar
2023-04-13[InstrProf][Temporal] Add weight field to tracesEllis Hoag
2023-04-11[InstrProf] Temporal ProfilingEllis Hoag
2023-03-14[llvm] Use *{Set,Map}::contains (NFC)Kazu Hirata
2022-12-29[profile] Add binary ids into indexed profilesGulfem Savrun Yeniceri
2022-12-14Revert "[profile] Add binary ids into indexed profiles"Gulfem Savrun Yeniceri
2022-12-14[profile] Add binary ids into indexed profilesGulfem Savrun Yeniceri
2022-11-26[llvm] Use std::size (NFC)Kazu Hirata
2022-11-04[llvm-profdata] Check for all duplicate entries in MemOpSize tableMatthew Voss
2022-04-08[memprof] Deduplicate and outline frame storage in the memprof profile.Snehasish Kumar
2022-03-22Reland "[memprof] Store callsite metadata with memprof records."Snehasish Kumar
2022-03-21Revert "[memprof] Store callsite metadata with memprof records."Mitch Phillips
2022-03-21[memprof] Store callsite metadata with memprof records.Snehasish Kumar
2022-02-24Cleanup includes: ProfileDataserge-sans-paille
2022-02-23[instrprof] Rename the profile kind types to be more descriptive.Snehasish Kumar
2022-02-17Reland "[memprof] Extend the index prof format to include memory profiles."Snehasish Kumar
2022-02-17Revert "Reland "[memprof] Extend the index prof format to include memory prof...Snehasish Kumar
2022-02-17Reland "[memprof] Extend the index prof format to include memory profiles."Snehasish Kumar
2022-02-14Revert "Reland "[memprof] Extend the index prof format to include memory prof...Snehasish Kumar