llvm-6502/test
Evan Cheng ab63152871 - CodeGenPrepare does not split loop back edges but it only knows about back edges of single block loops. It now does a DFS walk to find loop back edges.
- Use SplitBlockPredecessors to factor out common predecessors of the critical edge destination. This is disabled for now due to some regressions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61248 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-19 18:03:11 +00:00
..
Analysis Resubmit support for the 'nocapture' attribute. 2008-12-19 06:39:12 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen - CodeGenPrepare does not split loop back edges but it only knows about back edges of single block loops. It now does a DFS walk to find loop back edges. 2008-12-19 18:03:11 +00:00
DebugInfo Xfail these tests for now. 2008-12-17 22:53:09 +00:00
ExecutionEngine
Feature
FrontendAda
FrontendC
FrontendC++ Re-XFAIL this test until debug stuff settles down. 2008-12-18 22:13:31 +00:00
FrontendFortran
FrontendObjC Add test for rdar://6394879. 2008-11-26 02:21:12 +00:00
FrontendObjC++
Integer
lib
Linker
LLVMC Remove Clang tests since clang is not installed on the buildbots. 2008-12-09 15:11:45 +00:00
Other
Scripts
TableGen
Transforms Make all the vector elements positive in an srem of constant vector. 2008-12-18 06:31:11 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh