Build the correct range for loops with unusual bounds. Fix from Jay Foad.
[oota-llvm.git] / lib / Analysis / ProfileInfoLoaderPass.cpp
2007-08-01 Dan GohmanMore explicit keywords.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-02-05 Reid SpencerMake classes in anonymous namespaces use VISIBILITY_HID...
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...
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-21 Chris LattnerFix PR885
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-18 Chris Lattnerexpose this pass to both opt and analyze
2005-01-10 Jeff CohenApply feed back from Chris:
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-03-08 Chris LattnerSwitch to using edge profiling information as the basic...
2004-03-08 Chris LattnerRefactor implementations
2004-02-11 Chris LattnerCosmetic improvements to this option.
2004-02-11 Chris LattnerActually load profiling information now! Block layout...
2004-02-11 Chris LattnerAdd skeleton profileinfoloader pass. This will be...