[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

LLVM llvm at cs.uiuc.edu
Wed Jun 23 01:41:01 PDT 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.206 -> 1.207

---
Log message:

Added a note about the new llvmgrep utility.


---
Diffs of the changes:  (+7 -1)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.206 llvm/docs/ReleaseNotes.html:1.207
--- llvm/docs/ReleaseNotes.html:1.206	Mon Jun 21 22:48:17 2004
+++ llvm/docs/ReleaseNotes.html	Wed Jun 23 01:33:15 2004
@@ -130,6 +130,12 @@
 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>
@@ -733,7 +739,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/22 03:48:17 $
+  Last modified: $Date: 2004/06/23 06:33:15 $
 </address>
 
 </body>





More information about the llvm-commits mailing list