Fix undefined behavior in the Mips backend.
[oota-llvm.git] / lib / Analysis / RegionPass.cpp
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...
2010-12-12 Tobias GrosserRemove useless dynamic_cast<>().
2010-10-20 Tobias GrosserAdd RegionPass support.