aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/include/profile
AgeCommit message (Expand)AuthorFilesLines
2025-11-06[InstrProf] Fix frontend generated function hash (#165358)Stephen Senran Zhang1-1/+1
2025-07-30Reapply "[MemProf] Change histogram storage from uint64_t to uint16_t… (#15...Snehasish Kumar1-3/+37
2025-07-30Revert "[MemProf] Change histogram storage from uint64_t to uint16_t" (#151382)Snehasish Kumar1-37/+3
2025-07-30[MemProf] Change histogram storage from uint64_t to uint16_t (#147854)Snehasish Kumar1-3/+37
2025-06-10[compiler-rt] replicate changes from llvm/ProfileData/InstrProfData.inc (#143...Andrew Rogers1-10/+10
2025-03-28Fix some small typos in compiler-rt. NFC (#133388)Qinkun Bao1-1/+1
2025-03-13[InstrProf] Remove -forder-file-instrumentation (#130192)Ellis Hoag2-26/+0
2024-12-04[PGO] Add option to always instrumenting loop entries (#116789)ronryvchin1-1/+4
2024-10-28Revert "Add explicit symbol visibility macros to InstrProfData.inc (#110732)"Vassil Vassilev1-11/+2
2024-10-28Add explicit symbol visibility macros to InstrProfData.inc (#110732)Thomas Fransham1-2/+11
2024-10-17[PGO] Initialize GCOV Writeout and Reset Functions in the Runtime on AIX (#10...Qiongsi Wu1-0/+23
2024-07-31[MC/DC][Coverage] Introduce "Bitmap Bias" for continuous mode (#96126)NAKAMURA Takumi1-0/+1
2024-07-22[PGO] Sync InstrProfData.inc from llvm to compiler-rt (#99930)xur-llvm1-0/+1
2024-07-04[MemProf][compiler-rt] Update MemProfData preprocessor directivesAiden Grossman1-0/+2
2024-06-26[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)Matthew Weingarten2-2/+29
2024-02-27Reland "[TypeProf][InstrPGO] Introduce raw and instr profile format change fo...Mingming Liu1-3/+51
2024-02-24[nfc][compiler-rt]Replace Type::getInt8PtrTy with PointerType::getUnqual as a...Mingming Liu1-1/+1
2024-02-21Revert type profiling change as compiler-rt test break on Windows. (#82583)Mingming Liu1-47/+3
2024-02-21[TypeProf][InstrPGO] Introduce raw and instr profile format change for type p...Mingming Liu1-3/+47
2024-02-21[nfc]For InstrProfData.inc, clang-format functions and opt-out of formatting ...Mingming Liu1-13/+20
2024-01-22[PGO] Reland PGO's Counter Reset and File Dumping APIs #76471 (#78285)Qiongsi Wu1-0/+92
2024-01-10[docs][IRPGO]Document two binary formats for instrumentation-based profiles, ...Mingming Liu1-0/+2
2024-01-09Revert "[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)"Vitaly Buka1-92/+0
2024-01-09[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)Qiongsi Wu1-0/+92
2023-12-14[Profile] Add binary profile correlation for code coverage. (#69493)Zequan Wu1-0/+17
2023-11-14[compiler-rt] Remove reference to Type::getInt8PtrTy; NFC (#71570)Paulo Matos1-10/+10
2023-10-30Reland "[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Co...Alan Phipps1-4/+18
2023-10-03[Profile] Use upper 32 bits of profile version for profile variants. (#67695)Zequan Wu1-5/+4
2023-09-21Revert "[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Co...Hans Wennborg1-18/+4
2023-09-19[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Code Cover...Alan Phipps1-4/+18
2023-08-22[NFC][Profile] Rename Counters/DataSize to NumCounters/DataArthur Eubanks1-4/+2
2023-04-11[InstrProf] Temporal ProfilingEllis Hoag1-1/+4
2023-03-14[memprof] Record BuildIDs in the raw profile.Snehasish Kumar1-10/+16
2023-03-13Revert "[memprof] Record BuildIDs in the raw profile."Snehasish Kumar1-16/+10
2023-03-13[memprof] Record BuildIDs in the raw profile.Snehasish Kumar1-10/+16
2023-01-12[MemProf] Collect access density statistics during profilingTeresa Johnson2-1/+38
2022-12-29[profile] Add binary ids into indexed profilesGulfem Savrun Yeniceri1-1/+1
2022-12-14Revert "[profile] Add binary ids into indexed profiles"Gulfem Savrun Yeniceri1-1/+1
2022-12-14[profile] Add binary ids into indexed profilesGulfem Savrun Yeniceri1-1/+1
2022-08-25[compiler-rt][builtins] Revert all the recent changes I made for addingAkira Hatanaka1-2/+2
2022-08-24[compiler-rt][builtins] Add compiler flags to catch potential errorsAkira Hatanaka1-2/+2
2022-08-23[memprof] Correct max size and access count computationsTeresa Johnson1-2/+2
2022-08-22Revert "[compiler-rt][builtins] Add compiler flags to catch potential errors"Akira Hatanaka1-2/+2
2022-08-22[compiler-rt][builtins] Add compiler flags to catch potential errorsAkira Hatanaka1-2/+2
2022-03-22[memprof] Initialize MemInfoBlock data.Snehasish Kumar1-13/+23
2022-02-17Reland "[memprof] Extend the index prof format to include memory profiles."Snehasish Kumar1-1/+3
2022-02-17Revert "Reland "[memprof] Extend the index prof format to include memory prof...Snehasish Kumar1-3/+1
2022-02-17Reland "[memprof] Extend the index prof format to include memory profiles."Snehasish Kumar1-1/+3
2022-02-14Reland "[memprof] Introduce a wrapper around MemInfoBlock."Snehasish Kumar1-4/+0
2022-02-14Reland "[memprof] Refactor out the MemInfoBlock into a macro based def."Snehasish Kumar2-60/+120