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