mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
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
This commit is contained in:
parent
232b1f268c
commit
f9778197e8
@ -297,6 +297,22 @@ object-oriented programming, operator overloading and strong typing.</p>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<!--=========================================================================-->
|
||||
<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>
|
||||
|
||||
@ -446,22 +462,6 @@ releases >= 2.6 as well).</p>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<!--=========================================================================-->
|
||||
<!--
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user