summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData
Commit message (Expand)AuthorAgeFilesLines
* Support for remapping profile data when symbols change, for sample-basedRichard Smith2018-10-101-0/+55
* Support for remapping profile data when symbols change, forRichard Smith2018-10-101-9/+155
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-273-6/+5
* [gcov] Fix wrong line hit counts when multiple blocks are on the same lineCalixte Denizet2018-09-201-21/+131
* [SampleFDO] Add FunctionOffsetTable in compact binary format profile.Wei Mi2018-09-143-13/+157
* [SampleFDO] Make sample profile loader unaware of compact format change.Wei Mi2018-09-062-0/+9
* [Coverage] Ignore 'unused' functions with non-zero execution countsVedant Kumar2018-08-071-6/+15
* [Coverage] Delete getCounterMismatches, it's dead code (NFC)Vedant Kumar2018-08-071-5/+0
* [InstrProf] Use comdats on COFF for available_externally functionsReid Kleckner2018-07-261-2/+1
* [ADT] Replace std::isprint by llvm::isPrint.Michael Kruse2018-07-261-1/+1
* [NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary.Wei Mi2018-06-121-2/+2
* 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-112-36/+132
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-5/+6
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-142-9/+10
* [Coverage] Take filenames into account when loading function records.Max Moroz2018-05-081-2/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-017-22/+22
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-302-1/+3
* [ProfileData] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-133-6/+6
* [profile] Fix binary format reader error propagation.Mircea Trofin2018-04-131-5/+5
* [ProfileSummary] Remove repeated cutoffs; NFCIGeorge Burgess IV2018-04-121-2/+2
* Revert "Revert "[InstrProf] Support for external functions in text format.""Mircea Trofin2018-03-223-14/+12
* Revert "[InstrProf] Support for external functions in text format."Benjamin Kramer2018-03-223-17/+19
* [InstrProf] Encapsulates access to AddrToMD5Map.Mircea Trofin2018-03-212-25/+27
* [InstrProf] Support for external functions in text format.Mircea Trofin2018-03-213-19/+17
* [SampleFDO] Extend SampleProfReader to handle demangled names.Wei Mi2018-03-071-9/+42
* [SampleProf] NFC. Expose reusable functionality in SampleProfile.Mircea Trofin2018-02-221-0/+27
* Remove superfluous copies in sample profiling.Benjamin Kramer2017-12-281-1/+1
* Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner2017-12-142-3/+3
* Remove redundant includes from lib/ProfileData.Michael Zolotukhin2017-12-132-9/+0
* [Coverage] Scan ahead for the most-recent completed count (PR35495)Vedant Kumar2017-12-071-5/+4
* Mark all library options as hidden.Zachary Turner2017-12-011-2/+2
* [Coverage] Use the most-recent completed region count (PR35437)Vedant Kumar2017-11-301-0/+6
* [Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar2017-11-091-4/+4
* GCOV: Move GCOV from IR & Support into ProfileData to fix layeringDavid Blaikie2017-11-032-0/+822
* [Coverage] Provide a stable order for getInstantiationGroupsVedant Kumar2017-10-241-1/+2
* [Coverage] Simplify r316141. NFC.Vedant Kumar2017-10-191-3/+3
* [llvm-cov] Move LineCoverageIterator to libCoverage. NFC.Vedant Kumar2017-10-181-0/+53
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-3/+3
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-3/+3
* Fix warnings. [-Wdocumentation]NAKAMURA Takumi2017-10-122-8/+0
* [ProfileData] Fix data racing in merging indexed profilesRong Xu2017-10-051-2/+0
* [llvm-cov] Improve error messaging for function mismatchesVedant Kumar2017-09-211-2/+3
* [Coverage] Use gap regions to select better line exec countsVedant Kumar2017-09-183-7/+24
* [Coverage] Build sorted and unique segmentsVedant Kumar2017-09-081-46/+138
* [Coverage] Define LineColPair for convenience. NFC.Vedant Kumar2017-09-081-2/+1
* [Coverage] Report errors when reading malformed source regionsVedant Kumar2017-09-083-8/+25
* Fix the bug when SampleProfileWriter writes out number of callsites.Dehao Chen2017-08-031-1/+4
* [Coverage] Add an API to retrive all instantiations of a function (NFC)Vedant Kumar2017-08-021-7/+7
* [llvm-cov] Allow specifying distinct architectures for each loaded binaryVedant Kumar2017-08-011-3/+4
OpenPOWER on IntegriCloud