summaryrefslogtreecommitdiff
path: root/utils/llvmgrep
AgeCommit message (Expand)AuthorFilesLines
2012-01-26Use -H on darwin as well.Eric Christopher1-1/+1
2009-08-24search unittests.Chris Lattner1-1/+1
2009-07-16Update llvm{do,grep} to also search cmake / .cmake filesDaniel Dunbar1-1/+1
2007-12-29remove attributions from utils.Chris Lattner1-2/+2
2006-08-15This script takes arguments so remove the check for number of arguments,Reid Spencer1-7/+5
2006-08-14Make all tools that use llvmdo have a -topdir option that allows the topReid Spencer1-3/+12
2006-08-11Make llvmdo and llvmgrep invulnerable to where they are run from by gettingReid Spencer1-2/+1
2006-03-14Allow a sequence of digits at the end of the directory name when trying toReid Spencer1-1/+2
2004-10-07Make these scripts work on SunOS too.Reid Spencer1-1/+6
2004-09-20Documentation upgrade.Reid Spencer1-2/+19
2004-09-20Base the implementation on the llvmdo script so that we only have toReid Spencer1-17/+2
2004-09-18Don't include libtool "object" filesChris Lattner1-0/+1
2004-08-24Add the examples directory to these scripts.Reid Spencer1-1/+1
2004-08-15Include .td and .txt files in the greps. This will allow me to find symbols inChris Lattner1-1/+1
2004-07-07Fix some thinkos in the script (error handling, proper argument handling).Reid Spencer1-2/+4
2004-06-19A utility to search the LLVM source tree for a grep pattern. This is aReid Spencer1-0/+22