add faust too
authorChris Lattner <sabre@nondot.org>
Thu, 7 Apr 2011 03:09:21 +0000 (03:09 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 7 Apr 2011 03:09:21 +0000 (03:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129053 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 1ce6e2e94ab764200fc6963406d169a529e0a46b..bc86bd4452242bea2337d44759d2eb937faa16e2 100644 (file)
@@ -416,7 +416,21 @@ and parallelism.</p>
 </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>