llvm-6502/utils
Reid Spencer 2d67208306 A utility to search the LLVM source tree for a grep pattern. This is a
replacement for getsrcs.sh which now generates too much text to put on a
Linux command line. The approach taken with llvmgrep is to execute a find
command and execute a grep on each file that matches the name pattern. The
arguments to this script are the same as those of egrep. Note that the -H
and -n options to egrep will always be passed so that you always get the
file and line number of matches.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14255 91177308-0d34-0410-b5e6-96231b3b80d8
2004-06-19 20:32:55 +00:00
..
Burg The correct prototype is `int atoi(CONST char*)'. Unbroke AIX build. 2004-06-14 16:30:05 +00:00
emacs Added `zeroinitializer' keyword. 2004-04-28 19:36:08 +00:00
fpcmp Get rid of "might be uninitialized" warnings when compiling with GCC 3.3.2 2004-06-13 19:17:49 +00:00
TableGen Make header comment fit within 80 cols. 2004-06-17 15:49:36 +00:00
vim Add hint about syntax-highlighting non-standardly-named LLVM Makefiles. 2004-05-19 21:20:40 +00:00
check-each-file Added support for C++ compilation. 2004-02-26 23:02:25 +00:00
codegen-diff Add debug variable. 2003-10-16 23:46:01 +00:00
cvsupdate
getsrcs.sh doxygen no longer builds into the docs tree, and we no longer have boost 2004-05-27 17:58:45 +00:00
llvm-native-gcc Added EH support. 2004-03-02 15:54:25 +00:00
llvm-native-gxx C++ version of llvm-native-gcc. 2004-02-26 23:01:21 +00:00
llvmgrep A utility to search the LLVM source tree for a grep pattern. This is a 2004-06-19 20:32:55 +00:00
Makefile Out with spiff, in with fpcmp 2004-04-13 20:59:24 +00:00
makellvm
NightlyTest.gnuplot Add a label for the bump when we started counting llvm/projects 2004-02-18 20:27:06 +00:00
NightlyTest.pl Don't trim @PrevDays (causing an error) if it isn't long enough. 2004-06-11 19:55:30 +00:00
NightlyTestTemplate.html Columnized the compilation statistics for easier reading. 2004-06-09 18:29:15 +00:00
profile.pl Default to using edge counts 2004-03-08 20:04:46 +00:00
RegressionFinder.pl Squash /usr/dcs path; use a 'require <version>' instead. 2004-03-03 17:38:51 +00:00