Remove "localize global" optimization
[oota-llvm.git] / include / llvm / Analysis / ProfileInfo.h
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-03 Andreas NeustifterConverted ProfileInfo to template, added more API for...
2009-09-09 Andreas NeustifterAdd the first functions for updating ProfileInfo.
2009-09-01 Andreas NeustifterPreparation for Optimal Edge Profiling:
2009-08-26 Dan GohmanMove ProfileInfo::Edge's operator<< out of line. Among...
2009-08-26 Andreas NeustifterBugfix for r80100, forgot include. Sorry.
2009-08-26 Andreas NeustifterImplemented comments from Daniel Dunbar.
2009-08-24 Andreas NeustifterThis patch cleans up the ProfileInfo by
2009-08-08 Daniel DunbarSome ProfileInfo cleanups.
2009-08-08 Daniel DunbarMore ProfileInfo improvements.
2009-08-05 Daniel DunbarMake block and function count available via ProfileInfo.
2009-07-14 Daniel DunbarProfileInfo interface tweaks.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-03-08 Chris LattnerSwitch over to using edge profile information as the...
2004-03-08 Chris LattnerWe don't want to make this a pure interface, as it...
2004-02-11 Chris LattnerAdd an important prototype
2004-02-10 Chris LattnerAn initial implementation of an LLVM ProfileInfo class...