Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Analysis / ProfileInfo.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-28 Manman RenProfile: set branch weight metadata with data generated...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-01-23 Ted KremenekNull initialize a few variables flagged by
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-13 Owen AndersonAnalysis groups need to initialize their default implem...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-10-07 Owen AndersonFix a warning when building with clang++.
2010-10-06 Owen AndersonAppease the clang self-host buildbot by providing a...
2010-10-06 Owen AndersonHide analysis group registration behind a macro, just...
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-21 Owen AndersonAdd INSTANTIATE_AG_PASS, which combines RegisterPass...
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-15 Gabor Greifcache another dereferenced iterator
2010-06-29 Duncan SandsRemove a pointless variable.
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-15 John McCallYou can't use typedefs to declare template member speci...
2009-12-03 Andreas NeustifterConverted ProfileInfo to template, added more API for...
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-09 Andreas NeustifterAdd the first functions for updating ProfileInfo.
2009-08-26 Dan GohmanMove ProfileInfo::Edge's operator<< out of line. Among...
2009-08-26 Andreas NeustifterMoved isDeclaration() check further down to allow for...
2009-08-24 Andreas NeustifterThis patch cleans up the ProfileInfo by
2009-08-19 Andreas NeustifterBroke line before break.
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-07-14 Daniel DunbarProfileInfo interface tweaks.
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-03-20 Devang PatelRestore isCFGOnly property of various analysis passes.
2008-03-19 Devang PatelPassInfo keep tracks whether a pass is an analysis...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-02 Lauro Ramos VenancioFix build error.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-03-22 Dan GohmanChange uses of Function::front to Function::getEntryBlo...
2007-02-05 Reid SpencerMake classes in anonymous namespaces use VISIBILITY_HID...
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2004-03-08 Chris LattnerSwitch to using edge profiling information as the basic...
2004-03-08 Chris LattnerRefactor implementations
2004-02-11 Chris LattnerFix copy-and-pastos
2004-02-11 Chris LattnerMake sure to register the 'no profile' implementation...
2004-02-10 Chris LattnerAn initial implementation of an LLVM ProfileInfo class...