aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-11-25 20:28:16 +0000
committerChris Lattner <sabre@nondot.org>2011-11-25 20:28:16 +0000
commitadb417afa6168771077e84dd1174e716316a9473 (patch)
tree79148c41317d49a1b18540d964953aa8f7b3eb17 /docs/ReleaseNotes.html
parent1b9b377975b3f437acef8c2ba90de582add52f65 (diff)
downloadexternal_llvm-adb417afa6168771077e84dd1174e716316a9473.zip
external_llvm-adb417afa6168771077e84dd1174e716316a9473.tar.gz
external_llvm-adb417afa6168771077e84dd1174e716316a9473.tar.bz2
add faust
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145134 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index f2d8930..68bd0f4 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -410,6 +410,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>
<div>