diff options
| author | Bill Wendling <isanbard@gmail.com> | 2011-10-26 00:12:04 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2011-10-26 00:12:04 +0000 |
| commit | 97b889d6e530ff004f15966d67e7a70d85df93b7 (patch) | |
| tree | cf0ebf3b366074008b2b127c78d3089c1f92fdd2 | |
| parent | 3bb93ad28121c69e758d72a0224a034abb01eb2c (diff) | |
| download | bcm5719-llvm-97b889d6e530ff004f15966d67e7a70d85df93b7.tar.gz bcm5719-llvm-97b889d6e530ff004f15966d67e7a70d85df93b7.zip | |
Add mention of Renderscript to external OS projects.
llvm-svn: 142988
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 8a4a76d9488..98b16ad2842 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -373,6 +373,25 @@ object-oriented programming, operator overloading and strong typing.</p> </div> <!--=========================================================================--> +<h3>Renderscript</h3> + +<div> + +<p><a href="http://developer.android.com/guide/topics/renderscript/index.html">Renderscript</a> + is Android's advanced 3D graphics rendering and compute API. It provides a + portable C99-based language with extensions to facilitate common use cases + for enhancing graphics and thread level parallelism. The Renderscript + compiler frontend is based on Clang/LLVM. It emits a portable bitcode format + for the actual compiled script code, as well as reflects a Java interface for + developers to control the execution of the compiled bitcode. Executable + machine code is then generated from this bitcode by an LLVM backend on the + device. Renderscript is thus able to provide a mechanism by which Android + developers can improve performance of their applications while retaining + portability.</p> + +</div> + +<!--=========================================================================--> <h3>SAFECode</h3> <div> |

