summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Analysis/BlockFrequencyInfoTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton2019-01-201-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [BFI] Use rounding while computing profile counts.Easwaran Raman2018-08-161-2/+4
* Remove redundant includes from unittests.Michael Zolotukhin2017-12-131-1/+0
* Add an interface to scale the frequencies of a set of blocks.Easwaran Raman2017-01-191-0/+8
* Revert r272891 "[JumpThreading] Prevent dangling pointer problems in BranchPr...Igor Laevsky2016-06-161-7/+0
* [JumpThreading] Prevent dangling pointer problems in BranchProbabilityInfoIgor Laevsky2016-06-161-0/+7
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-1/+1
* Add getBlockProfileCount method to BlockFrequencyInfoEaswaran Raman2016-03-231-0/+86
OpenPOWER on IntegriCloud