[llvm-commits] [llvm] r145134 - /llvm/trunk/docs/ReleaseNotes.html
Chris Lattner
sabre at nondot.org
Fri Nov 25 12:28:16 PST 2011
Author: lattner
Date: Fri Nov 25 14:28:16 2011
New Revision: 145134
URL: http://llvm.org/viewvc/llvm-project?rev=145134&view=rev
Log:
add faust
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=145134&r1=145133&r2=145134&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Fri Nov 25 14:28:16 2011
@@ -410,6 +410,21 @@
</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>
More information about the llvm-commits
mailing list