summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/InstrProf.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add code comment/NFCXinliang David Li2016-04-111-0/+4
* [PGO] Fix deserialize bug Xinliang David Li2016-04-101-1/+3
* Fix buildbot lldb-amd64-ninja-netbsd7 failureRong Xu2016-04-011-0/+4
* [PGO] Refactor PGOFuncName meta data code to be used in clangRong Xu2016-04-011-4/+14
* [PGO] use emplace_back. NFC.Rong Xu2016-03-311-1/+1
* [PGO] PGOFuncName in LTO optimizationsRong Xu2016-03-301-6/+36
* [PGO] Use ArrayRef in annotateValueSite()Rong Xu2016-03-301-5/+6
* Reapply (2x) "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar2016-03-281-2/+8
* Revert "Reapply "[PGO] Fix name encoding for ObjC-like functions""Vedant Kumar2016-03-281-8/+2
* Reapply "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar2016-03-281-2/+8
* Revert "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar2016-03-281-2/+2
* [PGO] Fix name encoding for ObjC-like functionsVedant Kumar2016-03-281-2/+2
* [Coverage] Strip <unknown> from PGO names if no filenames are availableVedant Kumar2016-03-281-1/+1
* [Coverage] Fix the way we load "<unknown>:func" recordsVedant Kumar2016-03-281-1/+1
* Variable name cleanup /NFCXinliang David Li2016-03-161-5/+6
* [ProfileData] Make a utility method public, NFCVedant Kumar2016-03-161-2/+2
* Move global ID computation from Function to GlobalValue (NFC)Teresa Johnson2016-03-151-1/+1
* [PGO] Add another interface for annotateValueSiteRong Xu2016-02-121-0/+7
* [PGO] Make the number of records for each value site metada adjustableRong Xu2016-02-101-2/+3
* Refactor PGO function naming and MD5 hashing support out of ProfileDataTeresa Johnson2016-02-091-19/+1
* Function name change /NFCXinliang David Li2016-02-041-2/+2
* Refactor profile summary support code. NFC.Easwaran Raman2016-02-041-50/+0
* [PGO] Add interfaces to annotate instr with VP dataXinliang David Li2016-02-041-0/+87
* [PGO] Profile interface cleanupXinliang David Li2016-02-041-4/+3
* Fix uninitiazed variable use problemXinliang David Li2016-02-031-1/+1
* [PGO] Profile summary reader/writer supportXinliang David Li2016-02-031-0/+15
* [PGO] allow pgo name collector to disable compression (for testing)/NFCXinliang David Li2016-01-261-2/+3
* Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko2016-01-261-5/+4
* [PGO] Add a new interface to be used by Indirect Call PromotionXinliang David Li2016-01-201-0/+7
OpenPOWER on IntegriCloud