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