From e5b37be30a188d2b4ee35d1eb410f29e6d275780 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 25 Nov 2011 20:28:16 +0000 Subject: [PATCH] add faust llvm-svn: 145134 --- llvm/docs/ReleaseNotes.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index f2d8930ec1f4..68bd0f4aa10a 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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)