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 | df85c89c45bcbc1027723a0372064e7758032b1b (patch) | |
tree | 9e6da264994619e8c29733feac870f8acabbc5a1 /llvm | |
parent | f356419bf57bd7cedb6b925d2eae619132f2e052 (diff) | |
download | bcm5719-llvm-df85c89c45bcbc1027723a0372064e7758032b1b.tar.gz bcm5719-llvm-df85c89c45bcbc1027723a0372064e7758032b1b.zip |
add GHC, thanks to David Terei
llvm-svn: 102352
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 31ef5144ba8..c5c5ec7061b 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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"> |