aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-03-11 06:16:26 +0000
committerChris Lattner <sabre@nondot.org>2005-03-11 06:16:26 +0000
commitd03b3bc0088abb0206f77cdbf2c2cc3a623d9591 (patch)
tree628568365f004f9ba7619a635ec60aaf3d15be3a /docs/ReleaseNotes.html
parente6c378d77dd6b5697fc909d361c428ee2cedf571 (diff)
downloadexternal_llvm-d03b3bc0088abb0206f77cdbf2c2cc3a623d9591.zip
external_llvm-d03b3bc0088abb0206f77cdbf2c2cc3a623d9591.tar.gz
external_llvm-d03b3bc0088abb0206f77cdbf2c2cc3a623d9591.tar.bz2
prefetch is now supported.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20562 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 39a50fd..780a54a 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -99,6 +99,8 @@ In this release, the following missing features were implemented:
<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 @@ work:
<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>