summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData
Commit message (Expand)AuthorAgeFilesLines
* [Profile] Support raw/indexed profiles larger than 4GBVedant Kumar2019-07-091-2/+2
* Cleanup: llvm::bsearch -> llvm::partition_point after r364719Fangrui Song2019-06-301-6/+5
* Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFCFangrui Song2019-06-211-3/+3
* [Coverage] Speculative fix for r363325 for an older compilerVedant Kumar2019-06-141-4/+4
* [Coverage] Load code coverage data from archivesVedant Kumar2019-06-132-71/+136
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-4/+9
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-9/+4
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-4/+9
* Fix a few -Werror warnings:Eric Christopher2019-04-301-4/+3
* [llvm-profdata] Add overlap command to compute similarity b/w two profile filesRong Xu2019-04-303-0/+283
* The error message for mismatched value sites is very cryptic.Dmitry Mikulin2019-04-231-1/+1
* Use llvm::stable_sortFangrui Song2019-04-233-16/+14
* Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...Fangrui Song2019-04-072-8/+5
* [ProfileSummary] Count callsite samples when computing total samples.Taewook Oh2019-04-031-4/+9
* [SampleFDO] add suffix elision control for fcn namesThan McIntosh2019-03-141-2/+2
* [PGO] Context sensitive PGO (part 4)Rong Xu2019-03-061-1/+1
* [ProfileData] Sort FuncData before iteration to remove non-determinismMandeep Singh Grang2019-03-021-6/+22
* [PGO] Context sensitive PGO (part 2)Rong Xu2019-02-282-8/+50
* Recommit r354930 "[PGO] Context sensitive PGO (part 1)"Rong Xu2019-02-271-0/+19
* Revert "[PGO] Context sensitive PGO (part 1)"Vlad Tsyrklevich2019-02-271-19/+0
* [PGO] Context sensitive PGO (part 1)Rong Xu2019-02-261-0/+19
* [llvm-cov] Fix llvm-cov on Windows and un-XFAIL testReid Kleckner2019-02-261-1/+18
* [llvm-cov] Add support for gcov --hash-filenames optionVedant Kumar2019-02-191-1/+10
* [PGO] Use a function for creating variable for profile file name. NFC.Rong Xu2019-02-051-0/+17
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1913-52/+39
* [PGO] Use SourceFileName rather module name in PGOFuncNameRong Xu2019-01-081-5/+6
* [PGO] Revert r350442 to fix commit message.Rong Xu2019-01-081-6/+5
* [PGO] Use SourceFileName rather module name in PGOFuncNameRong Xu2019-01-041-5/+6
* 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
OpenPOWER on IntegriCloud