aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileInfo.cpp
AgeCommit message (Expand)Author
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-02Fix build error.Lauro Ramos Venancio
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-03-22Change uses of Function::front to Function::getEntryBlock for readability.Dan Gohman
2007-02-05Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduceReid Spencer
2006-08-28simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
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