summaryrefslogtreecommitdiff
path: root/lib/Analysis/BlockFrequencyInfo.cpp
AgeCommit message (Expand)Author
2017-12-08Revert r320104: infinite loop profiling bug fixXinliang David Li
2017-12-07[PGO] detect infinite loop and form MST properlyXinliang David Li
2017-11-02Irreducible loop metadata for more accurate block frequency under PGO.Hiroshi Yamauchi
2017-09-13Add options to dump PGO counts in text.Hiroshi Yamauchi
2017-08-26Add options to dump block frequency/branch probability info in text.Hiroshi Yamauchi
2017-07-21[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko
2017-02-02[PGO] internal option cleanupsXinliang David Li
2017-02-02[PGO] make graph view internal options available for all buildsXinliang David Li
2017-01-23[PGO] add debug option to view annotated cfg after prof use annotationXinliang David Li
2017-01-19Add an interface to scale the frequencies of a set of blocks.Easwaran Raman
2017-01-15[PM] Introduce an analysis set used to preserve all analyses overChandler Carruth
2016-11-23[PM] Change the static object whose address is used to uniquely identifyChandler Carruth
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini
2016-08-31s/static inline/static/ for headers I have changed in r279475. NFC.Tim Shen
2016-08-22[GraphTraits] Replace all NodeType usage with NodeRefTim Shen
2016-08-19[GraphTraits] Make nodes_iterator dereference to NodeType*/NodeRefTim Shen
2016-08-17[GraphWriter] Change GraphWriter to use NodeRef in GraphTraitsTim Shen
2016-08-09Consistently use FunctionAnalysisManagerSean Silva
2016-08-02CodeExtractor : Add ability to preserve profile data.Sean Silva
2016-08-01Revert r277313 and r277314.Sean Silva
2016-08-01CodeExtractor : Add ability to preserve profile data.Sean Silva
2016-07-13[BFI] Add new LazyBFI analysis passAdam Nemet
2016-06-28[BFI/MBFI]: cfg graph view with color scheme Xinliang David Li
2016-06-28[BFI]: enhance BFI graph dumpXinliang David Li
2016-06-28[BFI]: graph viewer code refactoring Xinliang David Li
2016-06-22[BFI]: NFC refactoringXinliang David Li
2016-05-05[PM] port Branch Frequency Analaysis pass to new PMXinliang David Li
2016-03-23Add getBlockProfileCount method to BlockFrequencyInfoEaswaran Raman
2015-10-15Recommit r250345, it was reverted in r250366 to investigate a bot failure.Manman Ren
2015-10-15Temporarily revert r250345 to sort out bot failure.Manman Ren
2015-10-14Update the branch weight metadata in JumpThreading pass.Cong Hou
2015-10-14Revert r250204 and r250240 due to bot failure. We failed to build PGO-ed clang.Manman Ren
2015-10-13Update the branch weight metadata in JumpThreading pass.Cong Hou
2015-10-13Revert 250089 due to bot failure. It failed when building clang itself with PGO.Manman Ren
2015-10-12Update the branch weight metadata in JumpThreading pass.Cong Hou
2015-10-10Analysis: Remove implicit ilist iterator conversionsDuncan P. N. Exon Smith
2015-07-16Add new constructors for LoopInfo/DominatorTree/BFI/BPICong Hou
2015-07-15Create a wrapper pass for BranchProbabilityInfo.Cong Hou
2015-07-15Rename doFunction() in BFI to calculate() and change its parameters from poin...Cong Hou
2015-07-14Create a wrapper pass for BlockFrequencyInfo.Wei Mi
2015-03-27Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren
2015-01-17[PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-21Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith
2014-04-19Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith
2014-04-19Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith
2014-04-19Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith
2014-04-18Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith