summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/SampleProfReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland2015-12-161-7/+10
* [ProfileData] Add unit test infrastructure for sample profile reader/writerNathan Slingerland2015-12-101-7/+19
* SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamplesDiego Novillo2015-11-131-2/+1
* [llvm-profdata] Add check for text profile formats and improve error reportin...Nathan Slingerland2015-11-131-1/+19
* reverting r252916 to investigate test failureNathan Slingerland2015-11-121-19/+1
* [llvm-profdata] Add check for text profile formats and improve error reportingNathan Slingerland2015-11-121-1/+19
* SamplePGO - Move FunctionSamples::print() to a better location. NFC.Diego Novillo2015-11-121-31/+0
* Tolerate negative offset when matching sample profile.Dehao Chen2015-10-211-1/+11
* Sample profiles - Re-arrange binary format to emit head samples only on top f...Diego Novillo2015-10-161-10/+11
* Sample Profiles - Adjust integer types. Mostly NFC.Diego Novillo2015-10-151-24/+24
* Sample profiles - Add documentation for binary profile encoding. NFC.Diego Novillo2015-10-141-103/+6
* Sample profile reader - remove dead code. NFC.Diego Novillo2015-10-131-10/+0
* Sample profiles - Add a name table to the binary encoding.Diego Novillo2015-10-131-3/+25
* Add inline stack streaming to binary sample profiles.Diego Novillo2015-10-091-40/+72
* Re-apply r249644: Handle inline stacks in gcov-encoded sample profiles.Diego Novillo2015-10-081-42/+70
* Revert "Handle inline stacks in gcov-encoded sample profiles."Diego Novillo2015-10-081-70/+42
* Handle inline stacks in gcov-encoded sample profiles.Diego Novillo2015-10-081-42/+70
* Remove AutoFDO profile handling for GCC's LIPO. NFC.Diego Novillo2015-10-051-22/+0
* http://reviews.llvm.org/D13145Dehao Chen2015-09-301-65/+168
* GCC AutoFDO profile reader - Initial support.Diego Novillo2015-09-171-9/+269
* Use ErrorOr for the ::create factory on instrumented and sample profilers.Diego Novillo2014-11-031-11/+14
* Add show and merge tools for sample PGO profiles.Diego Novillo2014-11-011-31/+15
* Add profile writing capabilities for sampling profiles.Diego Novillo2014-10-301-38/+212
* LineIterator: Provide a variant that keeps blank linesJustin Bogner2014-09-171-1/+1
* Re-factor sample profile reader into lib/ProfileData.Diego Novillo2014-09-091-0/+238
OpenPOWER on IntegriCloud