[PM/AA] Run clang-format over the SCEV-AA code to normalize the
[oota-llvm.git] / include / llvm / Analysis / RegionPass.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-01-06 Matt ArsenaultFix c++ mode comments
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
2013-05-17 Sylvestre LedruFix a typo (ouput => output)
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.