summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-10-25 01:01:42 +0000
committerBill Wendling <isanbard@gmail.com>2011-10-25 01:01:42 +0000
commitf2a783303e90a389ba7d40920039346e9f2d6777 (patch)
treea1e53ecbf77685072cb1e191b5e7cd14d3933ebb /docs
parentfd747b24a3fb08805336f2070b9316ded6b57810 (diff)
downloadllvm-f2a783303e90a389ba7d40920039346e9f2d6777.tar.gz
llvm-f2a783303e90a389ba7d40920039346e9f2d6777.tar.bz2
llvm-f2a783303e90a389ba7d40920039346e9f2d6777.tar.xz
Comment out external projects so that they can be refreshed for 3.0.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142893 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html23
1 files changed, 20 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index ce5804b900..17e31c6ed0 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -284,6 +284,8 @@ be used to verify some algorithms.
projects that have already been updated to work with LLVM 3.0.</p>
<!--=========================================================================-->
+
+<!-- FIXME: Comment out
<h3>Crack Programming Language</h3>
<div>
@@ -293,9 +295,10 @@ ease of development of a scripting language with the performance of a compiled
language. The language derives concepts from C++, Java and Python, incorporating
object-oriented programming, operator overloading and strong typing.</p>
</div>
-
+-->
<!--=========================================================================-->
+<!--
<h3>TTA-based Codesign Environment (TCE)</h3>
<div>
@@ -311,10 +314,11 @@ code generators "on the fly" for the designed TTA processors and loads them in
to the compiler backend as runtime libraries to avoid per-target recompilation
of larger parts of the compiler chain.</p>
</div>
-
+-->
<!--=========================================================================-->
+<!--
<h3>PinaVM</h3>
<div>
@@ -324,8 +328,11 @@ other front-ends, PinaVM actually executes the elaboration of the
program analyzed using LLVM's JIT infrastructure. It later enriches the
bitcode with SystemC-specific information.</p>
</div>
+-->
+
<!--=========================================================================-->
+<!--
<h3>Pure</h3>
<div>
@@ -345,8 +352,10 @@ bitcode with SystemC-specific information.</p>
<p>Pure version 0.47 has been tested and is known to work with LLVM 3.0
(and continues to work with older LLVM releases &gt;= 2.5).</p>
</div>
+-->
<!--=========================================================================-->
+<!--
<h3 id="icedtea">IcedTea Java Virtual Machine Implementation</h3>
<div>
@@ -364,8 +373,10 @@ code.
and are known to work with LLVM 3.0 (and continue to work with older LLVM
releases &gt;= 2.6 as well).</p>
</div>
+-->
<!--=========================================================================-->
+<!--
<h3>Glasgow Haskell Compiler (GHC)</h3>
<div>
@@ -378,8 +389,10 @@ 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>
@@ -393,8 +406,10 @@ dependency analysis as well as basic SIMD and OpenMP code generation support.
Furthermore, Polly can use PoCC(Pluto) an advanced optimizer for data-locality
and parallelism.</p>
</div>
+-->
<!--=========================================================================-->
+<!--
<h3>Rubinius</h3>
<div>
@@ -405,9 +420,10 @@ and parallelism.</p>
feedback, method inlining, and deoptimization are all used to remove dynamism
from ruby execution and increase performance.</p>
</div>
-
+-->
<!--=========================================================================-->
+<!--
<h3>
<a name="FAUST">FAUST Real-Time Audio Signal Processing Language</a>
</h3>
@@ -421,6 +437,7 @@ diagram composition. In addition with the C, C++, JAVA output formats, the
Faust compiler can now generate LLVM bitcode, and works with LLVM 2.7-3.0.</p>
</div>
+-->
</div>