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
/
llvmgrep
Age
Commit message (
Expand
)
Author
2012-01-26
Use -H on darwin as well.
Eric Christopher
2009-08-24
search unittests.
Chris Lattner
2009-07-16
Update llvm{do,grep} to also search cmake / .cmake files
Daniel Dunbar
2007-12-29
remove attributions from utils.
Chris Lattner
2006-08-15
This script takes arguments so remove the check for number of arguments,
Reid Spencer
2006-08-14
Make all tools that use llvmdo have a -topdir option that allows the top
Reid Spencer
2006-08-11
Make llvmdo and llvmgrep invulnerable to where they are run from by getting
Reid Spencer
2006-03-14
Allow a sequence of digits at the end of the directory name when trying to
Reid Spencer
2004-10-07
Make these scripts work on SunOS too.
Reid Spencer
2004-09-20
Documentation upgrade.
Reid Spencer
2004-09-20
Base the implementation on the llvmdo script so that we only have to
Reid Spencer
2004-09-18
Don't include libtool "object" files
Chris Lattner
2004-08-24
Add the examples directory to these scripts.
Reid Spencer
2004-08-15
Include .td and .txt files in the greps. This will allow me to find symbols in
Chris Lattner
2004-07-07
Fix some thinkos in the script (error handling, proper argument handling).
Reid Spencer
2004-06-19
A utility to search the LLVM source tree for a grep pattern. This is a
Reid Spencer