Changes in directory llvm/utils:
userloc.pl updated: 1.7 -> 1.8
---
Log message:
1. fix bug by ensuring we start at the llvm source root.
2. make use of the -code-only option on llvmdo
3. Add some debug print statements to find #1
---
Diffs of the changes: (+6 -1)
userloc.pl |7 ++-
Changes in directory llvm/utils:
userloc.pl updated: 1.6 -> 1.7
---
Log message:
Weed out cruft that should not be counted and add in extensions we
previously missed.
---
Diffs of the changes: (+50 -106)
userloc.pl | 156 +++--
1 fi
Changes in directory llvm/utils:
userloc.pl updated: 1.5 -> 1.6
---
Log message:
Clean up the HTML output. Add a -filedetails option to report the number of
lines contributed by each user to each file.
---
Diffs of the changes: (+61 -50)
userloc.pl | 111 +-
Changes in directory llvm/utils:
userloc.pl updated: 1.4 -> 1.5
---
Log message:
Drop the -details option, it was broken. If you want to know about a
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
Changes in directory llvm/utils:
userloc.pl updated: 1.3 -> 1.4
---
Log message:
Remove Burg as a directory to be considered.
---
Diffs of the changes: (+0 -1)
userloc.pl |1 -
1 files changed, 1 deletion(-)
Index: llvm/utils/userloc.pl
diff -u llvm/utils/userloc.pl:1.3 llvm/utils/us