aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/ProfileInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-021-247/+0
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-5/+4
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-15/+15
* Converted ProfileInfo to template, added more API for ProfileInfo-preserving.Andreas Neustifter2009-12-031-34/+146
* Add the first functions for updating ProfileInfo.Andreas Neustifter2009-09-091-0/+19
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-011-2/+7
* Move ProfileInfo::Edge's operator<< out of line. Among other benefits,Dan Gohman2009-08-261-12/+2
* Bugfix for r80100, forgot include. Sorry.Andreas Neustifter2009-08-261-0/+1
* Implemented comments from Daniel Dunbar.Andreas Neustifter2009-08-261-0/+13
* This patch cleans up the ProfileInfo byAndreas Neustifter2009-08-241-12/+17
* Some ProfileInfo cleanups.Daniel Dunbar2009-08-081-1/+1
* More ProfileInfo improvements.Daniel Dunbar2009-08-081-13/+35
* Make block and function count available via ProfileInfo.Daniel Dunbar2009-08-051-0/+6
* ProfileInfo interface tweaks.Daniel Dunbar2009-07-141-4/+12
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Switch over to using edge profile information as the basic profiling represen...Chris Lattner2004-03-081-10/+18
* We don't want to make this a pure interface, as it makes all implementorsChris Lattner2004-03-081-2/+9
* Add an important prototypeChris Lattner2004-02-111-0/+8
* An initial implementation of an LLVM ProfileInfo class which is designed toChris Lattner2004-02-101-0/+43