From a844a3e7b2bae7a0b3c0ed4547b26346c17e2779 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 7 Apr 2011 03:09:21 +0000 Subject: [PATCH] add faust too git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129053 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1ce6e2e94ab..bc86bd44522 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -416,7 +416,21 @@ and parallelism.

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

+ +
+

What's New in LLVM 2.9? -- 2.34.1