summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ProfileSummaryInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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