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

Chris Lattner lattner at cs.uiuc.edu
Thu Mar 10 22:16:42 PST 2005



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.304 -> 1.305
---
Log message:

prefetch is now supported.


---
Diffs of the changes:  (+5 -2)

 ReleaseNotes.html |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.304 llvm/docs/ReleaseNotes.html:1.305
--- llvm/docs/ReleaseNotes.html:1.304	Mon Feb 28 10:52:28 2005
+++ llvm/docs/ReleaseNotes.html	Fri Mar 11 00:16:26 2005
@@ -99,6 +99,8 @@
 <ol>
    <li>LLVM can now create native shared libraries with '<tt>llvm-gcc ...
        -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.
 </ol>
 
 </div>
@@ -386,7 +388,8 @@
          <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>).</li>
+         point comparison macros (e.g., <tt>__builtin_islessequal</tt>), and
+         <tt>__builtin_prefetch</tt>.</li>
   </ol>
 
   <p>The following extensions <b>are</b> known to be supported:</p>
@@ -594,7 +597,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/02/28 16:52:28 $
+  Last modified: $Date: 2005/03/11 06:16:26 $
 </address>
 
 </body>






More information about the llvm-commits mailing list