summaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/InstrProfReader.cpp
AgeCommit message (Expand)Author
2022-03-28Apply clang-tidy fixes for readability-redundant-smartptr-get in InstrProfRea...Kazu Hirata
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-17Reland "[InstrProf] Make the IndexedInstrProf header backwards compatible."Snehasish Kumar
2022-02-14Revert "[InstrProf] Make the IndexedInstrProf header backwards compatible."Snehasish Kumar
2022-02-14Revert "Reland "[memprof] Extend the index prof format to include memory prof...Snehasish Kumar
2022-02-14Reland "[memprof] Extend the index prof format to include memory profiles."Snehasish Kumar
2022-02-14Revert "[memprof] Extend the index prof format to include memory profiles."Snehasish Kumar
2022-02-14[memprof] Extend the index prof format to include memory profiles.Snehasish Kumar
2022-02-14[InstrProf] Make the IndexedInstrProf header backwards compatible.Snehasish Kumar
2022-02-03[instrprof][NFC] Templatize the instrprof iterator.Snehasish Kumar
2022-01-31[instrprof][NFC] Refactor out the common logic for getProfileKind.Snehasish Kumar
2022-01-27[InstrProf] Add single byte coverage modeEllis Hoag
2022-01-27[InstrProf][NFC] Refactor Profile kind into a bitset enum.Snehasish Kumar
2022-01-25[InstrProf][Correlator] Do not compress names when reading debug infoEllis Hoag
2022-01-19[InstrProf] Restore InstrProfData.inc to fix Fuchsia buildsEllis Hoag
2022-01-14[InstrProf][NFC] Do not assume size of counter typeEllis Hoag
2021-12-17[Try2][InstrProf] Add Correlator class to read debug infoEllis Hoag
2021-12-16Revert "[InstrProf] Add Correlator class to read debug info"Ellis Hoag
2021-12-16[InstrProf] Add Correlator class to read debug infoEllis Hoag
2021-12-09[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-11-24[LLVM][NFC]Inclusive language: remove occurances of sanity check/test from llvmZarko Todorovski
2021-11-09[compiler-rt] Fix diagnostic in InstrProfErrorGulfem Savrun Yeniceri
2021-11-09[compiler-rt] Add more diagnostic to InstrProfErrorGulfem Savrun Yeniceri
2021-09-28[llvm][profile] Add padding after binary IDsLeonard Chan
2021-07-30[profile] Fix profile merging with binary IDsPetr Hosek
2021-07-30Revert "[profile] Fix profile merging with binary IDs"Petr Hosek
2021-07-30[profile] Fix profile merging with binary IDsPetr Hosek
2021-07-30Revert "[profile] Fix profile merging with binary IDs"Petr Hosek
2021-07-30[profile] Fix profile merging with binary IDsPetr Hosek
2021-07-30[InstrProfiling] Make CountersPtr in __profd_ relativeFangrui Song
2021-07-23[profile] Add binary id into profilesGulfem Savrun Yeniceri
2021-07-21Revert "[profile] Add binary id into profiles"Gulfem Savrun Yeniceri
2021-07-21[profile] Add binary id into profilesGulfem Savrun Yeniceri
2021-06-25[llvm] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-04-16[SystemZ][z/OS] Add IsText Argument to GetFile and GetFileOrSTDINJonathan Crowther
2020-07-22[PGO] Supporting code for always instrumenting entry blockRong Xu
2020-05-06[InstrProf] Silence warnings when targeting x86 with VS2019 16.5.4Alexandre Ganea
2020-05-02std::isspace -> llvm::isSpace (where locale should be ignored)Sam McCall
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2019-10-31[profile] Add a mode to continuously sync counter updates to a fileVedant Kumar
2019-10-01[PGO] Fix typos from r359612. NFC.Rong Xu
2019-09-17[PGO] Change hardcoded thresholds for cold/inlinehint to use summaryTeresa Johnson
2019-09-03[InstrProf] Tighten a check for malformed data records in raw profilesVedant Kumar
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-09[Profile] Support raw/indexed profiles larger than 4GBVedant Kumar