summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ProfData] Detect if zlib is availableDavid Blaikie2017-07-211-0/+5
* llvm-profdata: Reduce memory usage by using Error callback rather than memberDavid Blaikie2017-07-102-33/+40
* Prototype: Reduce llvm-profdata merge memory usage furtherDavid Blaikie2017-07-062-20/+26
* [Coverage] Remove two overloads of CoverageMapping::load. NFC.Vedant Kumar2017-06-301-12/+0
* llvm-profdata: Indirect infrequently used fields to reduce memory usageDavid Blaikie2017-06-291-8/+7
* [ProfData] Make the method threadsafeXinliang David Li2017-06-271-2/+3
* [Coverage] Improve readability by using a struct. NFC.Vedant Kumar2017-06-261-22/+20
* [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko2017-06-214-23/+21
* [Coverage] PR33517: Check for failure to load func recordsVedant Kumar2017-06-201-0/+3
* [ProfileData] PR33517: Check for failure of symtab creationVedant Kumar2017-06-204-9/+21
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-066-7/+7
OpenPOWER on IntegriCloud