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