summaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/InstrProfReader.cpp
AgeCommit message (Expand)Author
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
2015-11-06Code style fix (caused by wrongly default clang-format style) (NFC)Xinliang David Li
2015-11-02[PGO] Value profiling (index format) code cleanup and testingXinliang David Li
2015-10-28[PGO] RawProf Reader code cleanupXinliang David Li
2015-10-28[PGO] Indexed Prof Reader refactoring (NFC)Xinliang David Li
2015-10-18Minor Instr PGO code restructuringXinliang David Li
2015-10-13Fix a couple of comments; NFCXinliang David Li
2015-10-11[ProfileData] Test commit for slingnNathan Slingerland
2015-09-30InstrProf: Don't call std::unique twice hereJustin Bogner
2015-09-29InstrProf: Support for value profiling in the indexed profile formatJustin Bogner
2015-06-22Re-apply "InstrProf: When reading, copy the data instead of taking a referenc...Justin Bogner
2015-06-20Revert "InstrProf: When reading, copy the data instead of taking a reference....Justin Bogner
2015-06-20InstrProf: When reading, copy the data instead of taking a reference. NFCJustin Bogner
2015-03-09InstrProf: Allow hexadecimal function hashes in proftext formatJustin Bogner
2015-03-01Add missing includes. make_unique proliferated everywhere.Benjamin Kramer
2015-02-18Re-apply "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner
2015-02-17Revert "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner
2015-02-17Re-apply "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner
2015-02-16Revert "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner
2015-02-16InstrProf: Add unit tests for the profile reader and writerJustin Bogner
2015-02-16InstrProf: Use ErrorOr for IndexedInstrProfReader::create (NFC)Justin Bogner
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-11-03Use ErrorOr for the ::create factory on instrumented and sample profilers.Diego Novillo
2014-09-12llvm-profdata: Avoid undefined behaviour when reading raw profilesJustin Bogner
2014-08-01InstrProf: Allow multiple functions with the same nameJustin Bogner
2014-07-29llvm-profdata: Clean up and reorganize some testsJustin Bogner
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola
2014-06-14Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-05-16ProfileData: Allow multiple profiles in RawInstrProfReaderJustin Bogner
2014-05-01Fixing a cast-qual warning. getBufferStart() and getBufferEnd() both return a...Aaron Ballman
2014-04-25ProfileData: Treat missing function counts as malformedJustin Bogner
2014-04-18ProfileData: Don't forward declare ComputeHash and make it static inlineJustin Bogner
2014-04-18ProfileData: Add support for the indexed instrprof formatJustin Bogner
2014-03-24InstrProf: Silence spurious warnings in GCC 4.8Duncan P. N. Exon Smith
2014-03-23InstrProf: Check pointer size in raw profileDuncan P. N. Exon Smith
2014-03-21InstrProf: Move constructor to the headerDuncan P. N. Exon Smith
2014-03-21InstrProf: Change magic number to have non-text charactersDuncan P. N. Exon Smith
2014-03-21InstrProf: Use move semantics with unique_ptrDuncan P. N. Exon Smith