diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2011-11-28 20:04:12 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2011-11-28 20:04:12 +0000 |
commit | f7fea72e16683b0d08aa1805bf61bf5a471d7e85 (patch) | |
tree | 4cc309aa2d6f3461923aa4c981ec3b6f96bcb255 /docs | |
parent | aa5656c6b9161608005cf8dc85027c160a925e58 (diff) | |
download | external_llvm-f7fea72e16683b0d08aa1805bf61bf5a471d7e85.zip external_llvm-f7fea72e16683b0d08aa1805bf61bf5a471d7e85.tar.gz external_llvm-f7fea72e16683b0d08aa1805bf61bf5a471d7e85.tar.bz2 |
Add OpenCL blurb to release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145270 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4bd5cab..d38b95e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -133,6 +133,10 @@ 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> |