summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/SampleProfReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning issued by clang.Wei Mi2018-06-111-1/+1
* [SampleFDO] Add a new compact binary format for sample profile.Wei Mi2018-06-111-17/+75
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-10/+10
* [SampleFDO] Extend SampleProfReader to handle demangled names.Wei Mi2018-03-071-9/+42
* Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner2017-12-141-1/+1
* Fix warnings. [-Wdocumentation]NAKAMURA Takumi2017-10-121-4/+0
* SamplePGO: convert callsite samples map key from callsite_location to callsit...Dehao Chen2017-04-131-4/+4
* [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko2017-03-031-2/+13
* Fix an obvious bug in SampleProfileReaderGCC.Dehao Chen2017-02-221-5/+3
* [ProfileData] Clean up string handling a bit.Benjamin Kramer2016-05-291-2/+2
* [ProfileData] Thread unique_ptr through the summary builder to avoid leaks.Benjamin Kramer2016-05-201-1/+1
* Remove specializations of ProfileSummaryEaswaran Raman2016-05-191-3/+3
* Move ProfileSummary to IR.Easwaran Raman2016-05-191-3/+3
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Use LineLocation instead of CallsiteLocation to index callsite profile.Dehao Chen2016-03-031-8/+10
* Add profile summary support for sample profile.Easwaran Raman2016-02-191-0/+74
* [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