summaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/IndirectCallPromotionAnalysis.cpp
AgeCommit message (Expand)Author
2025-10-01Cleanup the LLVM exported symbols namespace (#161240)Nicolai Hähnle
2025-06-26Add minimum count threshold for indirect call promotion (#145282)Snehasish Kumar
2024-11-05[Analysis] Remove unused includes (NFC) (#114936)Kazu Hirata
2024-07-01[Analysis] Migrate to a new version of getValueProfDataFromInst (#97234)Kazu Hirata
2024-06-29[TypeProf][InstrFDO]Implement more efficient comparison sequence for indirect...Mingming Liu
2024-06-17[Analysis] Clean up getPromotionCandidatesForInstruction (NFC) (#95624)Kazu Hirata
2024-06-14[Analysis] Migrate to a new version of getValueProfDataFromInst (#95561)Kazu Hirata
2024-04-01[ThinLTO][TypeProf] Implement vtable def import (#79381)Mingming Liu
2022-06-04Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song
2022-06-03[llvm] Remove unneeded cl::ZeroOrMore for cl::opt options. NFCFangrui Song
2022-03-01Cleanup includes: LLVMAnalysisserge-sans-paille
2021-03-04[SampleFDO] Another fix to prevent repeated indirect call promotion inWei Mi
2021-02-18[SampleFDO] Stop repeated indirect call promotion for the same target.Wei Mi
2020-11-22[Analysis] Remove unused system header includesSimon Pilgrim
2020-04-22[CallSite removal] Remove unneeded includes of CallSite.h. NFCCraig Topper
2019-11-14Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-07[CallSite removal] Port `IndirectCallSiteVisitor` to use `CallBase` andChandler Carruth
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2017-12-13Remove redundant includes from lib/Analysis.Michael Zolotukhin
2017-08-08Make ICP uses PSI to check for hotness.Dehao Chen
2017-07-28Changing the default MaxNumPromotions from 2 to 3.Dehao Chen
2017-07-28Separate the ICP total threshold and remaining threshold.Dehao Chen
2017-06-01[PGO] Adjust indirect call promotion thresholdTeresa Johnson
2016-07-12Remove another unused variable from r275216Teresa Johnson
2016-07-12Refactor indirect call promotion profitability analysis (NFC)Teresa Johnson