diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-26 17:38:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-26 17:38:10 +0000 |
commit | 7c8e7965e1726ed3fa5e45fea02d93c8df1920ed (patch) | |
tree | 94658ce4ff5039d51a2aeb2ac8f1b34c5709d3f6 | |
parent | 6cd4b342617f9729101c987739507e8e2527bf0f (diff) |
add GHC, thanks to David Terei
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102352 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 31ef5144ba..c5c5ec7061 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -439,6 +439,26 @@ static (ahead-of-time) compilation of Ruby code straight to machine code. </p> </div> +<!--=========================================================================--> +<div class="doc_subsection"> +<a name="GHC">Glasgow Haskell Compiler (GHC)</a> +</div> + +<div class="doc_text"> +<p> +<a href="http://www.haskell.org/ghc/">GHC</a> is an open source, +state-of-the-art programming suite for Haskell, a standard lazy +functional programming language. It includes an optimizing static +compiler generating good code for a variety of platforms, together +with an interactive system for convenient, quick development.</p> + +<p>In addition to the existing C and native code generators, GHC now +supports an <a +href="http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/LLVM">LLVM +code generator</a>. GHC supports LLVM 2.7.</p> + +</div> + <!-- *********************************************************************** --> <div class="doc_section"> |