[llvm-commits] [llvm] r156745 - /llvm/trunk/docs/ReleaseNotes.html

Justin Holewinski jholewinski at nvidia.com
Sun May 13 10:32:35 PDT 2012


Author: jholewinski
Date: Sun May 13 12:32:35 2012
New Revision: 156745

URL: http://llvm.org/viewvc/llvm-project?rev=156745&view=rev
Log:
ReleaseNotes: Add info on PTX back-end

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=156745&r1=156744&r2=156745&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun May 13 12:32:35 2012
@@ -647,6 +647,21 @@
 
 <!--=========================================================================-->
 <h3>
+<a name="PTX">PTX Target Improvements</a>
+</h3>
+
+<div>
+
+<p>An outstanding conditional inversion bug was fixed in this release.</p>
+
+<p><b>NOTE</b>: LLVM 3.1 marks the last release of the PTX back-end, in its
+  current form. The back-end is currently being replaced by the NVPTX
+  back-end, currently in SVN ToT.</p>
+
+</div>
+
+<!--=========================================================================-->
+<h3>
 <a name="OtherTS">Other Target Specific Improvements</a>
 </h3>
 





More information about the llvm-commits mailing list