summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ProfileData
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar2019-12-041-25/+0
* [Coverage] Revise format to reduce binary sizeVedant Kumar2019-12-041-0/+25
* [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
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-152-3/+3
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [Profile] Support raw/indexed profiles larger than 4GBVedant Kumar2019-07-091-0/+21
* [SampleFDO] add suffix elision control for fcn namesThan McIntosh2019-03-141-0/+145
* [PGO] Context sensitive PGO (part 2)Rong Xu2019-02-282-6/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* 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
* Support for remapping profile data when symbols change, forRichard Smith2018-10-101-2/+42
* 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
* [Coverage] Take filenames into account when loading function records.Max Moroz2018-05-081-1/+18
* [unittests] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-071-5/+5
* Revert "Revert "[InstrProf] Support for external functions in text format.""Mircea Trofin2018-03-221-3/+0
* Revert "[InstrProf] Support for external functions in text format."Benjamin Kramer2018-03-221-0/+3
* [InstrProf] Encapsulates access to AddrToMD5Map.Mircea Trofin2018-03-211-1/+1
* [InstrProf] Support for external functions in text format.Mircea Trofin2018-03-211-3/+0
* [SampleFDO] Extend SampleProfReader to handle demangled names.Wei Mi2018-03-071-0/+8
* Remove redundant includes from unittests.Michael Zolotukhin2017-12-131-6/+0
* [Coverage] Scan ahead for the most-recent completed count (PR35495)Vedant Kumar2017-12-071-7/+9
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-1/+1
* [Coverage] Use the most-recent completed region count (PR35437)Vedant Kumar2017-11-301-0/+26
* [Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar2017-11-091-1/+2
* [Coverage] Simplify r316141. NFC.Vedant Kumar2017-10-191-41/+6
* [llvm-cov] Move LineCoverageIterator to libCoverage. NFC.Vedant Kumar2017-10-181-0/+57
* CoverageMappingTest.cpp: Suppress warnings. [-Wdocumentation]NAKAMURA Takumi2017-09-091-6/+6
* [Coverage] Build sorted and unique segmentsVedant Kumar2017-09-081-3/+238
* [Coverage] Add an API to retrive all instantiations of a function (NFC)Vedant Kumar2017-08-021-3/+4
* InstrProf: Fix unit test which accidentally used a duplicate nameVedant Kumar2017-07-101-4/+1
* llvm-profdata: Reduce memory usage by using Error callback rather than memberDavid Blaikie2017-07-102-97/+88
* ProfData: Fix some unchecked Errors in unit testsDavid Blaikie2017-07-073-124/+146
* Prototype: Reduce llvm-profdata merge memory usage furtherDavid Blaikie2017-07-061-14/+14
* Simplify InstrProfRecord tests, eliminating named temporaries in favor of bra...David Blaikie2017-07-062-107/+56
* Try to appease a buildbot.Vedant Kumar2017-06-301-1/+2
* [Coverage] Remove two overloads of CoverageMapping::load. NFC.Vedant Kumar2017-06-301-8/+9
* [Coverage] PR33517: Check for failure to load func recordsVedant Kumar2017-06-201-16/+39
* [ProfileData] PR33517: Check for failure of symtab creationVedant Kumar2017-06-201-5/+11
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* Fixed warning: must specify at least one argument for '...' parameter.Galina Kistanova2017-06-042-2/+2
OpenPOWER on IntegriCloud