[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Fri May 6 19:21:34 PDT 2005
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.311 -> 1.312
---
Log message:
add note about bit builtins newly supported
---
Diffs of the changes: (+8 -3)
ReleaseNotes.html | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.311 llvm/docs/ReleaseNotes.html:1.312
--- llvm/docs/ReleaseNotes.html:1.311 Fri May 6 18:08:23 2005
+++ llvm/docs/ReleaseNotes.html Fri May 6 21:21:21 2005
@@ -106,6 +106,10 @@
-shared -Wl,-native</tt>' (or with <tt>-Wl,-native-cbe</tt>).</li>
<li>LLVM now supports a new "<a href="LangRef.html#i_prefetch">llvm.prefetch
</a>" intrinsic, and llvm-gcc now supports __builtin_prefetch.
+ <li>LLVM now supports intrinsics for <a href="LangRef.html#int_count">bit
+ counting</a> and llvm-gcc now implements the GCC
+ <tt>__builtin_popcount</tt>, <tt>__builtin_ctz</tt>, and
+ <tt>__builtin_clz</tt> builtins.</li>
</ol>
</div>
@@ -396,8 +400,9 @@
<tt>__builtin_types_compatible_p</tt>, <tt>__builtin_choose_expr</tt>,
<tt>__builtin_constant_p</tt>, and <tt>__builtin_expect</tt>
(currently ignored). We also support builtins for ISO C99 floating
- point comparison macros (e.g., <tt>__builtin_islessequal</tt>), and
- <tt>__builtin_prefetch</tt>.</li>
+ point comparison macros (e.g., <tt>__builtin_islessequal</tt>),
+ <tt>__builtin_prefetch</tt>, <tt>__builtin_popcount[ll]</tt>,
+ <tt>__builtin_clz[ll]</tt>, and <tt>__builtin_ctz[ll]</tt>.</li>
</ol>
<p>The following extensions <b>are</b> known to be supported:</p>
@@ -623,7 +628,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: 2005/05/06 23:08:23 $
+ Last modified: $Date: 2005/05/07 02:21:21 $
</address>
</body>
More information about the llvm-commits
mailing list