summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/InstrProf.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PGO] Don't include full file path in static function profile counter namesXinliang David Li2016-07-121-3/+12
* Bug fix remove another illegal char from prof symbol nameXinliang David Li2016-06-101-1/+1
* [ProfileData] Clean up string handling a bit.Benjamin Kramer2016-05-291-8/+6
* Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne2016-05-241-0/+3
* Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-191-63/+70
* Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar2016-05-161-70/+63
* Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-161-63/+70
* Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth2016-05-141-70/+63
* Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-131-63/+70
* Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar2016-05-131-70/+63
* [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar2016-05-131-63/+70
* [ProfileData] Use SoftInstrProfErrors to count soft errors, NFCVedant Kumar2016-05-111-40/+53
* Use an emplace_back for consistency, NFCVedant Kumar2016-05-111-1/+1
* [ProfileData] Add error codes for compression failuresVedant Kumar2016-05-031-9/+16
* Remove redundant return, NFCVedant Kumar2016-05-021-1/+0
* [PGO] change the interface for createPGOFuncNameMetadata()Rong Xu2016-04-221-5/+7
* [PGO] Do not attach VP metadata if value count at site is 0 [NFC] Betul Buyukkurt2016-04-141-0/+2
OpenPOWER on IntegriCloud