Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Analysis / RegionPass.h
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Pedro Artigasmoves doInitialization and doFinalization to the Pass...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2011-08-29 Andrew TrickReapply r138695. Fix PassManager stack depths.
2011-08-27 Andrew TrickReverting r138695 to see if it fixes clang self host.
2011-08-27 Andrew TrickFix PassManager stack depths.
2011-05-05 Hongbin ZhengMinor change: Fix the typo in RegionPass.h and RegionPa...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-10-20 Tobias GrosserAdd RegionPass support.