- Jan 26, 2012
-
-
Eric Christopher authored
Patch by Liang Wang! llvm-svn: 149085
-
- Aug 24, 2009
-
-
Chris Lattner authored
llvm-svn: 79884
-
- Jul 16, 2009
-
-
Daniel Dunbar authored
llvm-svn: 75867
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45419
-
- Aug 15, 2006
-
-
Reid Spencer authored
just check the first arg to see if its -topdir. llvm-svn: 29694
-
- Aug 14, 2006
-
-
Reid Spencer authored
source dir for LLVM to be specified explicitly. This removes the dependency on the llvm-config script. If the option is not given, then the scripts use llvm-config which should be both built and in the PATH. This arrangement provides a useful default for most developers but also allows the nightly tester to execute countloc.sh before llvm-config is built and without altering the PATH. llvm-svn: 29663
-
- Aug 11, 2006
-
-
Reid Spencer authored
the llvm source root from the llvm-config command. The dependency now is that the correct llvm-config command is in the path. For most developers this is the case. llvm-svn: 29630
-
- Mar 14, 2006
-
-
Reid Spencer authored
determine the top directory. This allows the tool to find the correct top directory when you have something like: /x/llvm /x/llvm2 /x/llvm3 Previously the scripts would always find /x/llvm even if you were in the llvm2 or llvm3 directory because the pattern didn't allow the digits at the end of the path. llvm-svn: 26751
-
- 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
-