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