summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-061-1/+1
* Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar2019-12-044-303/+73
* [Coverage] Revise format to reduce binary sizeVedant Kumar2019-12-044-73/+303
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-212-2/+2
* [profile] Add a mode to continuously sync counter updates to a fileVedant Kumar2019-10-311-2/+6
* [SampleFDO] Add profile remapping support for profile on-demand loading usedWei Mi2019-10-181-37/+83
* [Alignment][NFC] Move and type functions from MathExtras to AlignmentGuillaume Chatelet2019-10-141-2/+2
* [SampleFDO] Add indexing for function profiles so they can be loaded on demandWei Mi2019-10-092-34/+125
* Fix build errors caused by rL373914.Wei Mi2019-10-071-1/+2
* [llvm-profdata] Minor format fixWenlei He2019-10-071-0/+1
* [SampleFDO] Add compression support for any section in ExtBinary profile formatWei Mi2019-10-073-83/+158
* [PGO] Fix typos from r359612. NFC.Rong Xu2019-10-013-9/+9
* InstrProf - avoid static analyzer dyn_cast<ConstantInt> null dereference warn...Simon Pilgrim2019-10-011-4/+2
* Recommit [SampleFDO] Expose an interface to return the size of a sectionWei Mi2019-09-211-0/+30
* Revert "[SampleFDO] Expose an interface to return the size of a section or th...Amara Emerson2019-09-211-30/+0
* [SampleFDO] Expose an interface to return the size of a section or the sizeWei Mi2019-09-201-0/+30
* [Object] Extend MachOUniversalBinary::getObjectForArchAlexander Shaposhnikov2019-09-191-1/+1
* [PGO] Change hardcoded thresholds for cold/inlinehint to use summaryTeresa Johnson2019-09-171-6/+6
* [Coverage] Speed up file-based queries for coverage info, NFCVedant Kumar2019-09-161-2/+35
* [Coverage] Assert that filenames in a TU are unique, NFCVedant Kumar2019-09-161-0/+10
* [InstrProf] Tighten a check for malformed data records in raw profilesVedant Kumar2019-09-031-4/+10
* Fix some errors introduced by rL370563 which were not exposed on my local mac...Wei Mi2019-08-311-1/+2
* [SampleFDO] Add profile symbol list section to discriminate function beingWei Mi2019-08-313-1/+115
* Ignore object files that lack coverage information.James Y Knight2019-08-281-2/+21
* [SampleFDO] Extract the code calling each section reader to readOneSection.Wei Mi2019-08-261-20/+29
* [SampleFDO] Add ExtBinary format to support extension of binary profile.Wei Mi2019-08-232-29/+258
* [AutoFDO] Make call targets order deterministic for sample profileWenlei He2019-08-202-6/+6
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-155-20/+20
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-4/+4
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-4/+4
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-4/+4
* [llvm-profdata] Profile dump for compact binary formatWenlei He2019-08-131-6/+19
* [ThinLTO][AutoFDO] Fix memory corruption due to race condition from thin back...Wenlei He2019-08-121-2/+0
* Revert "test commit"Wenlei He2019-08-111-2/+0
* test commitWenlei He2019-08-111-0/+2
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-052-3/+3
* [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
OpenPOWER on IntegriCloud