summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Analysis/BasicAA/Makefile10
-rw-r--r--test/Analysis/DSGraph/Makefile14
-rw-r--r--test/Analysis/Dominators/Makefile10
-rw-r--r--test/Analysis/LoopInfo/Makefile10
-rw-r--r--test/Analysis/Makefile7
-rw-r--r--test/Assembler/Makefile23
-rw-r--r--test/BugPoint/Makefile19
-rw-r--r--test/C++Frontend/EH/Makefile12
-rw-r--r--test/C++Frontend/Makefile20
-rw-r--r--test/CBackend/Makefile27
-rw-r--r--test/CFrontend/Makefile20
-rw-r--r--test/Jello/Makefile29
-rw-r--r--test/LLC/Makefile22
-rw-r--r--test/Linker/Makefile9
-rw-r--r--test/Other/Makefile10
-rw-r--r--test/TableGen/Makefile10
-rw-r--r--test/Transforms/ADCE/Makefile10
-rw-r--r--test/Transforms/BasicAA/Makefile10
-rw-r--r--test/Transforms/ConstProp/Makefile10
-rw-r--r--test/Transforms/ConstantMerge/Makefile10
-rw-r--r--test/Transforms/CorrelatedExprs/Makefile10
-rw-r--r--test/Transforms/DSAnalysis/Makefile30
-rw-r--r--test/Transforms/DeadArgElim/Makefile10
-rw-r--r--test/Transforms/DecomposeMultiDimRefs/Makefile19
-rw-r--r--test/Transforms/FunctionResolve/Makefile10
-rw-r--r--test/Transforms/GCSE/Makefile10
-rw-r--r--test/Transforms/GlobalDCE/Makefile10
-rw-r--r--test/Transforms/IndVarsSimplify/Makefile10
-rw-r--r--test/Transforms/Inline/Makefile10
-rw-r--r--test/Transforms/InstCombine/Makefile10
-rw-r--r--test/Transforms/LICM/Makefile10
-rw-r--r--test/Transforms/LevelRaise/Makefile10
-rw-r--r--test/Transforms/LoopPreheaders/Makefile10
-rw-r--r--test/Transforms/LowerSetJmp/Makefile10
-rw-r--r--test/Transforms/LowerSwitch/Makefile10
-rw-r--r--test/Transforms/Makefile28
-rw-r--r--test/Transforms/Mem2Reg/Makefile10
-rw-r--r--test/Transforms/PRE/Makefile10
-rw-r--r--test/Transforms/PiNodeInserter/Makefile10
-rw-r--r--test/Transforms/ProfilePaths/Makefile10
-rw-r--r--test/Transforms/PruneEH/Makefile10
-rw-r--r--test/Transforms/Reassociate/Makefile10
-rw-r--r--test/Transforms/SCCP/Makefile10
-rw-r--r--test/Transforms/ScalarRepl/Makefile10
-rw-r--r--test/Transforms/SimplifyCFG/Makefile10
-rw-r--r--test/Transforms/TailDup/Makefile10
-rw-r--r--test/Verifier/Makefile19
47 files changed, 0 insertions, 618 deletions
diff --git a/test/Analysis/BasicAA/Makefile b/test/Analysis/BasicAA/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Analysis/BasicAA/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Analysis/DSGraph/Makefile b/test/Analysis/DSGraph/Makefile
deleted file mode 100644
index bc24e5c1c0..0000000000
--- a/test/Analysis/DSGraph/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-$(addprefix Output/, $(TESTS:%.ll=%.ll.out)):
-Output/%.ll.out: %.ll Output/.dir $(LOPT) $(LANALYZE)
- -$(TESTRUNR) $<
-
-clean::
- -rm -f *.dot *.ps
diff --git a/test/Analysis/Dominators/Makefile b/test/Analysis/Dominators/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Analysis/Dominators/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Analysis/LoopInfo/Makefile b/test/Analysis/LoopInfo/Makefile
deleted file mode 100644
index 7ef328b3f6..0000000000
--- a/test/Analysis/LoopInfo/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LANALYZE)
- -$(TESTRUNR) $<
diff --git a/test/Analysis/Makefile b/test/Analysis/Makefile
deleted file mode 100644
index ad2c49e0ed..0000000000
--- a/test/Analysis/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# test/Regression/Analysis/Makefile
-
-LEVEL = ../../..
-DIRS = Dominators \
- DSGraph \
- LoopInfo
-include $(LEVEL)/Makefile.common
diff --git a/test/Assembler/Makefile b/test/Assembler/Makefile
deleted file mode 100644
index f931c40d84..0000000000
--- a/test/Assembler/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# test/Regression/Assembler/Makefile
-#
-# This directory contains regression tests for the LLVM assembler program.
-# These LLVM source file tests are just required to assembler properly to pass.
-#
-LEVEL = ../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-FTESTS := $(wildcard *.llx) # Freeform tests
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.tbc))
-
-Output/%.tbc: %.ll $(LAS) Output/.dir
- @echo "======== Assembling $<"
- $(LAS) -d -f $< -o $@ > /dev/null 2>&1 || \
- ( rm -f $@; $(FAILURE) $@ )
-
-all:: $(addprefix Output/, $(FTESTS:%.llx=%.llx.out))
-
-Output/%.llx.out: %.llx Output/.dir $(LAS)
- -$(TESTRUNR) $<
-
diff --git a/test/BugPoint/Makefile b/test/BugPoint/Makefile
deleted file mode 100644
index aea9a65b5c..0000000000
--- a/test/BugPoint/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# test/Regression/Assembler/Makefile
-#
-# This directory contains regression tests for the LLVM assembler program.
-# These LLVM source file tests are just required to assembler properly to pass.
-#
-LEVEL = ../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LAS) $(LBUGPOINT)
- -$(TESTRUNR) $<
- -@# Remove temporary files generated...
- -@rm -f bugpoint-*
-
-clean::
- rm -f *.bc
diff --git a/test/C++Frontend/EH/Makefile b/test/C++Frontend/EH/Makefile
deleted file mode 100644
index 037530888d..0000000000
--- a/test/C++Frontend/EH/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# test/Regression/C++Frontend/EH/Makefile
-#
-# This directory contains exception handling regression tests for the GCC C++
-# front-end for LLVM. These tests are C++ source files that are input to GCC
-# and compiled to .ll files. After that, the files are assembled and executed
-# by the LLVM backends.
-#
-LEVEL = ../../../..
-include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
-
-## These should eventually be automatic!
-LIBS := -lexception -lsupc++ \ No newline at end of file
diff --git a/test/C++Frontend/Makefile b/test/C++Frontend/Makefile
deleted file mode 100644
index 3b1ac98b0f..0000000000
--- a/test/C++Frontend/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# test/Regression/C++Frontend/CompileFail/Makefile
-#
-# This directory contains regression tests for the GCC C++ frontend for LLVM.
-# These tests are C++ source files that are input to GCC and compiled to .ll
-# files. After that, the files are assembled by the LLVM 'as' program to make
-# sure GCC emitted something valid. This is intended to catch crashers and bad
-# output by GCC. Miscompilations by GCC should be caught by the
-# test/Programs/SingleSource/UnitTests test suite
-#
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.cpp)
-TR_TESTS := $(wildcard *.cpp.tr)
-
-all:: $(addprefix Output/, $(TESTS:%.cpp=%.tbc))
-all:: $(addprefix Output/, $(TR_TESTS:%=%.out))
-
-Output/%.cpp.tr.out: %.cpp.tr Output/.dir $(LCC1XX)
- -$(TESTRUNR) $<
diff --git a/test/CBackend/Makefile b/test/CBackend/Makefile
deleted file mode 100644
index 5dc7ffe239..0000000000
--- a/test/CBackend/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# test/Regression/CBackend/Makefile
-#
-# This directory contains regression tests for the C backend for LLVM.
-# These testcases are assembled with the LLVM assembler, then disassembled into
-# C code. The C code should be compilable with the standard C compiler.
-#
-LEVEL = ../../..
-include $(LEVEL)/test/Makefile.tests
-
-.PRECIOUS: Output/%.c
-
-TESTS := $(wildcard *.ll)
-FTESTS := $(wildcard *.llx) # Freeform tests
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.to)) $(addprefix Output/, $(FTESTS:%.llx=%.llx.out))
-
-Output/%.to: Output/%.c
- $(CC) -c -Werror $< -o $@ || \
- (rm -f $@; $(FAILURE) $@ )
-
-Output/%.c: %.ll Output/.dir $(LAS) $(LDIS)
- $(LAS) < $< | $(LDIS) -c > $@ || \
- (rm -f $@; $(FAILURE) $@ )
-
-Output/%.llx.out: %.llx Output/.dir $(LAS) $(LDIS)
- -$(TESTRUNR) $<
-
diff --git a/test/CFrontend/Makefile b/test/CFrontend/Makefile
deleted file mode 100644
index b1017e2f17..0000000000
--- a/test/CFrontend/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# test/Regression/CFrontend/Makefile
-#
-# This directory contains regression tests for the GCC C frontend for LLVM.
-# These tests are C source files that are input to GCC and compiled to .ll
-# files. After that, the files are assembled by the LLVM 'as' program to make
-# sure GCC emitted something valid. This is intended to catch crashers and bad
-# output by GCC. Miscompilations by GCC should be caught by the
-# test/Programs/SingleSource/UnitTests test suite
-#
-LEVEL = ../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.c)
-TR_TESTS := $(wildcard *.c.tr)
-
-all:: $(addprefix Output/, $(TESTS:%.c=%.tbc))
-all:: $(addprefix Output/, $(TR_TESTS:%=%.out))
-
-Output/%.c.tr.out: %.c.tr Output/.dir $(LCC1)
- -$(TESTRUNR) $<
diff --git a/test/Jello/Makefile b/test/Jello/Makefile
deleted file mode 100644
index 408f80af3c..0000000000
--- a/test/Jello/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# test/Regression/Jello/Makefile
-#
-# This directory contains regression tests for the LLVM x86 JIT
-#
-LEVEL = ../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-FTESTS := $(wildcard *.llx) # Freeform tests
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.out))
-
-LLI_FLAGS = -force-interpreter=false
-
-ifdef DISABLE_FP_ELIM
-LLI_FLAGS += -disable-fp-elim
-endif
-
-Output/%.out: Output/%.bc $(LLI)
- @echo "======== Running $< ==================="
- $(VERB) $(LLI) $(LLI_FLAGS) -stats $< > $@ 2>&1 || \
- ( cat $@; rm -f $@; $(FAILURE) $@ )
-
-
-all:: $(addprefix Output/, $(FTESTS:%.llx=%.llx.out))
-
-Output/%.llx.out: %.llx Output/.dir $(LJELLO)
- -$(TESTRUNR) $<
-
diff --git a/test/LLC/Makefile b/test/LLC/Makefile
deleted file mode 100644
index 3c07cd0883..0000000000
--- a/test/LLC/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# test/Regression/LLC/Makefile
-#
-# This directory contains regression tests for the LLVM sparc backend.
-#
-LEVEL = ../../..
-include $(LEVEL)/test/Makefile.tests
-
-# Only .ll tests here. C tests are run via Makefile.singlesrc above.
-#
-LL_TESTS := $(wildcard *.ll)
-LLX_TESTS := $(wildcard *.llx)
-
-all:: $(addprefix Output/, $(LL_TESTS:%.ll=%.ts))
-all:: $(addprefix Output/, $(LLX_TESTS:%.llx=%.llx.out))
-
-Output/%.ts: Output/%.bc $(LLC) Output/.dir
- @echo "======== Compiling $< =========="
- $(LLC) -f $< -o $@ || \
- ( rm -f $@; $(FAILURE) $@ )
-
-Output/%.llx.out: %.llx Output/.dir $(LLC)
- -$(TESTRUNR) $<
diff --git a/test/Linker/Makefile b/test/Linker/Makefile
deleted file mode 100644
index c18a877bee..0000000000
--- a/test/Linker/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-LEVEL = ../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LLINK)
- -$(TESTRUNR) $<
diff --git a/test/Other/Makefile b/test/Other/Makefile
deleted file mode 100644
index e1a8697cc1..0000000000
--- a/test/Other/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LANALYZE)
- -$(TESTRUNR) $<
diff --git a/test/TableGen/Makefile b/test/TableGen/Makefile
deleted file mode 100644
index c254d809bf..0000000000
--- a/test/TableGen/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.td)
-
-all:: $(addprefix Output/, $(TESTS:%=%.out))
-
-Output/%.out: % Output/.dir $(TBLGEN)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/ADCE/Makefile b/test/Transforms/ADCE/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/ADCE/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/BasicAA/Makefile b/test/Transforms/BasicAA/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/BasicAA/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/ConstProp/Makefile b/test/Transforms/ConstProp/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/ConstProp/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/ConstantMerge/Makefile b/test/Transforms/ConstantMerge/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/ConstantMerge/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/CorrelatedExprs/Makefile b/test/Transforms/CorrelatedExprs/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/CorrelatedExprs/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/DSAnalysis/Makefile b/test/Transforms/DSAnalysis/Makefile
deleted file mode 100644
index f5c8fad92d..0000000000
--- a/test/Transforms/DSAnalysis/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# test/Regression/Transforms/DSAnalysis/Makefile
-#
-# This directory contains test cases for the llvm data structure analysis
-# library. These are meant to test all of the nooks and cranies of the
-# algorithm, although we really have no way to verify that the answers produced
-# are correct.
-#
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-## Get absolute pathname for analyze
-LANALYZE_ABS := $(shell cd `dirname $(LANALYZE)`; pwd)/analyze
-
-TESTS := $(wildcard *.ll)
-FTESTS := $(wildcard *.llx) # Freeform tests
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.out))
-
-Output/%.out: %.ll $(LANALYZE) Output/.dir
- (cd Output/; $(LANALYZE_ABS) -tddatastructure ../$< || \
- ( rm -f ../$@; ../$(FAILURE) ../$@ ))
-
-all:: $(addprefix Output/, $(FTESTS:%.llx=%.llx.out))
-
-clean::
- rm -f *.ps *.dot
-
-Output/%.llx.out: %.llx Output/.dir $(LAS)
- -$(TESTRUNR) $<
-
diff --git a/test/Transforms/DeadArgElim/Makefile b/test/Transforms/DeadArgElim/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/DeadArgElim/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/DecomposeMultiDimRefs/Makefile b/test/Transforms/DecomposeMultiDimRefs/Makefile
deleted file mode 100644
index fdbf3faf20..0000000000
--- a/test/Transforms/DecomposeMultiDimRefs/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# test/Regression/Transforms/DecomposeArrayRefs/Makefile
-#
-# This directory contains regression tests for the DecomposeArrayRefs pass.
-# Since the main tests are single C source files, we'll use the same
-# Makefile as test/Programs/SingleSource.
-# The *.ll tests are mainly useful to run manually.
-#
-LEVEL = ../../../..
-include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
-
-LLTESTS := $(wildcard *.ll)
-CTESTS := $(wildcard *.c)
-TESTS := $(LLTESTS) $(CTESTS)
-
-all:: $(addprefix Output/, $(LLTESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
-
diff --git a/test/Transforms/FunctionResolve/Makefile b/test/Transforms/FunctionResolve/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/FunctionResolve/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/GCSE/Makefile b/test/Transforms/GCSE/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/GCSE/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/GlobalDCE/Makefile b/test/Transforms/GlobalDCE/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/GlobalDCE/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/IndVarsSimplify/Makefile b/test/Transforms/IndVarsSimplify/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/IndVarsSimplify/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/Inline/Makefile b/test/Transforms/Inline/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/Inline/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/InstCombine/Makefile b/test/Transforms/InstCombine/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/InstCombine/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/LICM/Makefile b/test/Transforms/LICM/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/LICM/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/LevelRaise/Makefile b/test/Transforms/LevelRaise/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/LevelRaise/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/LoopPreheaders/Makefile b/test/Transforms/LoopPreheaders/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/LoopPreheaders/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/LowerSetJmp/Makefile b/test/Transforms/LowerSetJmp/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/LowerSetJmp/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/LowerSwitch/Makefile b/test/Transforms/LowerSwitch/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/LowerSwitch/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile
deleted file mode 100644
index 7ad75f5366..0000000000
--- a/test/Transforms/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-LEVEL = ../../..
-DIRS = ADCE \
- ConstProp \
- ConstantMerge \
- CorrelatedExprs \
- DecomposeMultiDimRefs \
- FunctionResolve \
- GCSE \
- GlobalDCE \
- IndVarsSimplify \
- Inline \
- InstCombine \
- LevelRaise \
- LICM \
- LoopPreheaders \
- LowerSwitch \
- Mem2Reg \
- PiNodeInserter \
- PRE \
- PruneEH \
- ProfilePaths \
- Reassociate \
- SCCP \
- ScalarRepl \
- SimplifyCFG \
- TailDup
-
-include $(LEVEL)/Makefile.common
diff --git a/test/Transforms/Mem2Reg/Makefile b/test/Transforms/Mem2Reg/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/Mem2Reg/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/PRE/Makefile b/test/Transforms/PRE/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/PRE/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/PiNodeInserter/Makefile b/test/Transforms/PiNodeInserter/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/PiNodeInserter/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/ProfilePaths/Makefile b/test/Transforms/ProfilePaths/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/ProfilePaths/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/PruneEH/Makefile b/test/Transforms/PruneEH/Makefile
deleted file mode 100644
index e92df45e64..0000000000
--- a/test/Transforms/PruneEH/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.llx)
-
-all:: $(addprefix Output/, $(TESTS:%.llx=%.llx.out))
-
-Output/%.llx.out: %.llx Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/Reassociate/Makefile b/test/Transforms/Reassociate/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/Reassociate/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/SCCP/Makefile b/test/Transforms/SCCP/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/SCCP/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/ScalarRepl/Makefile b/test/Transforms/ScalarRepl/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/ScalarRepl/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/SimplifyCFG/Makefile b/test/Transforms/SimplifyCFG/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/SimplifyCFG/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Transforms/TailDup/Makefile b/test/Transforms/TailDup/Makefile
deleted file mode 100644
index 91acd4d481..0000000000
--- a/test/Transforms/TailDup/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LEVEL = ../../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
- -$(TESTRUNR) $<
diff --git a/test/Verifier/Makefile b/test/Verifier/Makefile
deleted file mode 100644
index 2812a7e549..0000000000
--- a/test/Verifier/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# test/Regression/Verifier/Makefile
-#
-# This directory contains regression tests for the LLVM verifier pass. Basically
-# all of these LLVM source files are invalid programs that should be marked as
-# such by the verifier
-
-LEVEL = ../../..
-include $(LEVEL)/test/Makefile.tests
-
-TESTS := $(wildcard *.ll)
-
-all:: $(addprefix Output/, $(TESTS:%.ll=%.ntbc))
-
-Output/%.ntbc: %.ll $(LAS) Output/.dir
- @echo "======== Verifying $< ==========="
- if $(LAS) -f $< -o /dev/null; \
- then $(FAILURE) $@; exit 1; \
- else touch $@; exit 0;\
- fi