aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/RegionPass.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2011-08-29Reapply r138695. Fix PassManager stack depths.Andrew Trick
2011-08-27Reverting r138695 to see if it fixes clang self host.Andrew Trick
2011-08-27Fix PassManager stack depths.Andrew Trick
2011-05-05Minor change: Fix the typo in RegionPass.h and RegionPass.cpp.Hongbin Zheng
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2010-10-20Add RegionPass support.Tobias Grosser