- Oct 07, 2004
-
-
Reid Spencer authored
llvm-svn: 16805
-
- Sep 20, 2004
-
-
Reid Spencer authored
llvm-svn: 16445
-
Reid Spencer authored
maintain the logic for "what counts as a source file" in one place. llvm-svn: 16442
-
- Sep 18, 2004
-
-
Chris Lattner authored
llvm-svn: 16391
-
- Aug 24, 2004
-
-
Reid Spencer authored
llvm-svn: 16030
-
- Aug 16, 2004
-
-
Chris Lattner authored
them, and also count them in the LOC of LLVM for the nightly tester. llvm-svn: 15786
-
- Jul 07, 2004
-
-
Reid Spencer authored
llvm-svn: 14676
-
- Jun 19, 2004
-
-
Reid Spencer authored
replacement for getsrcs.sh which now generates too much text to put on a Linux command line. The approach taken with llvmgrep is to execute a find command and execute a grep on each file that matches the name pattern. The arguments to this script are the same as those of egrep. Note that the -H and -n options to egrep will always be passed so that you always get the file and line number of matches. llvm-svn: 14255
-