From 952adc32d90dc44ed28c05b4cf2afbf29a4b57dd 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. llvm-svn: 145270 --- llvm/docs/ReleaseNotes.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 4bd5cab7ad3c..d38b95e81c18 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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.