aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/ProfileInfo.h
Commit message (Expand)AuthorAgeFilesLines
* 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