summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ProfileSummaryInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add hasProfileSummary and has{Sample|Instrumentation}Profile methodsEaswaran Raman2017-05-161-1/+1
* Restrict call metadata based hotness detection to Sample PGO modeTeresa Johnson2017-05-111-5/+8
* Use isFunctionHotInCallGraph to set the function section prefix.Dehao Chen2017-03-231-0/+38
* [ProfileSummaryInfo] Remove unneeded braces. NFCI.Davide Italiano2017-03-101-2/+1
* Refactor the PSI to extract getCallSiteCount and remove checks for profile type.Dehao Chen2017-03-101-32/+21
* Do not use branch metadata to check if a basic block is hot.Dehao Chen2017-03-101-12/+1
* Compute summary before calling extractProfTotalWeightEaswaran Raman2017-01-141-11/+11
* ProfileSummaryInfo improvements.Easwaran Raman2017-01-131-5/+48
* [PM] Change the static object whose address is used to uniquely identifyChandler Carruth2016-11-231-1/+1
* Add isHotBB helper function to ProfileSummaryInfoDehao Chen2016-11-091-0/+20
* Tune isHotFunction/isColdFunctionDehao Chen2016-10-111-6/+2
* Rename isHotFunction/isColdFunction to isFunctionEntryHot/isFunctionEntryCold...Dehao Chen2016-10-101-12/+10
* NFC fix doxygen commentsPiotr Padlewski2016-09-301-7/+7
* Refactor the ProfileSummaryInfo to use doInitialization and doFinalization to...Dehao Chen2016-09-281-17/+12
* Fix the bug when -compile-twice is specified, the PSI will be invalidated.Dehao Chen2016-09-281-3/+12
* Consistently use ModuleAnalysisManagerSean Silva2016-08-091-1/+1
* [PM] Remove support for omitting the AnalysisManager argument to newChandler Carruth2016-06-171-1/+2
* Add null checks before using a pointer.Richard Trieu2016-06-101-0/+4
* Reapply r271728 after adding move cobstructor for ProfileSummaryInfoEaswaran Raman2016-06-031-0/+161
* Revert r271728 as it breaks Windows buildEaswaran Raman2016-06-031-161/+0
* Analysis pass to access profile summary infoEaswaran Raman2016-06-031-0/+161
OpenPOWER on IntegriCloud