From 7e09afb833e69d388cc9693cd11a0b6a718ddcbf Mon Sep 17 00:00:00 2001
From: Peter Collingbourne
Date: Tue, 29 Nov 2011 02:04:48 +0000
Subject: [PATCH] Remove content that has been moved to Clang release notes.
llvm-svn: 145362
---
llvm/docs/ReleaseNotes.html | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 98b4f7cb321c..c6657b94d660 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -132,10 +132,6 @@ 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.
@@ -1061,12 +1057,9 @@ be used to verify some algorithms.
pieces are texture/sampler support and some vector operations.
That said, the backend is already being used for domain-specific languages
- and works well with the libclc
- library to supply OpenCL built-ins. With it, you can use Clang to compile
- OpenCL code into PTX and execute it by loading the resulting PTX as a binary
- blob using the nVidia OpenCL library. It has been tested with several OpenCL
- programs, including some from the nVidia GPU Computing SDK, and the performance
- is on par with the nVidia compiler.
+ and can be used by Clang to
+ compile OpenCL
+ C code into PTX.