summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/InstrProf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar2019-12-041-4/+0
* [Coverage] Revise format to reduce binary sizeVedant Kumar2019-12-041-0/+4
* [PGO] Fix typos from r359612. NFC.Rong Xu2019-10-011-6/+6
* InstrProf - avoid static analyzer dyn_cast<ConstantInt> null dereference warn...Simon Pilgrim2019-10-011-4/+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
* 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-301-0/+235
* Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...Fangrui Song2019-04-071-3/+2
* 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
* [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-191-4/+3
* [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
* [InstrProf] Use comdats on COFF for available_externally functionsReid Kleckner2018-07-261-2/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* Revert "Revert "[InstrProf] Support for external functions in text format.""Mircea Trofin2018-03-221-2/+1
* Revert "[InstrProf] Support for external functions in text format."Benjamin Kramer2018-03-221-1/+2
* [InstrProf] Encapsulates access to AddrToMD5Map.Mircea Trofin2018-03-211-24/+26
* [InstrProf] Support for external functions in text format.Mircea Trofin2018-03-211-2/+1
* Mark all library options as hidden.Zachary Turner2017-12-011-2/+2
* [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-101-21/+25
* 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
* [ProfileData] PR33517: Check for failure of symtab creationVedant Kumar2017-06-201-4/+8
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [InstrProf] Use more ArrayRef/StringRef.Benjamin Kramer2017-05-281-8/+8
* [ProfileData] Unify getInstrProf*SectionName helpersVedant Kumar2017-04-151-74/+16
* [Profile] Make host tool aware of object format when quering prof section names Xinliang David Li2017-04-141-1/+16
* [Profile] PE binary coverage bug fixXinliang David Li2017-04-131-0/+84
* [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
* [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko2017-03-031-6/+41
* Fix comments. NFC.Rong Xu2017-02-271-1/+1
* [PGO] Directory name stripping in global identifier for static functionsRong Xu2017-02-251-1/+34
* [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
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-191-1/+1
* [PGO] Fix bogus warning for merging empty llvm profile fileRong Xu2016-10-191-0/+2
* [ThinLTO] Indirect call promotion fixes for promoted local functionsTeresa Johnson2016-08-291-0/+3
* [PGO] Make needsComdatForCounter() available (NFC)Rong Xu2016-07-211-0/+26
OpenPOWER on IntegriCloud