[llvm-commits] [llvm] r142987 - /llvm/trunk/docs/ReleaseNotes.html

Bill Wendling isanbard at gmail.com
Tue Oct 25 17:09:55 PDT 2011


Author: void
Date: Tue Oct 25 19:09:55 2011
New Revision: 142987

URL: http://llvm.org/viewvc/llvm-project?rev=142987&view=rev
Log:
Add mention of GHC to external OS projects.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=142987&r1=142986&r2=142987&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Oct 25 19:09:55 2011
@@ -298,6 +298,22 @@
 -->  
   
 <!--=========================================================================-->
+<h3>Glasgow Haskell Compiler (GHC)</h3>
+  
+<div>
+
+<p>GHC 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>GHC 7.0 and onwards include an LLVM code generator, supporting LLVM 2.8 and
+   later. Since LLVM 2.9, GHC now includes experimental support for the ARM
+   platform with LLVM 3.0.</p>
+
+</div>
+
+<!--=========================================================================-->
 <h3>gwXscript</h3>
 
 <div>
@@ -448,22 +464,6 @@
 
 <!--=========================================================================-->
 <!--
-<h3>Glasgow Haskell Compiler (GHC)</h3>
-  
-<div>
-<p>GHC 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 7.0 now
-supports an LLVM code generator. GHC supports LLVM 2.7 and later.</p>
-</div>
--->
-
-<!--=========================================================================-->
-<!--
 <h3>Polly - Polyhedral optimizations for LLVM</h3>
   
 <div>





More information about the llvm-commits mailing list