Build the correct range for loops with unusual bounds. Fix from Jay Foad.
[oota-llvm.git] / lib / Analysis / ProfileInfoLoader.cpp
2007-03-22 Dan GohmanChange uses of Function::front to Function::getEntryBlo...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingRemoved some of the iostream #includes. Moved towards...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-05-04 Brian GaekeAdd stub support for reading BBTraces.
2004-05-04 Brian GaekeShare ProfilingType enum with the C profiling runtime...
2004-03-08 Chris LattnerIf we have edge counts, we can produce block counts...
2004-03-08 Chris LattnerAdd initial support for reading edge counts. This...
2004-02-11 Chris LattnerFix a typeo
2004-02-11 Chris LattnerFactor this code out of llvm-prof