summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/InstrProf.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [PGO] Move profile summary interface/impl into InstrProf.[*] /NFCXinliang David Li2016-01-141-0/+35
* [Support] Add saturating multiply-add support functionNathan Slingerland2016-01-121-14/+3
* [PGO] Fix a bug in InstProfWriter addRecordXinliang David Li2016-01-081-5/+40
* [PGO] Simplify string parsingXinliang David Li2016-01-041-13/+3
* [PGO] Refactor string writer codeXinliang David Li2016-01-041-12/+18
* [PGO]: Use efficient 'join' API for uncompressed stringXinliang David Li2016-01-041-13/+5
* [PGO]: reserve space for string to avoid excessive memory realloc/copy (non l...Xinliang David Li2016-01-041-0/+6
* [PGO] simple refactoring (NFC)Xinliang David Li2016-01-031-4/+8
* [PGO]: Implement Func PGO name string compressionXinliang David Li2015-12-311-2/+99
* [PGO] Improve Indexed Profile Reader efficiency Xinliang David Li2015-12-201-31/+11
* Minor clean up -- move large single use method out of header(NFC)Xinliang David Li2015-12-201-0/+31
* [PGO] Cleanup: Move large member functions out of line (NFC)Xinliang David Li2015-12-181-2/+91
* [PGO] Simplify computehash interface (NFC)Xinliang David Li2015-12-181-2/+1
* Initialize all bytes in vp data (msan error)Xinliang David Li2015-12-151-4/+5
* Coverage code refactoring /NFCXinliang David Li2015-12-151-0/+9
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-121-1/+21
* [PGO] Revert r255365: solution incomplete, not handling lambda yetXinliang David Li2015-12-111-5/+4
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-111-4/+5
* [PGO] Add version to getPGOFuncName methodXinliang David Li2015-12-051-3/+5
* Use nullptr (NFC)Xinliang David Li2015-12-011-1/+1
* [PGO] Move value profile format related structures and APIs to common fileXinliang David Li2015-11-281-177/+4
* [PGO] Add return code for vp rt record init routine to indicate error conditionXinliang David Li2015-11-281-3/+6
* [PGO] Allow value profile writer interface to allocated target buffer Xinliang David Li2015-11-281-9/+13
* [PGO] Extract VP data integrity check code into a helper function (NFC)Xinliang David Li2015-11-281-17/+21
* [PGO] Implement ValueProfiling Closure interfaces for runtime value profile dataXinliang David Li2015-11-251-3/+119
* [PGO] Regroup functions in better order (NFC)Xinliang David Li2015-11-251-93/+96
* [PGO] Convert InstrProfRecord based serialization methods to use common C met...Xinliang David Li2015-11-251-35/+97
OpenPOWER on IntegriCloud