summaryrefslogtreecommitdiff
path: root/lib/ProfileData/SampleProfReader.cpp
AgeCommit message (Expand)Author
2018-06-11Fix a warning issued by clang.Wei Mi
2018-06-11[SampleFDO] Add a new compact binary format for sample profile.Wei Mi
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-03-07[SampleFDO] Extend SampleProfReader to handle demangled names.Wei Mi
2017-12-14Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner
2017-10-12Fix warnings. [-Wdocumentation]NAKAMURA Takumi
2017-04-13SamplePGO: convert callsite samples map key from callsite_location to callsit...Dehao Chen
2017-03-03[ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko
2017-02-22Fix an obvious bug in SampleProfileReaderGCC.Dehao Chen
2016-05-29[ProfileData] Clean up string handling a bit.Benjamin Kramer
2016-05-20[ProfileData] Thread unique_ptr through the summary builder to avoid leaks.Benjamin Kramer
2016-05-19Remove specializations of ProfileSummaryEaswaran Raman
2016-05-19Move ProfileSummary to IR.Easwaran Raman
2016-04-18[NFC] Header cleanupMehdi Amini
2016-03-03Use LineLocation instead of CallsiteLocation to index callsite profile.Dehao Chen
2016-02-19Add profile summary support for sample profile.Easwaran Raman
2015-12-16[PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland
2015-12-10[ProfileData] Add unit test infrastructure for sample profile reader/writerNathan Slingerland
2015-11-13SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamplesDiego Novillo
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-12SamplePGO - Move FunctionSamples::print() to a better location. NFC.Diego Novillo
2015-10-21Tolerate negative offset when matching sample profile.Dehao Chen
2015-10-16Sample profiles - Re-arrange binary format to emit head samples only on top f...Diego Novillo
2015-10-15Sample Profiles - Adjust integer types. Mostly NFC.Diego Novillo
2015-10-14Sample profiles - Add documentation for binary profile encoding. NFC.Diego Novillo
2015-10-13Sample profile reader - remove dead code. NFC.Diego Novillo
2015-10-13Sample profiles - Add a name table to the binary encoding.Diego Novillo
2015-10-09Add inline stack streaming to binary sample profiles.Diego Novillo
2015-10-08Re-apply r249644: Handle inline stacks in gcov-encoded sample profiles.Diego Novillo
2015-10-08Revert "Handle inline stacks in gcov-encoded sample profiles."Diego Novillo
2015-10-08Handle inline stacks in gcov-encoded sample profiles.Diego Novillo
2015-10-05Remove AutoFDO profile handling for GCC's LIPO. NFC.Diego Novillo
2015-09-30http://reviews.llvm.org/D13145Dehao Chen
2015-09-17GCC AutoFDO profile reader - Initial support.Diego Novillo
2014-11-03Use ErrorOr for the ::create factory on instrumented and sample profilers.Diego Novillo
2014-11-01Add show and merge tools for sample PGO profiles.Diego Novillo
2014-10-30Add profile writing capabilities for sampling profiles.Diego Novillo
2014-09-17LineIterator: Provide a variant that keeps blank linesJustin Bogner
2014-09-09Re-factor sample profile reader into lib/ProfileData.Diego Novillo