Changes in directory llvm/utils:
llvmdo updated: 1.17 -> 1.18
---
Log message:
Count the documentation. Otherwise we take a 30,000 hit in the LOC on the
nightly test graph. And, documentation is important.
---
Diffs of the changes: (+5 -5)
llvmdo | 10 +-
1 files changed, 5 inser
Changes in directory llvm/utils:
llvmdo updated: 1.16 -> 1.17
---
Log message:
Add a -code-only option which restricts llvmdo to visiting just those
files that are considered to be code. Documentation is excluded.
---
Diffs of the changes: (+116 -80)
llvmdo | 196
Changes in directory llvm/utils:
llvmdo updated: 1.15 -> 1.16
---
Log message:
Lexer.cpp is a generated file both in lib/AsmParser and projects/Stacker
so we remove it from being counted.
---
Diffs of the changes: (+1 -0)
llvmdo |1 +
1 files changed, 1 insertion(+)
Index: llvm/utils
Changes in directory llvm/utils:
llvmdo updated: 1.14 -> 1.15
---
Log message:
Weed out some cruft and add in some missing extensions.
---
Diffs of the changes: (+40 -18)
llvmdo | 58 --
1 files changed, 40 insertions(+), 18 deletio
Changes in directory llvm/utils:
llvmdo updated: 1.13 -> 1.14
llvmgrep updated: 1.9 -> 1.10
---
Log message:
Make llvmdo and llvmgrep invulnerable to where they are run from by getting
the llvm source root from the llvm-config command. The dependency now is
that the correct llvm-config command
Changes in directory llvm/utils:
llvmdo updated: 1.12 -> 1.13
---
Log message:
remove some stuff
---
Diffs of the changes: (+0 -2)
llvmdo |2 --
1 files changed, 2 deletions(-)
Index: llvm/utils/llvmdo
diff -u llvm/utils/llvmdo:1.12 llvm/utils/llvmdo:1.13
--- llvm/utils/llvmdo:1.12
Changes in directory llvm/utils:
llvmdo updated: 1.11 -> 1.12
---
Log message:
PPCPerfectShuffle.h is autogenerated, don't include it in the LOC counts.
---
Diffs of the changes: (+1 -0)
llvmdo |1 +
1 files changed, 1 insertion(+)
Index: llvm/utils/llvmdo
diff -u llvm/utils/llvmdo:1
Changes in directory llvm/utils:
llvmdo updated: 1.9 -> 1.10
---
Log message:
Don't include generated lexer .cpp files.
---
Diffs of the changes: (+3 -0)
llvmdo |3 +++
1 files changed, 3 insertions(+)
Index: llvm/utils/llvmdo
diff -u llvm/utils/llvmdo:1.9 llvm/utils/llvmdo:1.10
---