I did this short experiment: ggreif at my [!297] cd /home/ggreif/llvm ggreif at my [!298] find . -name "*.cpp" | xargs grep bytecode | wc -l 143 I guess these are a quick prey for perl's in-place replace. But wait! There are more: ggreif at my [!299] find . -name "*.cpp" | xargs grep -i bytecode | wc -l 291 probably all of the rest is "Bytecode" ggreif at my [!300] find . -name "*.cpp" | xargs grep Bytecode | wc -l 151 Indeed :-) Cheers, Gabor -- sincerely hoping that I did not spoil anybody's day...
> ggreif at my [!297] cd /home/ggreif/llvm > > ggreif at my [!298] find . -name "*.cpp" | xargs grep bytecode | wc -l > 143 > > I guess these are a quick prey for perl's in-place replace. > > > But wait! There are more: > > ggreif at my [!299] find . -name "*.cpp" | xargs grep -i bytecode | wc -l > 291 > > probably all of the rest is "Bytecode" > > ggreif at my [!300] find . -name "*.cpp" | xargs grep Bytecode | wc -l > 151 > > > Indeed :-)Thanks for the info. Patches are accepted ;) Also, we have a great utility: utils/llvmgrep. -Tanya
here is part 1 (bugpoint) I tested that it compiles, but not that it works. more patches as my time permits. Cheers, Gabor -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: Bugpoint-patches.diff URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070704/711af624/attachment.ksh>