diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-05-13 09:52:48 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-05-13 09:52:48 +0000 |
commit | 3f853ad8f8bf805a2a3de0097966ce32ab943c7d (patch) | |
tree | 6b7a0e3e0a7ae35b325f590edf6684f027429eef /llvm/docs/ReleaseNotes.html | |
parent | e963870f77a2ec1e4f18ecf16135d3163aa6a4df (diff) | |
download | bcm5719-llvm-3f853ad8f8bf805a2a3de0097966ce32ab943c7d.tar.gz bcm5719-llvm-3f853ad8f8bf805a2a3de0097966ce32ab943c7d.zip |
Add FAUST blurb.
llvm-svn: 156730
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 11c95987204..6f3d0f7b449 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -264,6 +264,18 @@ Release Notes</a>.</h1> a lot of other language and tools projects. This section lists some of the projects that have already been updated to work with LLVM 3.1.</p> +<h3>FAUST</h3> + +<div> + +<p>FAUST 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, JavaScript output formats, the Faust compiler can + generate LLVM bitcode, and works with LLVM 2.7-3.1.</p> + +</div> + <h3>Glasgow Haskell Compiler (GHC)</h3> <div> |