aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/InstrProfReader.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-11[ProfileData] clang-format TextInstrProfReader::hasFormat. NFC.Vedant Kumar1-2/+3
2015-12-10Format fix (NFC)Xinliang David Li1-2/+4
2015-12-04[PGO] Unify VP data format between raw and indexed profile (Reader)Xinliang David Li1-38/+11
2015-12-01[PGO] Add support for reading multiple versions of indexed profile format pro...Xinliang David Li1-22/+27
2015-11-28Function name cleanup (NFC)Xinliang David Li1-4/+4
2015-11-18Minor cleanups (from review feedback)Xinliang David Li1-2/+4
2015-11-18[PGO] Value profiling supportBetul Buyukkurt1-7/+76
2015-11-17[PGO] Move value profile data definitions out of IndexedInstrProfXinliang David Li1-3/+2
2015-11-13[llvm-profdata] Add check for text profile formats and improve error reportin...Nathan Slingerland1-1/+12
2015-11-12reverting r252916 to investigate test failureNathan Slingerland1-12/+1
2015-11-12[llvm-profdata] Add check for text profile formats and improve error reportingNathan Slingerland1-1/+12
2015-11-12Fix problems in coding styleXinliang David Li1-13/+23
2015-11-10[PGO] Make indexed value profile data more compactXinliang David Li1-41/+6
2015-11-06Code style fix (caused by wrongly default clang-format style) (NFC)Xinliang David Li1-5/+8
2015-11-02[PGO] Value profiling (index format) code cleanup and testingXinliang David Li1-27/+28
2015-10-28[PGO] RawProf Reader code cleanupXinliang David Li1-16/+42
2015-10-28[PGO] Indexed Prof Reader refactoring (NFC)Xinliang David Li1-36/+58
2015-10-18Minor Instr PGO code restructuringXinliang David Li1-54/+27
2015-10-13Fix a couple of comments; NFCXinliang David Li1-6/+6
2015-10-11[ProfileData] Test commit for slingnNathan Slingerland1-0/+1
2015-09-30InstrProf: Don't call std::unique twice hereJustin Bogner1-1/+0
2015-09-29InstrProf: Support for value profiling in the indexed profile formatJustin Bogner1-19/+91
2015-06-22Re-apply "InstrProf: When reading, copy the data instead of taking a referenc...Justin Bogner1-47/+65
2015-06-20Revert "InstrProf: When reading, copy the data instead of taking a reference....Justin Bogner1-65/+47