summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/SampleProfWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SampleFDO] Add indexing for function profiles so they can be loaded on demandWei Mi2019-10-091-13/+44
* [SampleFDO] Add compression support for any section in ExtBinary profile formatWei Mi2019-10-071-18/+84
* [SampleFDO] Add profile symbol list section to discriminate function beingWei Mi2019-08-311-1/+6
* [SampleFDO] Add ExtBinary format to support extension of binary profile.Wei Mi2019-08-231-23/+142
* [AutoFDO] Make call targets order deterministic for sample profileWenlei He2019-08-201-4/+4
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-2/+2
* Use llvm::stable_sortFangrui Song2019-04-231-3/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SampleFDO] Add FunctionOffsetTable in compact binary format profile.Wei Mi2018-09-141-0/+57
* [NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary.Wei Mi2018-06-121-2/+2
* [SampleFDO] Add a new compact binary format for sample profile.Wei Mi2018-06-111-19/+57
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-4/+4
* Fix warnings. [-Wdocumentation]NAKAMURA Takumi2017-10-121-4/+0
* Fix the bug when SampleProfileWriter writes out number of callsites.Dehao Chen2017-08-031-1/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Change sample profile writer to make it deterministic.Dehao Chen2017-05-111-4/+38
* SamplePGO: convert callsite samples map key from callsite_location to callsit...Dehao Chen2017-04-131-25/+28
* [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko2017-03-031-5/+12
* [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
* Sample profile summary cleanupEaswaran Raman2016-03-281-1/+1
* Use LineLocation instead of CallsiteLocation to index callsite profile.Dehao Chen2016-03-031-17/+12
* Add profile summary support for sample profile.Easwaran Raman2016-02-191-1/+30
* [ProfileData] Add unit test infrastructure for sample profile reader/writerNathan Slingerland2015-12-101-5/+35
* SamplePGO - Sort samples by source location when emitting as text.Diego Novillo2015-11-191-7/+10
* SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamplesDiego Novillo2015-11-131-0/+7
* Sample profiles - Re-arrange binary format to emit head samples only on top f...Diego Novillo2015-10-161-8/+13
* Sample Profiles - Adjust integer types. Mostly NFC.Diego Novillo2015-10-151-1/+1
* Sample profiles - Add a name table to the binary encoding.Diego Novillo2015-10-131-18/+65
* Add inline stack streaming to binary sample profiles.Diego Novillo2015-10-091-3/+12
* Re-apply r249644: Handle inline stacks in gcov-encoded sample profiles.Diego Novillo2015-10-081-5/+18
* Revert "Handle inline stacks in gcov-encoded sample profiles."Diego Novillo2015-10-081-18/+5
* Handle inline stacks in gcov-encoded sample profiles.Diego Novillo2015-10-081-5/+18
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Use ErrorOr for the ::create factory on instrumented and sample profilers.Diego Novillo2014-11-031-5/+7
* Add show and merge tools for sample PGO profiles.Diego Novillo2014-11-011-26/+40
* Add profile writing capabilities for sampling profiles.Diego Novillo2014-10-301-0/+110
OpenPOWER on IntegriCloud