index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
llvmdo
Age
Commit message (
Expand
)
Author
2010-08-04
Remove CVS artifacts.
Dan Gohman
2010-08-04
cvsupdate is gone.
Dan Gohman
2009-12-19
.llx is no more.
Chris Lattner
2009-07-16
Update llvm{do,grep} to also search cmake / .cmake files
Daniel Dunbar
2009-01-08
remove some exclusions that don't exist anymore.
Chris Lattner
2008-08-11
remove obsolete files
Chris Lattner
2007-12-29
remove attributions from utils.
Chris Lattner
2007-07-04
Ignore the .svn directories so countloc.sh and llvmgrep won't traverse them.
Reid Spencer
2006-08-14
Make all tools that use llvmdo have a -topdir option that allows the top
Reid Spencer
2006-08-13
Count the documentation. Otherwise we take a 30,000 hit in the LOC on the
Reid Spencer
2006-08-13
Add a -code-only option which restricts llvmdo to visiting just those
Reid Spencer
2006-08-11
Lexer.cpp is a generated file both in lib/AsmParser and projects/Stacker
Reid Spencer
2006-08-11
Weed out some cruft and add in some missing extensions.
Reid Spencer
2006-08-11
Make llvmdo and llvmgrep invulnerable to where they are run from by getting
Reid Spencer
2006-04-20
remove some stuff
Chris Lattner
2006-04-17
PPCPerfectShuffle.h is autogenerated, don't include it in the LOC counts.
Chris Lattner
2006-03-14
Allow a sequence of digits at the end of the directory name when trying to
Reid Spencer
2006-01-19
Don't include generated lexer .cpp files.
Chris Lattner
2004-10-08
Remove unused variable.
Reid Spencer
2004-10-08
Make it so that positional parameters can have spaces in them.
Reid Spencer
2004-10-08
Fix usage description typo
Misha Brukman
2004-10-07
Make these scripts work on SunOS too.
Reid Spencer
2004-09-20
Finish the documentation.
Reid Spencer
2004-09-20
Tighten up the specification of what counts as a code file. The previous
Reid Spencer
2004-09-20
Fixed to actually work correctly and be the basis for other tools by
Reid Spencer
2004-09-18
Don't include libtool "object" files
Chris Lattner
2004-07-26
A utility to run an arbitrary program on each of the LLVM source files.
Reid Spencer