summaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileInfoLoaderPass.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-02Remove the very substantial, largely unmaintained legacy PGOChandler Carruth1-267/+0
2013-02-08Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson1-9/+8
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-12-24Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson1-8/+9
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-7/+7
2012-06-06Round 2 of dead private variable removal.Benjamin Kramer1-1/+1
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer1-2/+2
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-0/+1
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-1/+1
2010-08-23Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson1-4/+2
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-4/+4
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-4/+4
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-4/+4
2010-07-20Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson1-1/+1
2010-07-20Reapply r108794, a fix for the failing test from last time.Owen Anderson1-1/+1
2010-07-20Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar1-1/+1
2010-07-20Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson1-1/+1
2010-03-25rename pred_const_iterator to const_pred_iterator for consistency's sakeGabor Greif1-1/+1
2010-01-20adopt getAdjustedAnalysisPointer in a few more passes.Chris Lattner1-0/+10
2009-12-23Change dbgs() back to errs() for assert messages as Chris requested.David Greene1-4/+4
2009-12-23Convert debug messages to use dbgs(). Generally this meansDavid Greene1-9/+9
2009-12-03Use ProfileInfo-API in ProfileInfo Loader and do more assertions.Andreas Neustifter1-46/+10
2009-11-02Apply fix for PR5135, Credit to Andreas Neustifter.Edward O'Callaghan1-4/+4
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky1-1/+0
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky1-1/+1
2009-09-16Reapplied r81355 with the problems fixed.Andreas Neustifter1-7/+17
2009-09-10Cleaned up code by factoring out common portions of edge loading into function.Andreas Neustifter1-50/+44
2009-09-09Reverted r81358.Andreas Neustifter1-22/+27
2009-09-09Fix build, add missing simicolon.Benjamin Kramer1-1/+1
2009-09-09Cleaned up code by factoring out common portions of edge loading into funcion.Andreas Neustifter1-27/+22
2009-09-09revert r81335, which breaks the build.Chris Lattner1-24/+6
2009-09-09Updated ProfileInfo to have clean seperation between different sentinels.Andreas Neustifter1-6/+24
2009-09-03Revert "--- Reverse-merging r80908 into '.':", I already "fixed" this.Daniel Dunbar1-1/+1
2009-09-03--- Reverse-merging r80908 into '.':Bill Wendling1-1/+1
2009-09-03Remove undefined behavior when loading optimal edge profile info.Daniel Dunbar1-1/+1
2009-09-01OptimalEdgeProfiling: Reading in Profiles.Andreas Neustifter1-1/+160
2009-08-23remove uses of llvm/Support/Streams.h.Chris Lattner1-7/+7
2009-08-08Some ProfileInfo cleanups.Daniel Dunbar1-1/+1
2009-08-08More ProfileInfo improvements.Daniel Dunbar1-23/+52
2009-08-05Make block and function count available via ProfileInfo.Daniel Dunbar1-5/+13
2009-08-05Remove unnecessary ProfileInfoLoader methods.Daniel Dunbar1-14/+17
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman1-1/+1
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman1-10/+10
2008-05-06Make several variable declarations static.Dan Gohman1-1/+1
2008-03-20Restore isCFGOnly property of various analysis passes.Devang Patel1-1/+1
2008-03-19PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel1-2/+2
2008-03-19Do not use virtual function to identify an analysis pass.Devang Patel1-4/+1
2008-03-18Identify Analysis pass.Devang Patel1-0/+3
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-08-01More explicit keywords.Dan Gohman1-1/+1