[llvm-commits] [llvm] r156730 - /llvm/trunk/docs/ReleaseNotes.html

Bill Wendling isanbard at gmail.com
Sun May 13 02:52:48 PDT 2012


Author: void
Date: Sun May 13 04:52:48 2012
New Revision: 156730

URL: http://llvm.org/viewvc/llvm-project?rev=156730&view=rev
Log:
Add FAUST blurb.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=156730&r1=156729&r2=156730&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun May 13 04:52:48 2012
@@ -264,6 +264,18 @@
    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>





More information about the llvm-commits mailing list