--- Reverse-merging r80908 into '.':
[oota-llvm.git] / lib / Analysis / ProfileInfoLoaderPass.cpp
2009-09-03 Bill Wendling--- Reverse-merging r80908 into '.':
2009-09-03 Daniel DunbarRemove undefined behavior when loading optimal edge...
2009-09-01 Andreas NeustifterOptimalEdgeProfiling: Reading in Profiles.
2009-08-23 Chris Lattnerremove uses of llvm/Support/Streams.h.
2009-08-08 Daniel DunbarSome ProfileInfo cleanups.
2009-08-08 Daniel DunbarMore ProfileInfo improvements.
2009-08-05 Daniel DunbarMake block and function count available via ProfileInfo.
2009-08-05 Daniel DunbarRemove unnecessary ProfileInfoLoader methods.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-06 Dan GohmanMake several variable declarations static.
2008-03-20 Devang PatelRestore isCFGOnly property of various analysis passes.
2008-03-19 Devang PatelPassInfo keep tracks whether a pass is an analysis...
2008-03-19 Devang PatelDo not use virtual function to identify an analysis...
2008-03-18 Devang PatelIdentify Analysis pass.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
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...