diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 11c95987204..6f3d0f7b449 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -264,6 +264,18 @@ Release Notes. a lot of other language and tools projects. This section lists some of the projects that have already been updated to work with LLVM 3.1.

+

FAUST

+ +
+ +

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, JavaScript output formats, the Faust compiler can + generate LLVM bitcode, and works with LLVM 2.7-3.1.

+ +
+

Glasgow Haskell Compiler (GHC)