X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FReleaseNotes.html;h=c6657b94d6603fe2ac34aae8a7a94bcdf563914d;hb=e6e736253358960b04a7bfd072623dee77affb16;hp=98b4f7cb321c41a9596af1bca7c4bf771b4debb6;hpb=f0a6605b8417b44844579eca556354658b49feea;p=oota-llvm.git 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.