From: Peter Collingbourne
Date: Tue, 29 Nov 2011 02:04:48 +0000 (+0000)
Subject: Remove content that has been moved to Clang release notes.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e6e736253358960b04a7bfd072623dee77affb16;p=oota-llvm.git
Remove content that has been moved to Clang release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145362 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 98b4f7cb321..c6657b94d66 100644
--- a/docs/ReleaseNotes.html
+++ b/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.