summaryrefslogtreecommitdiff
path: root/utils/llvmdo
Commit message (Expand)AuthorAge
* Remove CVS artifacts.Dan Gohman2010-08-04
* cvsupdate is gone.Dan Gohman2010-08-04
* .llx is no more.Chris Lattner2009-12-19
* Update llvm{do,grep} to also search cmake / .cmake filesDaniel Dunbar2009-07-16
* remove some exclusions that don't exist anymore.Chris Lattner2009-01-08
* remove obsolete filesChris Lattner2008-08-11
* remove attributions from utils.Chris Lattner2007-12-29
* Ignore the .svn directories so countloc.sh and llvmgrep won't traverse them.Reid Spencer2007-07-04
* Make all tools that use llvmdo have a -topdir option that allows the topReid Spencer2006-08-14
* Count the documentation. Otherwise we take a 30,000 hit in the LOC on theReid Spencer2006-08-13
* Add a -code-only option which restricts llvmdo to visiting just thoseReid Spencer2006-08-13
* Lexer.cpp is a generated file both in lib/AsmParser and projects/StackerReid Spencer2006-08-11
* Weed out some cruft and add in some missing extensions.Reid Spencer2006-08-11
* Make llvmdo and llvmgrep invulnerable to where they are run from by gettingReid Spencer2006-08-11
* remove some stuffChris Lattner2006-04-20
* PPCPerfectShuffle.h is autogenerated, don't include it in the LOC counts.Chris Lattner2006-04-17
* Allow a sequence of digits at the end of the directory name when trying toReid Spencer2006-03-14
* Don't include generated lexer .cpp files.Chris Lattner2006-01-19
* Remove unused variable.Reid Spencer2004-10-08
* Make it so that positional parameters can have spaces in them.Reid Spencer2004-10-08
* Fix usage description typoMisha Brukman2004-10-08
* Make these scripts work on SunOS too.Reid Spencer2004-10-07
* Finish the documentation.Reid Spencer2004-09-20
* Tighten up the specification of what counts as a code file. The previousReid Spencer2004-09-20
* Fixed to actually work correctly and be the basis for other tools byReid Spencer2004-09-20
* Don't include libtool "object" filesChris Lattner2004-09-18
* A utility to run an arbitrary program on each of the LLVM source files.Reid Spencer2004-07-26