add faust
authorChris Lattner <sabre@nondot.org>
Fri, 25 Nov 2011 20:28:16 +0000 (20:28 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Nov 2011 20:28:16 +0000 (20:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145134 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index f2d8930ec1f4c379df66276c37fac288051cb03e..68bd0f4aa10ad1b77c159366450fb793b1936567 100644 (file)
@@ -409,6 +409,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>