llvm-6502/test
Dan Gohman 32a81a3f6d When inserting code into a loop preheader, insert it before the
terminator, instead of after the last phi. This fixes a bug
exposed by ScalarEvolution analyzing more kinds of loops.
This fixes PR4436.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74072 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-24 14:31:06 +00:00
..
Analysis Add a testcase demoing some of ScalarEvolution's new trip count logic. 2009-06-24 01:22:30 +00:00
Archive
Assembler Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
Bindings/Ocaml
Bitcode Don't remove aggregate-typed module level constants before encoding functions 2009-06-12 05:20:12 +00:00
BugPoint Fix regular expression. 2009-06-12 05:39:02 +00:00
CodeGen Move thumb and thumb2 tests into separate directories. 2009-06-24 06:36:07 +00:00
DebugInfo upgrade 2009-06-23 22:11:37 +00:00
ExecutionEngine Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
Feature Support vector casts in more places, fixing a variety of assertion 2009-06-15 22:12:54 +00:00
FrontendAda
FrontendC The correct values here (as defined by gcc-4.2) are 2009-06-23 18:42:26 +00:00
FrontendC++ Testcase for (llvm-gcc) 73873. Usually 2009-06-22 04:47:32 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib In an XFAIL line, treat "XFAIL: foo*bar" as a regular expression to be matched 2009-06-12 05:18:32 +00:00
Linker
LLVMC
Other Add new function attribute - noimplicitfloat 2009-06-05 21:57:13 +00:00
Scripts
TableGen Remove empty test (my DejaGNU doesn't like this) 2009-06-09 21:24:39 +00:00
Transforms When inserting code into a loop preheader, insert it before the 2009-06-24 14:31:06 +00:00
Verifier Dan noticed that the verifier wasn't thoroughly checking uses of 2009-05-29 19:39:36 +00:00
Makefile
Makefile.tests
TestRunner.sh