aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/RegionPass.h
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-13/+14
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-091-1/+1
* Fix a typo (ouput => output)Sylvestre Ledru2013-05-171-1/+1
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas2012-12-031-0/+3
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-3/+1
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-291-1/+1
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-271-1/+1
* Fix PassManager stack depths.Andrew Trick2011-08-271-1/+1
* Minor change: Fix the typo in RegionPass.h and RegionPass.cpp.Hongbin Zheng2011-05-051-1/+1
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Add RegionPass support.Tobias Grosser2010-10-201-0/+126