aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-06-23 06:33:15 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-06-23 06:33:15 +0000
commitb06e8483bec55bb03697c8b41e823931566bbd07 (patch)
tree8c534cb2bba1a1073ba059a4a8dff143c1ac83b9 /docs/ReleaseNotes.html
parent37ec591c746775ad71c30fc2aae5affd469d3370 (diff)
downloadexternal_llvm-b06e8483bec55bb03697c8b41e823931566bbd07.zip
external_llvm-b06e8483bec55bb03697c8b41e823931566bbd07.tar.gz
external_llvm-b06e8483bec55bb03697c8b41e823931566bbd07.tar.bz2
Added a note about the new llvmgrep utility.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14343 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 6fb42b2..ab72237 100644
--- a/docs/ReleaseNotes.html
+++ b/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>