From: Reid Spencer Date: Thu, 23 Mar 2006 23:41:57 +0000 (+0000) Subject: Tired of wading through cvs's list ? files that are generated when building X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2676f83776c3d23ed44f2333b92b4f584743a109;p=oota-llvm.git Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known output from running "make check". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27009 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/.cvsignore b/test/Analysis/.cvsignore new file mode 100644 index 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..a0e4d49df83 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..83260f862f2 --- /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 00000000000..90f321b6467 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 269c6607707..2036c7b4ae3 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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /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 00000000000..7f2443f2f31 --- /dev/null +++ b/test/Verifier/.cvsignore @@ -0,0 +1,3 @@ +Output +*.log +*.sum