summaryrefslogtreecommitdiff
path: root/lib/ProfileData/InstrProfReader.cpp
AgeCommit message (Expand)Author
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
2015-12-04[PGO] Unify VP data format between raw and indexed profile (Reader)Xinliang David Li
2015-12-01[PGO] Add support for reading multiple versions of indexed profile format pro...Xinliang David Li
2015-11-28Function name cleanup (NFC)Xinliang David Li
2015-11-18Minor cleanups (from review feedback)Xinliang David Li
2015-11-18[PGO] Value profiling supportBetul Buyukkurt
2015-11-17[PGO] Move value profile data definitions out of IndexedInstrProfXinliang David Li
2015-11-13[llvm-profdata] Add check for text profile formats and improve error reportin...Nathan Slingerland
2015-11-12reverting r252916 to investigate test failureNathan Slingerland
2015-11-12[llvm-profdata] Add check for text profile formats and improve error reportingNathan Slingerland
2015-11-12Fix problems in coding styleXinliang David Li
2015-11-10[PGO] Make indexed value profile data more compactXinliang David Li