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

Chris Lattner sabre at nondot.org
Wed Apr 6 20:09:21 PDT 2011


Author: lattner
Date: Wed Apr  6 22:09:21 2011
New Revision: 129053

URL: http://llvm.org/viewvc/llvm-project?rev=129053&view=rev
Log:
add faust too

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=129053&r1=129052&r2=129053&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Apr  6 22:09:21 2011
@@ -416,7 +416,21 @@
 </div>
 
 
+<!--=========================================================================-->
+<div class="doc_subsection">
+<a name="FAUST">FAUST Real-Time Audio Signal Processing Language</a>
+</div>
 
+<div class="doc_text">
+<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-2.9.</p>
+
+</div>
+  
 <!-- *********************************************************************** -->
 <h1>
   <a name="whatsnew">What's New in LLVM 2.9?</a>





More information about the llvm-commits mailing list