Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.
[oota-llvm.git] / include / llvm / Analysis / BlockFrequencyImpl.h
2013-08-20 Jakub StaszakAdd some constantness.
2013-07-12 Michael GottesmanFixed comment in header of Block Frequency Impl and...
2013-06-28 Jakob Stoklund OlesenTry to unbreak Linux buildbots.
2013-06-28 Jakob Stoklund OlesenMinimize precision loss when computing cyclic probabili...
2013-06-25 Jakob Stoklund OlesenMerge isReachable into isBackedge.
2013-06-25 Benjamin KramerBlockFrequency: Bump up the entry frequency a bit.
2013-03-20 Rafael EspindolaAdd std prefixes to fix the build with xlc.
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.