summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/IndirectCallPromotionAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner2019-11-141-0/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CallSite removal] Port `IndirectCallSiteVisitor` to use `CallBase` andChandler Carruth2019-01-071-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-5/+5
* Remove redundant includes from lib/Analysis.Michael Zolotukhin2017-12-131-1/+0
* Make ICP uses PSI to check for hotness.Dehao Chen2017-08-081-10/+1
* Changing the default MaxNumPromotions from 2 to 3.Dehao Chen2017-07-281-1/+1
* Separate the ICP total threshold and remaining threshold.Dehao Chen2017-07-281-12/+20
* [PGO] Adjust indirect call promotion thresholdTeresa Johnson2017-06-011-1/+1
* Remove another unused variable from r275216Teresa Johnson2016-07-121-2/+1
* Refactor indirect call promotion profitability analysis (NFC)Teresa Johnson2016-07-121-0/+110
OpenPOWER on IntegriCloud