Add remaining AVX instructions (most of them dealing with GR64 destinations. This...
[oota-llvm.git] / utils / llvmdo
index 8161d2ef265dd5ce584cf174cf3a02ce8c700c28..4a7e05af991513c46ff117acdb5b520158b65c27 100755 (executable)
@@ -3,8 +3,8 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by Reid Spencer and is distributed under the 
-# University of Illinois Open Source License. See LICENSE.TXT for details.
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
 #
@@ -53,7 +53,7 @@ if test "$1" = "-dirs" ; then
   LLVMDO_DIRS="$2"
   shift ; shift
 elif test -z "$LLVMDO_DIRS" ; then
-  LLVMDO_DIRS="include lib tools utils runtime autoconf docs test examples projects"
+  LLVMDO_DIRS="include lib tools utils runtime autoconf docs test examples projects cmake"
 fi
 
 if test "$1" = "-code-only" ; then
@@ -78,6 +78,8 @@ shift;
 paths_to_ignore="\
   -path */CVS -o \
   -path */CVS/* -o \
+  -path */.svn/ -o \
+  -path */.svn/* -o \
   -path docs/doxygen/* -o \
   -path docs/CommandGuide/html/* -o \
   -path docs/CommandGuide/man/* -o \
@@ -110,7 +112,6 @@ files_to_match="\
   -o -name *.intro \
   -o -name *.l \
   -o -name *.ll \
-  -o -name *.llx \
   -o -name *.lst \
   -o -name *.m4 \
   -o -name *.pod \
@@ -124,6 +125,7 @@ files_to_match="\
   -o -name *.tr \
   -o -name *.y \
   -o -name Make* \
+  -o -name *.cmake \
   -o -name llvmdo \
   -o -name llvmgrep \
   -o -name check-each-file \
@@ -161,18 +163,8 @@ files_to_ignore="\
   -o -name ltmain.sh \
   -o -name aclocal.m4 \
   -o -name acinclude.m4 \
-  -o -name *VerifierIsReallySlow.llx \
   -o -name *LoopSimplifyCrash.ll \
   -o -name *AST-Remove.ll \
-  -o -name llvmAsmParser.cpp \
-  -o -name llvmAsmParser.h \
-  -o -name Lexer.cpp \
-  -o -name FileLexer.cpp \
-  -o -name FileParser.cpp \
-  -o -name FileParser.h \
-  -o -name StackerParser.h \
-  -o -name StackerParser.cpp \
-  -o -name ConfigLexer.cpp \
   -o -name PPCPerfectShuffle.h \
 "