mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Added a note about the new llvmgrep utility.
llvm-svn: 14343
This commit is contained in:
parent
4e431080a9
commit
d301c8fee5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user