From f7fea72e16683b0d08aa1805bf61bf5a471d7e85 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Mon, 28 Nov 2011 20:04:12 +0000 Subject: [PATCH] Add OpenCL blurb to release notes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145270 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4bd5cab7ad3..d38b95e81c1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -133,6 +133,10 @@ Release Notes. Objective-C runtime, or version 1.6 or later of the GNUstep Objective-C runtime version. +
  • Improved support for OpenCL C, including the vec_step operator, + address space qualifiers, improved vector literal support and code + generation support for the PTX target.
  • +
  • Implemented a number of optimizations in libclang, the Clang C interface, to improve the performance of code completion and the mapping from source locations to abstract syntax tree nodes.
  • -- 2.34.1