From adb417afa6168771077e84dd1174e716316a9473 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 25 Nov 2011 20:28:16 +0000 Subject: [PATCH] add faust git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145134 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index f2d8930ec1f..68bd0f4aa10 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -409,6 +409,21 @@ be used to verify some algorithms. + +

FAUST Real-Time Audio Signal Processing Language

+ +
+ +

FAUST 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. +

+ +
+

Glasgow Haskell Compiler (GHC)