aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileInfo.cpp
AgeCommit message (Expand)Author
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-08Add even more missing createXxxPass functions.Jeff Cohen
2004-03-08Switch to using edge profiling information as the basic source of profile infoChris Lattner
2004-03-08Refactor implementationsChris Lattner
2004-02-11Fix copy-and-pastosChris Lattner
2004-02-11Make sure to register the 'no profile' implementation as the default for Prof...Chris Lattner
2004-02-10An initial implementation of an LLVM ProfileInfo class which is designed toChris Lattner