summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ProfileInfo.h
Commit message (Expand)AuthorAge
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Converted ProfileInfo to template, added more API for ProfileInfo-preserving.Andreas Neustifter2009-12-03
* Add the first functions for updating ProfileInfo.Andreas Neustifter2009-09-09
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-01
* Move ProfileInfo::Edge's operator<< out of line. Among other benefits,Dan Gohman2009-08-26
* Bugfix for r80100, forgot include. Sorry.Andreas Neustifter2009-08-26
* Implemented comments from Daniel Dunbar.Andreas Neustifter2009-08-26
* This patch cleans up the ProfileInfo byAndreas Neustifter2009-08-24
* Some ProfileInfo cleanups.Daniel Dunbar2009-08-08
* More ProfileInfo improvements.Daniel Dunbar2009-08-08
* Make block and function count available via ProfileInfo.Daniel Dunbar2009-08-05
* ProfileInfo interface tweaks.Daniel Dunbar2009-07-14
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Remove trailing whitespaceMisha Brukman2005-04-21
* Switch over to using edge profile information as the basic profiling represen...Chris Lattner2004-03-08
* We don't want to make this a pure interface, as it makes all implementorsChris Lattner2004-03-08
* Add an important prototypeChris Lattner2004-02-11
* An initial implementation of an LLVM ProfileInfo class which is designed toChris Lattner2004-02-10