summaryrefslogtreecommitdiff
path: root/lib/ProfileData
AgeCommit message (Expand)Author
2018-07-26[InstrProf] Use comdats on COFF for available_externally functionsReid Kleckner
2018-07-26[ADT] Replace std::isprint by llvm::isPrint.Michael Kruse
2018-06-12[NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary.Wei Mi
2018-06-11Fix a warning issued by clang.Wei Mi
2018-06-11[SampleFDO] Add a new compact binary format for sample profile.Wei Mi
2018-05-18Support: Simplify endian stream interface. NFCI.Peter Collingbourne
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-08[Coverage] Take filenames into account when loading function records.Max Moroz
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2018-04-13[ProfileData] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-04-13[profile] Fix binary format reader error propagation.Mircea Trofin
2018-04-12[ProfileSummary] Remove repeated cutoffs; NFCIGeorge Burgess IV
2018-03-22Revert "Revert "[InstrProf] Support for external functions in text format.""Mircea Trofin
2018-03-22Revert "[InstrProf] Support for external functions in text format."Benjamin Kramer
2018-03-21[InstrProf] Encapsulates access to AddrToMD5Map.Mircea Trofin
2018-03-21[InstrProf] Support for external functions in text format.Mircea Trofin
2018-03-07[SampleFDO] Extend SampleProfReader to handle demangled names.Wei Mi
2018-02-22[SampleProf] NFC. Expose reusable functionality in SampleProfile.Mircea Trofin
2017-12-28Remove superfluous copies in sample profiling.Benjamin Kramer
2017-12-14Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner
2017-12-13Remove redundant includes from lib/ProfileData.Michael Zolotukhin
2017-12-07[Coverage] Scan ahead for the most-recent completed count (PR35495)Vedant Kumar
2017-12-01Mark all library options as hidden.Zachary Turner
2017-11-30[Coverage] Use the most-recent completed region count (PR35437)Vedant Kumar
2017-11-09[Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar
2017-11-03GCOV: Move GCOV from IR & Support into ProfileData to fix layeringDavid Blaikie
2017-10-24[Coverage] Provide a stable order for getInstantiationGroupsVedant Kumar
2017-10-19[Coverage] Simplify r316141. NFC.Vedant Kumar
2017-10-18[llvm-cov] Move LineCoverageIterator to libCoverage. NFC.Vedant Kumar
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-10-12Fix warnings. [-Wdocumentation]NAKAMURA Takumi
2017-10-05[ProfileData] Fix data racing in merging indexed profilesRong Xu
2017-09-21[llvm-cov] Improve error messaging for function mismatchesVedant Kumar
2017-09-18[Coverage] Use gap regions to select better line exec countsVedant Kumar
2017-09-08[Coverage] Build sorted and unique segmentsVedant Kumar
2017-09-08[Coverage] Define LineColPair for convenience. NFC.Vedant Kumar
2017-09-08[Coverage] Report errors when reading malformed source regionsVedant Kumar
2017-08-03Fix the bug when SampleProfileWriter writes out number of callsites.Dehao Chen
2017-08-02[Coverage] Add an API to retrive all instantiations of a function (NFC)Vedant Kumar
2017-08-01[llvm-cov] Allow specifying distinct architectures for each loaded binaryVedant Kumar
2017-07-21[ProfData] Detect if zlib is availableDavid Blaikie
2017-07-10llvm-profdata: Reduce memory usage by using Error callback rather than memberDavid Blaikie
2017-07-06Prototype: Reduce llvm-profdata merge memory usage furtherDavid Blaikie
2017-06-30[Coverage] Remove two overloads of CoverageMapping::load. NFC.Vedant Kumar
2017-06-29llvm-profdata: Indirect infrequently used fields to reduce memory usageDavid Blaikie
2017-06-27[ProfData] Make the method threadsafeXinliang David Li
2017-06-26[Coverage] Improve readability by using a struct. NFC.Vedant Kumar
2017-06-21[ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko