summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData
Commit message (Expand)AuthorAgeFilesLines
...
* [PGO] PGOFuncName in LTO optimizationsRong Xu2016-03-301-6/+36
* [PGO] Use ArrayRef in annotateValueSite()Rong Xu2016-03-301-5/+6
* Sample profile summary cleanupEaswaran Raman2016-03-282-7/+7
* 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
* Profile summary cleanup.Easwaran Raman2016-03-281-5/+6
* [PGO] Comment how function pointers for indirect calls are mapped to function...Adam Nemet2016-03-281-0/+3
* 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-282-2/+4
* [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
* Use LineLocation instead of CallsiteLocation to index callsite profile.Dehao Chen2016-03-033-40/+24
* Fix some warnings a bit harder/differentDavid Blaikie2016-03-011-2/+0
* Fix -Wnon-virtual-dtor warningsReid Kleckner2016-03-011-0/+2
* Fix breakage caused by r262360.Easwaran Raman2016-03-011-0/+1
* Metadata support for profile summary.Easwaran Raman2016-03-011-2/+239
* Add prefix based function layout when profile is available.Dehao Chen2016-02-231-0/+20
* Revert "Add prefix based function layout when profile is available."Duncan P. N. Exon Smith2016-02-231-21/+0
* Add prefix based function layout when profile is available.Dehao Chen2016-02-221-0/+21
* Add profile summary support for sample profile.Easwaran Raman2016-02-195-9/+128
* Add a profile summary class specific to instrumentation profiles.Easwaran Raman2016-02-173-23/+34
* [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
* [PGO] Differentiate Clang instrumentation and IR level instrumentation profilesRong Xu2016-02-102-6/+30
* Refactor PGO function naming and MD5 hashing support out of ProfileDataTeresa Johnson2016-02-091-19/+1
* [PGO] Revert r260146 as it breaks Darwin platforms.Rong Xu2016-02-082-30/+6
* [PGO] Differentiate Clang instrumentation and IR level instrumentation profilesRong Xu2016-02-082-6/+30
* [PGO] Enable compression in pgo instrumentationXinliang David Li2016-02-082-9/+9
* Move classes defined in a cpp file into an anonymous namespace.Benjamin Kramer2016-02-051-0/+2
* Function name change /NFCXinliang David Li2016-02-041-2/+2
* Refactor profile summary support code. NFC.Easwaran Raman2016-02-043-50/+76
* [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 a typo in commentXinliang David Li2016-02-031-1/+1
* Fix uninitiazed variable use problemXinliang David Li2016-02-031-1/+1
* [PGO] Profile summary reader/writer supportXinliang David Li2016-02-033-13/+104
* [Profiling] Add a -sparse mode to llvm-profdata mergeVedant Kumar2016-01-291-6/+24
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-3/+3
* [PGO] allow pgo name collector to disable compression (for testing)/NFCXinliang David Li2016-01-261-2/+3
* Remove autoconf supportChris Bieneman2016-01-261-14/+0
* Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko2016-01-261-5/+4
* [PGO] Remove use of static variable. /NFCXinliang David Li2016-01-221-11/+15
* Revert 258486 -- for a better fix coming soonXinliang David Li2016-01-221-10/+7
* [PGO] eliminate use of static variableXinliang David Li2016-01-221-7/+10
* [PGO] Add a new interface to be used by Indirect Call PromotionXinliang David Li2016-01-201-0/+7
* Fix a coverage reading bug Xinliang David Li2016-01-191-1/+3
OpenPOWER on IntegriCloud