diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-06-23 06:33:15 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-06-23 06:33:15 +0000 |
commit | 3a4916ea32eb1de9f619e0659b9ae622665e907c (patch) | |
tree | 17312237e054a59a3f315eef920300ac3503f04a | |
parent | 0441388affe47d1219e1f37665844df7b0bdd657 (diff) | |
download | bcm5719-llvm-3a4916ea32eb1de9f619e0659b9ae622665e907c.tar.gz bcm5719-llvm-3a4916ea32eb1de9f619e0659b9ae622665e907c.zip |
Added a note about the new llvmgrep utility.
llvm-svn: 14343
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 6fb42b27524..ab72237da53 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -130,6 +130,12 @@ details of the bytecode format.</li> for efficient implementation of unordered floating point comparisons.</li> <li>The llvmgcc front-end now supports the GCC builtins for ISO C99 floating point comparison macros (e.g., <tt>__builtin_islessequal</tt>).</li> +<li>Now that there are more source files than can fit on a 32Kbyte command +line (Linux's limit), there's a new utility for searching the sources. The +llvmgrep tool in the utils directory combines an egrep and a find without +passing filenames through the command line. This improves performance +slightly. Simply run llvmgrep like you might egrep but leave off the file +names.</li> </ol> </div> |