Go to file
Dan Gohman 4dbb301f17 Move the dominator verification code out of special code embedded within
the PassManager code into a regular verifyAnalysis method.

Also, reorganize loop verification. Make the LoopPass infrastructure
call verifyLoop as needed instead of having LoopInfo::verifyAnalysis
check every loop in the function after each looop pass. Add a new
command-line argument, -verify-loop-info, to enable the expensive
full checking.

llvm-svn: 82952
2009-09-28 00:27:48 +00:00
clang Improve handling of friend function templates somewhat 2009-09-28 00:08:27 +00:00
compiler-rt If the compiler does not support GCC-compatible 2009-09-23 16:05:25 +00:00
llvm Move the dominator verification code out of special code embedded within 2009-09-28 00:27:48 +00:00