diff options
author | Chris Lattner <sabre@nondot.org> | 2011-11-25 20:28:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-11-25 20:28:16 +0000 |
commit | e5b37be30a188d2b4ee35d1eb410f29e6d275780 (patch) | |
tree | 01a5c89a1017bc4652ac825ccdfb58054d61508f /llvm/docs | |
parent | 0f9a1f5e6cda966a05b2a611c02485418d15c997 (diff) | |
download | bcm5719-llvm-e5b37be30a188d2b4ee35d1eb410f29e6d275780.tar.gz bcm5719-llvm-e5b37be30a188d2b4ee35d1eb410f29e6d275780.zip |
add faust
llvm-svn: 145134
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index f2d8930ec1f..68bd0f4aa10 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -410,6 +410,21 @@ be used to verify some algorithms. </div> <!--=========================================================================--> +<h3>FAUST Real-Time Audio Signal Processing Language</h3> + +<div> + +<p><a href="http://faust.grame.fr/">FAUST</a> is a compiled language for + real-time audio signal processing. The name FAUST stands for Functional + AUdio STream. Its programming model combines two approaches: functional + programming and block diagram composition. In addition with the C, C++, Java + output formats, the Faust compiler can now generate LLVM bitcode, and works + with LLVM 2.7-3.0. + </p> + +</div> + +<!--=========================================================================--> <h3>Glasgow Haskell Compiler (GHC)</h3> <div> |