summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-10-26 00:09:55 +0000
committerBill Wendling <isanbard@gmail.com>2011-10-26 00:09:55 +0000
commitf9778197e8f4d39478709b92c5c2708d89297d96 (patch)
tree949d90343f3b37b66c828f2ccfc3733e990e5103 /docs
parent232b1f268c5df559a1f73656fb1f226437c957a1 (diff)
downloadllvm-f9778197e8f4d39478709b92c5c2708d89297d96.tar.gz
llvm-f9778197e8f4d39478709b92c5c2708d89297d96.tar.bz2
llvm-f9778197e8f4d39478709b92c5c2708d89297d96.tar.xz
Add mention of GHC to external OS projects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142987 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index d119e5ae73..8a4a76d948 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -298,6 +298,22 @@ object-oriented programming, operator overloading and strong typing.</p>
-->
<!--=========================================================================-->
+<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 @@ releases &gt;= 2.6 as well).</p>
<!--=========================================================================-->
<!--
-<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>