aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/BlockFrequencyInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-7/+5
* Update to LLVM 3.5a.Stephen Hines2014-04-241-5/+18
* Added BlockFrequencyInfo::view for displaying the block frequency propagation...Michael Gottesman2013-11-141-0/+2
* Fixed 80+ violation and added C++ to header.Michael Gottesman2013-07-121-1/+1
* BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer2013-06-251-4/+4
* Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak2011-12-201-1/+1
* Add pass printing support to BlockFrequencyInfo pass. The implementationChandler Carruth2011-10-191-0/+1
* Add more constantness in BlockFrequencyInfo.Jakub Staszak2011-08-031-1/+1
* Use BlockFrequency instead of uint32_t in BlockFrequencyInfo.Jakub Staszak2011-07-271-1/+2
* Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak2011-07-251-0/+53