add faust too

llvm-svn: 129053
This commit is contained in:
Chris Lattner 2011-04-07 03:09:21 +00:00
parent caefe9346d
commit 5ddaab1789
1 changed files with 14 additions and 0 deletions

View 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>