aboutsummaryrefslogtreecommitdiffstats
path: root/utils/userloc.pl
Commit message (Collapse)AuthorAgeFilesLines
* Make all tools that use llvmdo have a -topdir option that allows the topReid Spencer2006-08-141-2/+13
| | | | | | | | | | | | 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29663 91177308-0d34-0410-b5e6-96231b3b80d8
* 1. fix bug by ensuring we start at the llvm source root.Reid Spencer2006-08-131-1/+6
| | | | | | | | 2. make use of the -code-only option on llvmdo 3. Add some debug print statements to find #1 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29655 91177308-0d34-0410-b5e6-96231b3b80d8
* Weed out cruft that should not be counted and add in extensions weReid Spencer2006-08-111-106/+50
| | | | | | | previously missed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29637 91177308-0d34-0410-b5e6-96231b3b80d8
* Clean up the HTML output. Add a -filedetails option to report the number ofReid Spencer2006-08-111-50/+61
| | | | | | | lines contributed by each user to each file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29624 91177308-0d34-0410-b5e6-96231b3b80d8
* Drop the -details option, it was broken. If you want to know about aReid Spencer2006-08-111-54/+42
| | | | | | | | | particular directory, just pass that directory to the script. Also, clean up the HTML output, put list of skipped dirs at the end, and make a few other minor improvements. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29620 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove Burg as a directory to be considered.Reid Spencer2006-04-201-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27906 91177308-0d34-0410-b5e6-96231b3b80d8
* It would help if the headings were sorted properly.Reid Spencer2005-05-161-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22096 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a brain blunder in the HTML output.Reid Spencer2005-05-161-3/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22094 91177308-0d34-0410-b5e6-96231b3b80d8
* Sometimes tab completion is *not* your friend. Added the wrong file, byReid Spencer2005-05-161-0/+257
accident so now I'm correcting it. The script is userloc.pl not userloc.html git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22093 91177308-0d34-0410-b5e6-96231b3b80d8