Remove "localize global" optimization
[oota-llvm.git] / lib / Analysis / ProfileInfoLoaderPass.cpp
2013-02-08 Bob WilsonRevert "Add LLVMContext::emitWarning methods and use...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-24 Bob WilsonAdd LLVMContext::emitWarning methods and use them....
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-06-06 Benjamin KramerRound 2 of dead private variable removal.
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-23 Owen AndersonNow that PassInfo and Pass::ID have been separated...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
2010-07-20 Owen AndersonSeparate PassInfo into two classes: a constructor-free...
2010-03-25 Gabor Greifrename pred_const_iterator to const_pred_iterator for...
2010-01-20 Chris Lattneradopt getAdjustedAnalysisPointer in a few more passes.
2009-12-23 David GreeneChange dbgs() back to errs() for assert messages as...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-03 Andreas NeustifterUse ProfileInfo-API in ProfileInfo Loader and do more...
2009-11-02 Edward O'CallaghanApply fix for PR5135, Credit to Andreas Neustifter.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-09-16 Andreas NeustifterReapplied r81355 with the problems fixed.
2009-09-10 Andreas NeustifterCleaned up code by factoring out common portions of...
2009-09-09 Andreas NeustifterReverted r81358.
2009-09-09 Benjamin KramerFix build, add missing simicolon.
2009-09-09 Andreas NeustifterCleaned up code by factoring out common portions of...
2009-09-09 Chris Lattnerrevert r81335, which breaks the build.
2009-09-09 Andreas NeustifterUpdated ProfileInfo to have clean seperation between...
2009-09-03 Daniel DunbarRevert "--- Reverse-merging r80908 into '.':", I alread...
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...