aboutsummaryrefslogtreecommitdiffstats
path: root/utils/llvmgrep
Commit message (Expand)AuthorAgeFilesLines
* Use -H on darwin as well.Eric Christopher2012-01-261-1/+1
* search unittests.Chris Lattner2009-08-241-1/+1
* Update llvm{do,grep} to also search cmake / .cmake filesDaniel Dunbar2009-07-161-1/+1
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* This script takes arguments so remove the check for number of arguments,Reid Spencer2006-08-151-7/+5
* Make all tools that use llvmdo have a -topdir option that allows the topReid Spencer2006-08-141-3/+12
* Make llvmdo and llvmgrep invulnerable to where they are run from by gettingReid Spencer2006-08-111-2/+1
* Allow a sequence of digits at the end of the directory name when trying toReid Spencer2006-03-141-1/+2
* Make these scripts work on SunOS too.Reid Spencer2004-10-071-1/+6
* Documentation upgrade.Reid Spencer2004-09-201-2/+19
* Base the implementation on the llvmdo script so that we only have toReid Spencer2004-09-201-17/+2
* Don't include libtool "object" filesChris Lattner2004-09-181-0/+1
* Add the examples directory to these scripts.Reid Spencer2004-08-241-1/+1
* Include .td and .txt files in the greps. This will allow me to find symbols inChris Lattner2004-08-151-1/+1
* Fix some thinkos in the script (error handling, proper argument handling).Reid Spencer2004-07-071-2/+4
* A utility to search the LLVM source tree for a grep pattern. This is aReid Spencer2004-06-191-0/+22