aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileInfoLoader.cpp
AgeCommit message (Expand)Author
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-03-22Change uses of Function::front to Function::getEntryBlock for readability.Dan Gohman
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-28Removed some of the iostream #includes. Moved towards converting to usingBill Wendling
2005-04-21Remove trailing whitespaceMisha Brukman
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-05-04Add stub support for reading BBTraces.Brian Gaeke
2004-05-04Share ProfilingType enum with the C profiling runtime libraries.Brian Gaeke
2004-03-08If we have edge counts, we can produce block counts. I've verified thatChris Lattner
2004-03-08Add initial support for reading edge counts. This will be improved to enableChris Lattner
2004-02-11Fix a typeoChris Lattner
2004-02-11Factor this code out of llvm-profChris Lattner