summaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/InstrProfReader.cpp
AgeCommit message (Expand)Author
2019-04-30[llvm-profdata] Add overlap command to compute similarity b/w two profile filesRong Xu
2019-03-06[PGO] Context sensitive PGO (part 4)Rong Xu
2019-02-28[PGO] Context sensitive PGO (part 2)Rong Xu
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-10Support for remapping profile data when symbols change, forRichard Smith
2018-07-26[ADT] Replace std::isprint by llvm::isPrint.Michael Kruse
2018-04-13[profile] Fix binary format reader error propagation.Mircea Trofin
2018-03-22Revert "Revert "[InstrProf] Support for external functions in text format.""Mircea Trofin
2018-03-22Revert "[InstrProf] Support for external functions in text format."Benjamin Kramer
2018-03-21[InstrProf] Encapsulates access to AddrToMD5Map.Mircea Trofin
2018-03-21[InstrProf] Support for external functions in text format.Mircea Trofin
2017-12-14Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner
2017-10-05[ProfileData] Fix data racing in merging indexed profilesRong Xu
2017-07-06Prototype: Reduce llvm-profdata merge memory usage furtherDavid Blaikie
2017-06-21[ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko
2017-06-20[ProfileData] PR33517: Check for failure of symtab creationVedant Kumar
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-03-03[PGO] Text format profile reader needs to clear the value profileRong Xu
2017-03-03[ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko
2017-02-27[PGO] Fix a bug in reading text format value profile.Rong Xu
2016-10-20Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer
2016-10-19[PGO] Fix bogus warning for merging empty llvm profile fileRong Xu
2016-05-29[ProfileData] Clean up string handling a bit.Benjamin Kramer
2016-05-20[ProfileData] Thread unique_ptr through the summary builder to avoid leaks.Benjamin Kramer
2016-05-19Remove specializations of ProfileSummaryEaswaran Raman
2016-05-19Move ProfileSummary to IR.Easwaran Raman
2016-05-19Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar
2016-05-16Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar
2016-05-16Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar
2016-05-14Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth
2016-05-13Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar
2016-05-13Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar
2016-05-13[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar
2016-05-06[PGO] Use rsplit to parse value-data line in text profile file.Rong Xu
2016-05-05[profile] Remove unneeded field in raw profile readerXinliang David Li
2016-04-21[ProfileData] Report errors from InstrProfSymtab::createVedant Kumar
2016-03-28[PGO] Comment how function pointers for indirect calls are mapped to function...Adam Nemet
2016-02-19Add profile summary support for sample profile.Easwaran Raman
2016-02-17Add a profile summary class specific to instrumentation profiles.Easwaran Raman
2016-02-10[PGO] Differentiate Clang instrumentation and IR level instrumentation profilesRong Xu
2016-02-08[PGO] Revert r260146 as it breaks Darwin platforms.Rong Xu
2016-02-08[PGO] Differentiate Clang instrumentation and IR level instrumentation profilesRong Xu
2016-02-08[PGO] Enable compression in pgo instrumentationXinliang David Li
2016-02-03[PGO] Profile summary reader/writer supportXinliang David Li
2016-01-14[PGO] clean up and documentationXinliang David Li
2015-12-20[PGO] Improve Indexed Profile Reader efficiency Xinliang David Li
2015-12-14[PGO] Value profiling text format reader/writer supportXinliang David Li
2015-12-11[PGO] Read VP raw data without depending on the Value fieldXinliang David Li
2015-12-11[ProfileData] clang-format TextInstrProfReader::hasFormat. NFC.Vedant Kumar
2015-12-10Format fix (NFC)Xinliang David Li