summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Analysis/.cvsignore3
-rw-r--r--test/Analysis/Andersens/.cvsignore3
-rw-r--r--test/Analysis/BasicAA/.cvsignore3
-rw-r--r--test/Analysis/DSGraph/.cvsignore3
-rw-r--r--test/Analysis/Dominators/.cvsignore3
-rw-r--r--test/Analysis/GlobalsModRef/.cvsignore3
-rw-r--r--test/Analysis/LoadVN/.cvsignore3
-rw-r--r--test/Analysis/LoopInfo/.cvsignore3
-rw-r--r--test/Archive/.cvsignore3
-rw-r--r--test/Assembler/.cvsignore3
-rw-r--r--test/BugPoint/.cvsignore4
-rw-r--r--test/Bytecode/.cvsignore3
-rw-r--r--test/C++Frontend/.cvsignore3
-rw-r--r--test/CFrontend/.cvsignore3
-rw-r--r--test/CodeGen/.cvsignore3
-rw-r--r--test/CodeGen/Alpha/.cvsignore3
-rw-r--r--test/CodeGen/CBackend/.cvsignore3
-rw-r--r--test/CodeGen/Generic/.cvsignore3
-rw-r--r--test/CodeGen/Generic/GC/.cvsignore3
-rw-r--r--test/CodeGen/IA64/.cvsignore3
-rw-r--r--test/CodeGen/PowerPC/.cvsignore3
-rw-r--r--test/CodeGen/SPARC/.cvsignore3
-rw-r--r--test/CodeGen/SparcV9/.cvsignore3
-rw-r--r--test/CodeGen/X86/.cvsignore3
-rw-r--r--test/Debugger/.cvsignore3
-rw-r--r--test/ExecutionEngine/.cvsignore3
-rw-r--r--test/Feature/.cvsignore1
-rw-r--r--test/Linker/.cvsignore5
-rw-r--r--test/Other/.cvsignore3
-rw-r--r--test/TableGen/.cvsignore3
-rw-r--r--test/Transforms/.cvsignore3
-rw-r--r--test/Transforms/ADCE/.cvsignore3
-rw-r--r--test/Transforms/ArgumentPromotion/.cvsignore3
-rw-r--r--test/Transforms/BlockPlacement/.cvsignore3
-rw-r--r--test/Transforms/CodeExtractor/.cvsignore3
-rw-r--r--test/Transforms/CondProp/.cvsignore3
-rw-r--r--test/Transforms/ConstProp/.cvsignore3
-rw-r--r--test/Transforms/ConstantMerge/.cvsignore3
-rw-r--r--test/Transforms/CorrelatedExprs/.cvsignore3
-rw-r--r--test/Transforms/DSAnalysis/.cvsignore4
-rw-r--r--test/Transforms/DeadArgElim/.cvsignore3
-rw-r--r--test/Transforms/DeadStoreElimination/.cvsignore3
-rw-r--r--test/Transforms/DecomposeMultiDimRefs/.cvsignore3
-rw-r--r--test/Transforms/FunctionResolve/.cvsignore3
-rw-r--r--test/Transforms/GCSE/.cvsignore3
-rw-r--r--test/Transforms/GlobalDCE/.cvsignore3
-rw-r--r--test/Transforms/GlobalOpt/.cvsignore3
-rw-r--r--test/Transforms/IPConstantProp/.cvsignore3
-rw-r--r--test/Transforms/IndVarsSimplify/.cvsignore3
-rw-r--r--test/Transforms/Inline/.cvsignore3
-rw-r--r--test/Transforms/InstCombine/.cvsignore3
-rw-r--r--test/Transforms/LICM/.cvsignore3
-rw-r--r--test/Transforms/LevelRaise/.cvsignore3
-rw-r--r--test/Transforms/LoopSimplify/.cvsignore3
-rw-r--r--test/Transforms/LoopStrengthReduce/.cvsignore3
-rw-r--r--test/Transforms/LoopUnroll/.cvsignore3
-rw-r--r--test/Transforms/LoopUnswitch/.cvsignore3
-rw-r--r--test/Transforms/LowerInvoke/.cvsignore3
-rw-r--r--test/Transforms/LowerSetJmp/.cvsignore3
-rw-r--r--test/Transforms/LowerSwitch/.cvsignore3
-rw-r--r--test/Transforms/Mem2Reg/.cvsignore3
-rw-r--r--test/Transforms/PruneEH/.cvsignore3
-rw-r--r--test/Transforms/RaiseAllocations/.cvsignore3
-rw-r--r--test/Transforms/Reassociate/.cvsignore3
-rw-r--r--test/Transforms/SCCP/.cvsignore3
-rw-r--r--test/Transforms/ScalarRepl/.cvsignore3
-rw-r--r--test/Transforms/SimplifyCFG/.cvsignore3
-rw-r--r--test/Transforms/SimplifyLibCalls/.cvsignore3
-rw-r--r--test/Transforms/TailCallElim/.cvsignore3
-rw-r--r--test/Transforms/TailDup/.cvsignore3
-rw-r--r--test/Verifier/.cvsignore3
71 files changed, 214 insertions, 1 deletions
diff --git a/test/Analysis/.cvsignore b/test/Analysis/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Analysis/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Analysis/Andersens/.cvsignore b/test/Analysis/Andersens/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Analysis/Andersens/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Analysis/BasicAA/.cvsignore b/test/Analysis/BasicAA/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Analysis/BasicAA/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Analysis/DSGraph/.cvsignore b/test/Analysis/DSGraph/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Analysis/DSGraph/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Analysis/Dominators/.cvsignore b/test/Analysis/Dominators/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Analysis/Dominators/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Analysis/GlobalsModRef/.cvsignore b/test/Analysis/GlobalsModRef/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Analysis/GlobalsModRef/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Analysis/LoadVN/.cvsignore b/test/Analysis/LoadVN/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Analysis/LoadVN/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Analysis/LoopInfo/.cvsignore b/test/Analysis/LoopInfo/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Analysis/LoopInfo/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Archive/.cvsignore b/test/Archive/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Archive/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Assembler/.cvsignore b/test/Assembler/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Assembler/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/BugPoint/.cvsignore b/test/BugPoint/.cvsignore
new file mode 100644
index 0000000000..a0e4d49df8
--- /dev/null
+++ b/test/BugPoint/.cvsignore
@@ -0,0 +1,4 @@
+Output
+*.log
+*.sum
+*.bc
diff --git a/test/Bytecode/.cvsignore b/test/Bytecode/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Bytecode/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/C++Frontend/.cvsignore b/test/C++Frontend/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/C++Frontend/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/CFrontend/.cvsignore b/test/CFrontend/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/CFrontend/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/CodeGen/.cvsignore b/test/CodeGen/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/CodeGen/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/CodeGen/Alpha/.cvsignore b/test/CodeGen/Alpha/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/CodeGen/Alpha/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/CodeGen/CBackend/.cvsignore b/test/CodeGen/CBackend/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/CodeGen/CBackend/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/CodeGen/Generic/.cvsignore b/test/CodeGen/Generic/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/CodeGen/Generic/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/CodeGen/Generic/GC/.cvsignore b/test/CodeGen/Generic/GC/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/CodeGen/Generic/GC/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/CodeGen/IA64/.cvsignore b/test/CodeGen/IA64/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/CodeGen/IA64/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/CodeGen/PowerPC/.cvsignore b/test/CodeGen/PowerPC/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/CodeGen/PowerPC/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/CodeGen/SPARC/.cvsignore b/test/CodeGen/SPARC/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/CodeGen/SPARC/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/CodeGen/SparcV9/.cvsignore b/test/CodeGen/SparcV9/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/CodeGen/SparcV9/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/CodeGen/X86/.cvsignore b/test/CodeGen/X86/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/CodeGen/X86/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Debugger/.cvsignore b/test/Debugger/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Debugger/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/ExecutionEngine/.cvsignore b/test/ExecutionEngine/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/ExecutionEngine/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Feature/.cvsignore b/test/Feature/.cvsignore
new file mode 100644
index 0000000000..83260f862f
--- /dev/null
+++ b/test/Feature/.cvsignore
@@ -0,0 +1 @@
+Output
diff --git a/test/Linker/.cvsignore b/test/Linker/.cvsignore
new file mode 100644
index 0000000000..90f321b646
--- /dev/null
+++ b/test/Linker/.cvsignore
@@ -0,0 +1,5 @@
+Output
+*.log
+*.sum
+2006-01-19-ConstantPacked.ll.bc
+2006-01-19-ConstantPacked.ll.linked
diff --git a/test/Other/.cvsignore b/test/Other/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Other/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/TableGen/.cvsignore b/test/TableGen/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/TableGen/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/.cvsignore b/test/Transforms/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/ADCE/.cvsignore b/test/Transforms/ADCE/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/ADCE/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/ArgumentPromotion/.cvsignore b/test/Transforms/ArgumentPromotion/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/ArgumentPromotion/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/BlockPlacement/.cvsignore b/test/Transforms/BlockPlacement/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/BlockPlacement/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/CodeExtractor/.cvsignore b/test/Transforms/CodeExtractor/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/CodeExtractor/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/CondProp/.cvsignore b/test/Transforms/CondProp/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/CondProp/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/ConstProp/.cvsignore b/test/Transforms/ConstProp/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/ConstProp/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/ConstantMerge/.cvsignore b/test/Transforms/ConstantMerge/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/ConstantMerge/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/CorrelatedExprs/.cvsignore b/test/Transforms/CorrelatedExprs/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/CorrelatedExprs/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/DSAnalysis/.cvsignore b/test/Transforms/DSAnalysis/.cvsignore
index 269c660770..2036c7b4ae 100644
--- a/test/Transforms/DSAnalysis/.cvsignore
+++ b/test/Transforms/DSAnalysis/.cvsignore
@@ -1,2 +1,4 @@
+Output
+*.log
+*.sum
*.dot
-*.ps
diff --git a/test/Transforms/DeadArgElim/.cvsignore b/test/Transforms/DeadArgElim/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/DeadArgElim/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/DeadStoreElimination/.cvsignore b/test/Transforms/DeadStoreElimination/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/DeadStoreElimination/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/DecomposeMultiDimRefs/.cvsignore b/test/Transforms/DecomposeMultiDimRefs/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/DecomposeMultiDimRefs/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/FunctionResolve/.cvsignore b/test/Transforms/FunctionResolve/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/FunctionResolve/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/GCSE/.cvsignore b/test/Transforms/GCSE/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/GCSE/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/GlobalDCE/.cvsignore b/test/Transforms/GlobalDCE/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/GlobalDCE/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/GlobalOpt/.cvsignore b/test/Transforms/GlobalOpt/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/GlobalOpt/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/IPConstantProp/.cvsignore b/test/Transforms/IPConstantProp/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/IPConstantProp/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/IndVarsSimplify/.cvsignore b/test/Transforms/IndVarsSimplify/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/IndVarsSimplify/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/Inline/.cvsignore b/test/Transforms/Inline/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/Inline/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/InstCombine/.cvsignore b/test/Transforms/InstCombine/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/InstCombine/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/LICM/.cvsignore b/test/Transforms/LICM/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/LICM/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/LevelRaise/.cvsignore b/test/Transforms/LevelRaise/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/LevelRaise/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/LoopSimplify/.cvsignore b/test/Transforms/LoopSimplify/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/LoopSimplify/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/LoopStrengthReduce/.cvsignore b/test/Transforms/LoopStrengthReduce/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/LoopStrengthReduce/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/LoopUnroll/.cvsignore b/test/Transforms/LoopUnroll/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/LoopUnroll/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/LoopUnswitch/.cvsignore b/test/Transforms/LoopUnswitch/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/LoopUnswitch/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/LowerInvoke/.cvsignore b/test/Transforms/LowerInvoke/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/LowerInvoke/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/LowerSetJmp/.cvsignore b/test/Transforms/LowerSetJmp/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/LowerSetJmp/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/LowerSwitch/.cvsignore b/test/Transforms/LowerSwitch/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/LowerSwitch/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/Mem2Reg/.cvsignore b/test/Transforms/Mem2Reg/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/Mem2Reg/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/PruneEH/.cvsignore b/test/Transforms/PruneEH/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/PruneEH/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/RaiseAllocations/.cvsignore b/test/Transforms/RaiseAllocations/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/RaiseAllocations/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/Reassociate/.cvsignore b/test/Transforms/Reassociate/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/Reassociate/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/SCCP/.cvsignore b/test/Transforms/SCCP/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/SCCP/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/ScalarRepl/.cvsignore b/test/Transforms/ScalarRepl/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/ScalarRepl/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/SimplifyCFG/.cvsignore b/test/Transforms/SimplifyCFG/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/SimplifyCFG/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/SimplifyLibCalls/.cvsignore b/test/Transforms/SimplifyLibCalls/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/SimplifyLibCalls/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/TailCallElim/.cvsignore b/test/Transforms/TailCallElim/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/TailCallElim/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Transforms/TailDup/.cvsignore b/test/Transforms/TailDup/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Transforms/TailDup/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum
diff --git a/test/Verifier/.cvsignore b/test/Verifier/.cvsignore
new file mode 100644
index 0000000000..7f2443f2f3
--- /dev/null
+++ b/test/Verifier/.cvsignore
@@ -0,0 +1,3 @@
+Output
+*.log
+*.sum