Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / include / llvm / Analysis / BlockFrequencyImpl.h
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2011-12-20 Jakub StaszakAdd some constantness to BranchProbabilityInfo and...
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-08-01 Jakub StaszakAdd BlockFrequency::getEntryFrequency()
2011-07-28 Jakub StaszakIf run with -debug give more information about Cyclic...
2011-07-28 Jakub StaszakFix stupid mistake from commit 136381.
2011-07-28 Jakub StaszakSpeed up BlockFrequencyInfo a little bit.
2011-07-27 Jakub StaszakUse BlockFrequency instead of uint32_t in BlockFrequenc...
2011-07-27 Jakub StaszakEdge to itself is backedge as well.
2011-07-25 Jakub StaszakRename BlockFrequency to BlockFrequencyInfo and Machine...
2011-07-22 Jakub StaszakAllow getBlockFreq to return 0.
2011-07-16 Jakub StaszakAdd MachineBlockFrequency analysis.
2011-06-23 Jakub StaszakCalculate backedge probability correctly.
2011-06-23 Jakub StaszakMissing files for the BlockFrequency analysis added.