summaryrefslogtreecommitdiff
path: root/include/llvm/PassManagers.h
Commit message (Expand)AuthorAge
* Use ArrayRef instead of an explicit vector type.Bill Wendling2012-05-14
* Add pass printer passes in the right place.Andrew Trick2012-02-01
* whitespaceAndrew Trick2012-02-01
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-29
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-27
* Fix PassManager stack depths.Andrew Trick2011-08-27
* Add RegionPass support.Tobias Grosser2010-10-20
* Constify.Dan Gohman2010-10-12
* Use SmallVectorImpl in a bunch of places.Dan Gohman2010-10-12
* Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman2010-08-19
* Make dumpPassStructure be a PMDataManager abstraction, rather thanDan Gohman2010-08-16
* Make some of PMTopLevelManager's members non-public. In particular,Dan Gohman2010-08-16
* Eliminate the TopLevelManagerType enum; instead, just makeDan Gohman2010-08-16
* More #include cleanups.Dan Gohman2010-08-07
* Tidy up PMStack. Add a bunch of consts, use std::vector instead ofDan Gohman2010-08-07
* 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
* Move several non-performance-critical member functinos out of line.Dan Gohman2010-06-21
* reapply my timer rewrite with a change for PassManager to store Chris Lattner2010-03-30
* revert r99862 which is causing FNT failures.Chris Lattner2010-03-30
* fairly major rewrite of various timing related stuff.Chris Lattner2010-03-30
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-22
* Pass StringRef by value.Daniel Dunbar2009-11-06
* Reverting 85714, 85715, 85716, which are breaking the buildDouglas Gregor2009-11-01
* Remove the #include of Pass.h from PassManager.h. This breaks a significantDan Gohman2009-11-01
* Move the dominator verification code out of special code embedded withinDan Gohman2009-09-28
* Extend the StartPassTimer and StopPassTimer functions so that theDan Gohman2009-09-28
* Extract the code for releasing a pass into a separate function, andDan Gohman2009-09-27
* make -debug-pass=Executions show information about what call graph nodesChris Lattner2009-09-15
* Fix a bunch of namespace pollution.Dan Gohman2009-08-07
* Add an explicit keyword.Dan Gohman2009-08-05
* Eliminate some uses of DOUT, cerr, and getNameStart().Daniel Dunbar2009-07-26
* Clean up pass manager cache after each run.Devang Patel2009-04-01
* Fully initialize all ivars, fixing PR3790, patch by Edwin Torok!Chris Lattner2009-03-12
* some nits noticed by DuncanChris Lattner2009-03-06
* Sprinkle some PrettyStackEntry magic into the passmanager. With this, we nowChris Lattner2009-03-06
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-18
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Trim #includes.Dan Gohman2008-10-16
* Use SmallVector instead of std::vectorDevang Patel2008-08-12
* Use DenseMap to keep track of last users.Devang Patel2008-08-12
* Keep track of analysis usage information for passes. Avoid invokingDevang Patel2008-08-11
* Don't call getAnalysisUsage unless -debug-pass is enabled. This speedsChris Lattner2008-08-08
* Speed up the passmgr by avoiding heap thrashing on vectors.Chris Lattner2008-08-08