From f9778197e8f4d39478709b92c5c2708d89297d96 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 26 Oct 2011 00:09:55 +0000 Subject: [PATCH] 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 --- docs/ReleaseNotes.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index d119e5ae737..8a4a76d9488 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -297,6 +297,22 @@ object-oriented programming, operator overloading and strong typing.

--> + +

Glasgow Haskell Compiler (GHC)

+ +
+ +

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.

+ +

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.

+ +
+

gwXscript

@@ -446,22 +462,6 @@ releases >= 2.6 as well).

--> - - -