summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/RegionPass.h
Commit message (Expand)AuthorAge
* Fix c++ mode commentsMatt Arsenault2014-01-06
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-09
* Fix a typo (ouput => output)Sylvestre Ledru2013-05-17
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas2012-12-03
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* 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
* Minor change: Fix the typo in RegionPass.h and RegionPass.cpp.Hongbin Zheng2011-05-05
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Add RegionPass support.Tobias Grosser2010-10-20