summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2011-11-29 02:04:48 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2011-11-29 02:04:48 +0000
commite6e736253358960b04a7bfd072623dee77affb16 (patch)
treecffabf942d2afcc0324441a45a36b0dfb91d228b /docs
parentf0a6605b8417b44844579eca556354658b49feea (diff)
downloadllvm-e6e736253358960b04a7bfd072623dee77affb16.tar.gz
llvm-e6e736253358960b04a7bfd072623dee77affb16.tar.bz2
llvm-e6e736253358960b04a7bfd072623dee77affb16.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html13
1 files changed, 3 insertions, 10 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 98b4f7cb32..c6657b94d6 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -132,10 +132,6 @@ Release Notes</a>.</h1>
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>
@@ -1061,12 +1057,9 @@ be used to verify some algorithms.
pieces are texture/sampler support and some vector operations.</p>
<p>That said, the backend is already being used for domain-specific languages
- and works well with the <a href="http://www.pcc.me.uk/~peter/libclc/">libclc
- library</a> 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.</p>
+ and can be used by Clang to
+ <a href="http://clang.llvm.org/docs/ReleaseNotes.html#opencl">compile OpenCL
+ C code</a> into PTX.</p>
</div>