aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileInfoLoader.cpp
AgeCommit message (Expand)Author
2011-04-23Remove unused STL header includes.Jay Foad
2009-09-16Reapplied r81355 with the problems fixed.Andreas Neustifter
2009-09-09revert r81335, which breaks the build.Chris Lattner
2009-09-09Updated ProfileInfo to have clean seperation between different sentinels.Andreas Neustifter
2009-09-06Mark more constants unsigned, as warned about by icc (#68).Duncan Sands
2009-09-03Fix build warning.Andreas Neustifter
2009-09-03Code Cleanup.Andreas Neustifter
2009-09-01Fix build warning.Daniel Dunbar
2009-09-01OptimalEdgeProfiling: Reading in Profiles.Andreas Neustifter
2009-08-25Read profile files as binary as proposed inAndreas Neustifter
2009-08-23remove uses of llvm/Support/Streams.h.Chris Lattner
2009-08-05Remove unnecessary ProfileInfoLoader methods.Daniel Dunbar
2009-06-24Get rid of a static boolean.Owen Anderson
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