Skip to content
  1. Jan 26, 2012
  2. Aug 24, 2009
  3. Jul 16, 2009
  4. Dec 29, 2007
  5. Aug 15, 2006
  6. Aug 14, 2006
    • Reid Spencer's avatar
      Make all tools that use llvmdo have a -topdir option that allows the top · 235c1555
      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
      235c1555
  7. Aug 11, 2006
  8. Mar 14, 2006
    • Reid Spencer's avatar
      Allow a sequence of digits at the end of the directory name when trying to · 3e2d463a
      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
      3e2d463a
  9. Oct 07, 2004
  10. Sep 20, 2004
  11. Sep 18, 2004
  12. Aug 24, 2004
  13. Aug 16, 2004
  14. Jul 07, 2004
  15. Jun 19, 2004
    • Reid Spencer's avatar
      A utility to search the LLVM source tree for a grep pattern. This is a · 0277fd7b
      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
      0277fd7b
Loading