aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/ProfileSummary.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-02-02Cleanup header dependencies in LLVMCoreserge-sans-paille1-2/+1
2021-10-18[NFC] ProfileSummary: const a bunch of members and fields.Mircea Trofin1-2/+2
2020-09-21ProfileSummary.cpp - use auto const& iterator in for-range loop to avoid copi...Simon Pilgrim1-1/+1
2020-06-23ProfileSummary.cpp - fix implicit Format.h dependency. NFC.Simon Pilgrim1-0/+1
2020-05-21[ProfileSummary] Add the PartialProfileRatio field in ProfileSummary metadata.Hiroshi Yamauchi1-11/+45
2020-05-20[ProfileSummary] Refactor getFromMD to prepare for another optional field. NFC.Hiroshi Yamauchi1-22/+30
2020-05-05[llvm-profdata] Support -detailed-summary for Sample ProfileWenlei He1-0/+18
2020-04-27[ProfileSummary] Add partial profile annotation on IR.Wei Mi1-21/+42
2019-02-28[PGO] Context sensitive PGO (part 2)Rong Xu1-2/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-12[ProfileSummary] Move a vector we're about to destroy anyway; NFCGeorge Burgess IV1-3/+3
2018-04-12Simplify; NFCIGeorge Burgess IV1-18/+12
2016-06-03Reapply r271728 after adding move cobstructor for ProfileSummaryInfoEaswaran Raman1-0/+2
2016-06-03Revert r271728 as it breaks Windows buildEaswaran Raman1-2/+0
2016-06-03Analysis pass to access profile summary infoEaswaran Raman1-0/+2
2016-05-19Remove specializations of ProfileSummaryEaswaran Raman1-98/+30
2016-05-19Move ProfileSummary to IR.Easwaran Raman1-0/+257