diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-05-13 09:52:48 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-05-13 09:52:48 +0000 |
commit | f8cfe2e26d70ee4f530b78f21e6c55ba8d1d7f7e (patch) | |
tree | c8beea0bda4df8b5fdcfde6d464e2bab5e6bc077 /docs/ReleaseNotes.html | |
parent | 4f99e717cfb53a6ef6849d9fbe9de6870bdb9fa3 (diff) | |
download | external_llvm-f8cfe2e26d70ee4f530b78f21e6c55ba8d1d7f7e.zip external_llvm-f8cfe2e26d70ee4f530b78f21e6c55ba8d1d7f7e.tar.gz external_llvm-f8cfe2e26d70ee4f530b78f21e6c55ba8d1d7f7e.tar.bz2 |
Add FAUST blurb.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156730 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 11c9598..6f3d0f7 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -264,6 +264,18 @@ Release Notes</a>.</h1> 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.</p> +<h3>FAUST</h3> + +<div> + +<p>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.</p> + +</div> + <h3>Glasgow Haskell Compiler (GHC)</h3> <div> |