[llvm-branch-commits] [llvm-branch] r143070 - in /llvm/branches/release_30: ./ docs/ReleaseNotes.html
Bill Wendling
isanbard at gmail.com
Wed Oct 26 15:36:46 PDT 2011
Author: void
Date: Wed Oct 26 17:36:46 2011
New Revision: 143070
URL: http://llvm.org/viewvc/llvm-project?rev=143070&view=rev
Log:
Merging r142998:
------------------------------------------------------------------------
r142998 | efriedma | 2011-10-25 17:55:23 -0700 (Tue, 25 Oct 2011) | 3 lines
Add a note about the removal of the atomic intrinsics to the "Major Changes" section of the release notes.
------------------------------------------------------------------------
Modified:
llvm/branches/release_30/ (props changed)
llvm/branches/release_30/docs/ReleaseNotes.html
Propchange: llvm/branches/release_30/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Oct 26 17:36:46 2011
@@ -1,3 +1,3 @@
/llvm/branches/Apple/Pertwee:110850,110961
/llvm/branches/type-system-rewrite:133420-134817
-/llvm/trunk:142039,142055,142058,142112,142123,142125,142165,142168,142243,142350,142482,142486,142489,142491-142493,142537,142550,142559,142573-142574,142801,142806,142841,142869,142956,142994,143006
+/llvm/trunk:142039,142055,142058,142112,142123,142125,142165,142168,142243,142350,142482,142486,142489,142491-142493,142537,142550,142559,142573-142574,142801,142806,142841,142869,142956,142994,142998,143006
Modified: llvm/branches/release_30/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_30/docs/ReleaseNotes.html?rev=143070&r1=143069&r2=143070&view=diff
==============================================================================
--- llvm/branches/release_30/docs/ReleaseNotes.html (original)
+++ llvm/branches/release_30/docs/ReleaseNotes.html Wed Oct 26 17:36:46 2011
@@ -730,6 +730,9 @@
"<code>load volatile</code>"/"<code>store volatile</code>". The old
syntax ("<code>volatile load</code>"/"<code>volatile store</code>")
is still accepted, but is now considered deprecated.</li>
+ <li>The old atomic intrinscs (<code>llvm.memory.barrier</code> and
+ <code>llvm.atomic.*</code>) are now gone. Please use the new atomic
+ instructions, described in the <a href="Atomics.html">atomics guide</a>.
</ul>
<h4>Windows (32-bit)</h4>
More information about the llvm-branch-commits
mailing list