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