summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData
Commit message (Expand)AuthorAgeFilesLines
* 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
* [InstrProf] Use more ArrayRef/StringRef.Benjamin Kramer2017-05-281-8/+8
* Change sample profile writer to make it deterministic.Dehao Chen2017-05-111-4/+38
* [ProfileData] Unify getInstrProf*SectionName helpersVedant Kumar2017-04-152-77/+21
* [Profile] Make host tool aware of object format when quering prof section names Xinliang David Li2017-04-142-12/+26
* [Profile] PE binary coverage bug fixXinliang David Li2017-04-132-3/+91
* SamplePGO: convert callsite samples map key from callsite_location to callsit...Dehao Chen2017-04-133-33/+38
* [PGO] Memory intrinsic calls optimization based on profiled sizeRong Xu2017-04-041-0/+21
* SamplePGO ThinLTO ICP fix for local functions.Dehao Chen2017-03-141-0/+11
* [PGO] Text format profile reader needs to clear the value profileRong Xu2017-03-031-1/+1
* [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko2017-03-039-97/+241
* [PGO] Fix a bug in reading text format value profile.Rong Xu2017-02-271-2/+3
* Fix comments. NFC.Rong Xu2017-02-271-1/+1
* [PGO] Directory name stripping in global identifier for static functionsRong Xu2017-02-251-1/+34
* Fix an obvious bug in SampleProfileReaderGCC.Dehao Chen2017-02-221-5/+3
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+7
* [WebAssembly] Add triple support for the new wasm object formatDan Gohman2017-01-171-1/+1
* Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins...George Rimar2017-01-171-7/+10
* Revert r292214 "[Support/Compression] - Change zlib API to return Error inste...George Rimar2017-01-171-10/+7
* [Support/Compression] - Change zlib API to return Error instead of custom sta...George Rimar2017-01-171-7/+10
* Resubmit "[PGO] Turn off comdat renaming in IR PGO by default"Rong Xu2017-01-111-0/+43
* Revert "[PGO] Turn off comdat renaming in IR PGO by default"Rong Xu2017-01-101-43/+0
* [PGO] Turn off comdat renaming in IR PGO by defaultRong Xu2017-01-101-0/+43
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-1/+1
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-193-3/+3
* [PGO] Fix bogus warning for merging empty llvm profile fileRong Xu2016-10-192-0/+5
* [Coverage] Support loading multiple binaries into a CoverageMappingVedant Kumar2016-10-141-16/+40
* [Coverage] Factor out logic to create FunctionRecords (NFC)Vedant Kumar2016-10-121-40/+45
* NFC Add constPiotr Padlewski2016-09-301-3/+3
* [Coverage] Make sorting criteria for CounterMappingRegions local.Igor Kudrin2016-08-311-2/+10
* [ThinLTO] Indirect call promotion fixes for promoted local functionsTeresa Johnson2016-08-291-0/+3
* Use range algorithms instead of unpacking begin/endDavid Majnemer2016-08-111-2/+1
* Fix some Clang-tidy modernize and Include What You Use warnings.Eugene Zelenko2016-08-111-3/+16
* [PGO] Make needsComdatForCounter() available (NFC)Rong Xu2016-07-211-0/+26
* Retry: [llvm-profdata] Speed up merging by using a thread poolVedant Kumar2016-07-191-0/+8
* Revert "[llvm-profdata] Speed up merging by using a thread pool"Vedant Kumar2016-07-191-8/+0
OpenPOWER on IntegriCloud