summaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/SampleProfReader.cpp
AgeCommit message (Expand)Author
2022-02-14[CSSPGO] Do not merge a context that is already duplicated into the base prof...Hongtao Yu
2022-01-18[CSSPGO] Print "context-nested" instead of "preilnined" for ProfileSummarySec...Hongtao Yu
2021-12-14[CSSPGO] Use nested context-sensitive profile.Hongtao Yu
2021-11-24[LLVM][NFC]Inclusive language: remove occurances of sanity check/test from llvmZarko Todorovski
2021-11-02[llvm-profdata] Print out section flags for FunctionMetadata sectionHongtao Yu
2021-09-04Fix Wdocumentation unknown parameter warning. NFCI.Simon Pilgrim
2021-09-01[CSSPGO] Sort function offset table to speed up profile loading.Hongtao Yu
2021-09-01[CSSPGO] Enable loading MD5 CS profile.Hongtao Yu
2021-08-30[CSSPGO] Split context string to deduplicate function name used in the context.Hongtao Yu
2021-08-25[CSSPGO] Add switch for sample loader to honor global pre-inliner decision fr...Wenlei He
2021-08-25[SampleFDO] Set ProfileIsFS bit properly from the internal optionRong Xu
2021-08-16[SamplePGO][NFC] Dump function profiles in orderHongtao Yu
2021-08-16Reapply commit b7425e956Rong Xu
2021-08-16Revert "[NFC] Fix typos"Kostya Kortchinsky
2021-08-16[NFC] Fix typosRong Xu
2021-06-04[SampleFDO] New hierarchical discriminator for FS SampleFDO (llvm-profdata part)Rong Xu
2021-06-02[SampleFDO] New hierarchical discriminator for FS SampleFDO (ProfileData part)Rong Xu
2021-04-16[SystemZ][z/OS] Add IsText Argument to GetFile and GetFileOrSTDINJonathan Crowther
2021-03-18[CSSPGO] Add attribute metadata for context profileWenlei He
2021-03-15[CSSPGO] Load context profile for external functions in PreLink and populate ...Wenlei He
2021-03-09[SampleFDO] Support enabling -funique-internal-linkage-name.Wei Mi
2021-02-05[CSSPGO] Use merged base profile for hot threshold calculationWenlei He
2021-02-01[CSSPGO] Tweaking inlining with pseudo probes.Hongtao Yu
2021-01-27[CSSPGO] Support of CS profiles in extended binary format.Hongtao Yu
2021-01-21[llvm] Use isDigit (NFC)Kazu Hirata
2021-01-19[SampleFDO] Add the support to split the function profiles with context intoWei Mi
2021-01-06[llvm] Use llvm::append_range (NFC)Kazu Hirata
2020-12-16[NFC][SampleFDO] Preparation to support multiple sections with the same typeWei Mi
2020-12-16[CSSPGO] Consume pseudo-probe-based AutoFDO profileHongtao Yu
2020-12-08[SampleFDO] Store fixed length MD5 in NameTable instead of using ULEB128 ifWei Mi
2020-12-06[CSSPGO] Infrastructure for context-sensitive Sample PGO and InliningWenlei He
2020-10-22[NFC][SampleFDO] Move some common stuff from SampleProfileReaderExtBinary/Wri...Wei Mi
2020-08-26[SampleFDO] Enhance profile remapping support for searching inline instanceWei Mi
2020-05-10[gcov] Fix .gcda decoding and support GCC 8, 9 and 10Fangrui Song
2020-04-07Recommit [SampleFDO] Add flag for partial profile.Wei Mi
2020-04-07Revert "[SampleFDO] Add flag for partial profile." show-prof-info.test breaks...Wei Mi
2020-04-07[SampleFDO] Add flag for partial profile.Wei Mi
2020-03-30[SampleFDO] Port MD5 name table support to extbinary format.Wei Mi
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-10-18[SampleFDO] Add profile remapping support for profile on-demand loading usedWei Mi
2019-10-09[SampleFDO] Add indexing for function profiles so they can be loaded on demandWei Mi
2019-10-07Fix build errors caused by rL373914.Wei Mi
2019-10-07[SampleFDO] Add compression support for any section in ExtBinary profile formatWei Mi
2019-09-21Recommit [SampleFDO] Expose an interface to return the size of a sectionWei Mi
2019-09-21Revert "[SampleFDO] Expose an interface to return the size of a section or th...Amara Emerson
2019-09-20[SampleFDO] Expose an interface to return the size of a section or the sizeWei Mi
2019-08-31[SampleFDO] Add profile symbol list section to discriminate function beingWei Mi
2019-08-26[SampleFDO] Extract the code calling each section reader to readOneSection.Wei Mi