llvm-6502/test
Dan Gohman 9450b0e1a6 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82952 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-28 00:27:48 +00:00
..
Analysis Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. 2009-09-25 18:11:52 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Use movt/movw pair to materialize 32 bit constants on ARMv6T2+. 2009-09-27 23:52:58 +00:00
DebugInfo Move the dominator verification code out of special code embedded within 2009-09-28 00:27:48 +00:00
ExecutionEngine
Feature
FrontendAda
FrontendC Reenable sqrt IR generation test. 2009-09-24 23:37:40 +00:00
FrontendC++
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
MC
Other
Scripts Add count/not tools as executables. 2009-09-24 06:23:57 +00:00
TableGen
Transforms Move the dominator verification code out of special code embedded within 2009-09-28 00:27:48 +00:00
Unit
Verifier
CMakeLists.txt Initial support for running LLVM tests from cmake. 2009-09-22 07:38:44 +00:00
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in Initial support for running LLVM tests from cmake. 2009-09-22 07:38:44 +00:00
TestRunner.sh