summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/InstrProfReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PGO] clean up and documentationXinliang David Li2016-01-141-3/+4
* [PGO] Improve Indexed Profile Reader efficiency Xinliang David Li2015-12-201-34/+50
* [PGO] Value profiling text format reader/writer supportXinliang David Li2015-12-141-0/+66
* [PGO] Read VP raw data without depending on the Value fieldXinliang David Li2015-12-111-3/+9
* [ProfileData] clang-format TextInstrProfReader::hasFormat. NFC.Vedant Kumar2015-12-111-2/+3
* Format fix (NFC)Xinliang David Li2015-12-101-2/+4
* [PGO] Unify VP data format between raw and indexed profile (Reader)Xinliang David Li2015-12-041-38/+11
* [PGO] Add support for reading multiple versions of indexed profile format pro...Xinliang David Li2015-12-011-22/+27
* Function name cleanup (NFC)Xinliang David Li2015-11-281-4/+4
* Minor cleanups (from review feedback)Xinliang David Li2015-11-181-2/+4
* [PGO] Value profiling supportBetul Buyukkurt2015-11-181-7/+76
* [PGO] Move value profile data definitions out of IndexedInstrProfXinliang David Li2015-11-171-3/+2
* [llvm-profdata] Add check for text profile formats and improve error reportin...Nathan Slingerland2015-11-131-1/+12
* reverting r252916 to investigate test failureNathan Slingerland2015-11-121-12/+1
* [llvm-profdata] Add check for text profile formats and improve error reportingNathan Slingerland2015-11-121-1/+12
* Fix problems in coding styleXinliang David Li2015-11-121-13/+23
* [PGO] Make indexed value profile data more compactXinliang David Li2015-11-101-41/+6
* Code style fix (caused by wrongly default clang-format style) (NFC)Xinliang David Li2015-11-061-5/+8
* [PGO] Value profiling (index format) code cleanup and testingXinliang David Li2015-11-021-27/+28
* [PGO] RawProf Reader code cleanupXinliang David Li2015-10-281-16/+42
* [PGO] Indexed Prof Reader refactoring (NFC)Xinliang David Li2015-10-281-36/+58
* Minor Instr PGO code restructuringXinliang David Li2015-10-181-54/+27
* Fix a couple of comments; NFCXinliang David Li2015-10-131-6/+6
* [ProfileData] Test commit for slingnNathan Slingerland2015-10-111-0/+1
* InstrProf: Don't call std::unique twice hereJustin Bogner2015-09-301-1/+0
* InstrProf: Support for value profiling in the indexed profile formatJustin Bogner2015-09-291-19/+91
* Re-apply "InstrProf: When reading, copy the data instead of taking a referenc...Justin Bogner2015-06-221-47/+65
* Revert "InstrProf: When reading, copy the data instead of taking a reference....Justin Bogner2015-06-201-65/+47
* InstrProf: When reading, copy the data instead of taking a reference. NFCJustin Bogner2015-06-201-47/+65
* InstrProf: Allow hexadecimal function hashes in proftext formatJustin Bogner2015-03-091-1/+1
* Add missing includes. make_unique proliferated everywhere.Benjamin Kramer2015-03-011-0/+1
* Re-apply "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-181-11/+18
* Revert "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-171-18/+11
* Re-apply "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-171-11/+18
* Revert "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-161-18/+11
* InstrProf: Add unit tests for the profile reader and writerJustin Bogner2015-02-161-11/+18
* InstrProf: Use ErrorOr for IndexedInstrProfReader::create (NFC)Justin Bogner2015-02-161-3/+8
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-3/+1
* Use ErrorOr for the ::create factory on instrumented and sample profilers.Diego Novillo2014-11-031-12/+18
* llvm-profdata: Avoid undefined behaviour when reading raw profilesJustin Bogner2014-09-121-0/+3
* InstrProf: Allow multiple functions with the same nameJustin Bogner2014-08-011-15/+48
* llvm-profdata: Clean up and reorganize some testsJustin Bogner2014-07-291-2/+2
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-1/+4
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-141-1/+1
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-19/+22
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* ProfileData: Allow multiple profiles in RawInstrProfReaderJustin Bogner2014-05-161-4/+29
* Fixing a cast-qual warning. getBufferStart() and getBufferEnd() both return a...Aaron Ballman2014-05-011-2/+3
* ProfileData: Treat missing function counts as malformedJustin Bogner2014-04-251-2/+6
* ProfileData: Don't forward declare ComputeHash and make it static inlineJustin Bogner2014-04-181-0/+5
OpenPOWER on IntegriCloud