summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ProfileData/SampleProfTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SampleFDO] Add profile remapping support for profile on-demand loading usedWei Mi2019-10-181-30/+53
* [SampleFDO] Add indexing for function profiles so they can be loaded on demandWei Mi2019-10-091-8/+28
* [SampleFDO] Add profile symbol list section to discriminate function beingWei Mi2019-08-311-0/+14
* [ADT] Make StringRef(const char*) constexprBenjamin Kramer2019-08-261-1/+0
* [SampleFDO] Add ExtBinary format to support extension of binary profile.Wei Mi2019-08-231-0/+8
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [SampleFDO] add suffix elision control for fcn namesThan McIntosh2019-03-141-0/+145
* [PGO] Context sensitive PGO (part 2)Rong Xu2019-02-281-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix gcc7 -Wdangling-else warning. NFCI.Simon Pilgrim2018-12-201-2/+4
* Fix use-after-free with profile remapping.Richard Smith2018-12-191-0/+4
* Support for remapping profile data when symbols change, for sample-basedRichard Smith2018-10-101-19/+40
* Use createTemporaryFile in SampleProfTestAlexander Kornienko2018-09-171-3/+5
* Fix filesystem race issue in SampleProfTest introduced in rL342283.Wei Mi2018-09-151-11/+9
* [SampleFDO] Add FunctionOffsetTable in compact binary format profile.Wei Mi2018-09-141-6/+14
* [NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary.Wei Mi2018-06-121-1/+1
* [SampleFDO] Add a new compact binary format for sample profile.Wei Mi2018-06-111-9/+26
* [SampleFDO] Extend SampleProfReader to handle demangled names.Wei Mi2018-03-071-0/+8
* Remove redundant includes from unittests.Michael Zolotukhin2017-12-131-6/+0
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* Use the range variant of find_if instead of unpacking begin/endDavid Majnemer2016-08-121-6/+4
* Remove specializations of ProfileSummaryEaswaran Raman2016-05-191-13/+10
* Fix some Clang-tidy modernize and Include What You Use warnings.Eugene Zelenko2016-04-281-4/+18
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-3/+4
* Sample profile summary cleanupEaswaran Raman2016-03-281-1/+1
* Interface to get/set profile summary metadata to moduleEaswaran Raman2016-03-181-0/+13
* Fix memory leak in tests.Easwaran Raman2016-03-031-0/+1
* Use LineLocation instead of CallsiteLocation to index callsite profile.Dehao Chen2016-03-031-0/+2
* Metadata support for profile summary.Easwaran Raman2016-03-011-24/+37
* Add profile summary support for sample profile.Easwaran Raman2016-02-191-0/+30
* [PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland2015-12-161-0/+30
* [ProfileData] Add unit test infrastructure for sample profile reader/writerNathan Slingerland2015-12-101-0/+102
OpenPOWER on IntegriCloud