summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/SampleProfReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SampleFDO] Add profile remapping support for profile on-demand loading usedWei Mi2019-10-181-37/+83
* [SampleFDO] Add indexing for function profiles so they can be loaded on demandWei Mi2019-10-091-21/+81
* Fix build errors caused by rL373914.Wei Mi2019-10-071-1/+2
* [SampleFDO] Add compression support for any section in ExtBinary profile formatWei Mi2019-10-071-21/+63
* Recommit [SampleFDO] Expose an interface to return the size of a sectionWei Mi2019-09-211-0/+30
* Revert "[SampleFDO] Expose an interface to return the size of a section or th...Amara Emerson2019-09-211-30/+0
* [SampleFDO] Expose an interface to return the size of a section or the sizeWei Mi2019-09-201-0/+30
* [SampleFDO] Add profile symbol list section to discriminate function beingWei Mi2019-08-311-0/+28
* [SampleFDO] Extract the code calling each section reader to readOneSection.Wei Mi2019-08-261-20/+29
* [SampleFDO] Add ExtBinary format to support extension of binary profile.Wei Mi2019-08-231-6/+116
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* [llvm-profdata] Profile dump for compact binary formatWenlei He2019-08-131-6/+19
* [SampleFDO] add suffix elision control for fcn namesThan McIntosh2019-03-141-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Support for remapping profile data when symbols change, for sample-basedRichard Smith2018-10-101-0/+55
* [SampleFDO] Add FunctionOffsetTable in compact binary format profile.Wei Mi2018-09-141-13/+98
* [SampleFDO] Make sample profile loader unaware of compact format change.Wei Mi2018-09-061-0/+1
* 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
OpenPOWER on IntegriCloud