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

Peter Collingbourne peter at pcc.me.uk
Mon Nov 28 12:04:12 PST 2011


Author: pcc
Date: Mon Nov 28 14:04:12 2011
New Revision: 145270

URL: http://llvm.org/viewvc/llvm-project?rev=145270&view=rev
Log:
Add OpenCL blurb to release notes.

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=145270&r1=145269&r2=145270&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Nov 28 14:04:12 2011
@@ -133,6 +133,10 @@
     Objective-C runtime, or version 1.6 or later of the GNUstep Objective-C
     runtime version.</li>
 
+  <li>Improved support for OpenCL C, including the <tt>vec_step</tt> operator,
+      address space qualifiers, improved vector literal support and code
+      generation support for the <a href="#PTX">PTX target</a>.</li>
+
   <li>Implemented a number of optimizations in <tt>libclang</tt>, the Clang C
       interface, to improve the performance of code completion and the mapping
       from source locations to abstract syntax tree nodes.</li>





More information about the llvm-commits mailing list