diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-21 04:28:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-21 04:28:21 +0000 |
commit | b136f09deb0e29c62607b38566882f58198ca705 (patch) | |
tree | b9563c812d9bcf3f4258b2c4ca6368b5bc84787e /docs/ReleaseNotes.html | |
parent | e566763b1915c7a4821ce95937b763724d271fec (diff) | |
download | external_llvm-b136f09deb0e29c62607b38566882f58198ca705.zip external_llvm-b136f09deb0e29c62607b38566882f58198ca705.tar.gz external_llvm-b136f09deb0e29c62607b38566882f58198ca705.tar.bz2 |
remove ldc, rubinious, macruby, icedtea, llvm-lua, which
don't have updates for 2.7.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101985 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 104 |
1 files changed, 0 insertions, 104 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index d0db59b..ba283d6 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -281,53 +281,6 @@ The LLVM Machine Code (MC) Toolkit project is ... projects that have already been updated to work with LLVM 2.7.</p> </div> - -<!--=========================================================================--> -<div class="doc_subsection"> -<a name="Rubinius">Rubinius</a> -</div> - -<div class="doc_text"> -Need update. -<!-- -<p><a href="http://github.com/evanphx/rubinius">Rubinius</a> is an environment -for running Ruby code which strives to write as much of the core class -implementation in Ruby as possible. Combined with a bytecode interpreting VM, it -uses LLVM to optimize and compile ruby code down to machine code. Techniques -such as type feedback, method inlining, and uncommon traps are all used to -remove dynamism from ruby execution and increase performance.</p> - -<p>Since LLVM 2.5, Rubinius has made several major leaps forward, implementing -a counter based JIT, type feedback and speculative method inlining. ---> -</p> - -</div> - -<!--=========================================================================--> -<div class="doc_subsection"> -<a name="macruby">MacRuby</a> -</div> - -<div class="doc_text"> - -<p> -Need update. -<!-- -<a href="http://macruby.org">MacRuby</a> is an implementation of Ruby on top of -core Mac OS X technologies, such as the Objective-C common runtime and garbage -collector and the CoreFoundation framework. It is principally developed by -Apple and aims at enabling the creation of full-fledged Mac OS X applications. -</p> - -<p> -MacRuby uses LLVM for optimization passes, JIT and AOT compilation of Ruby -expressions. It also uses zero-cost DWARF exceptions to implement Ruby exception -handling.--> </p> - -</div> - - <!--=========================================================================--> <div class="doc_subsection"> <a name="pure">Pure</a> @@ -349,27 +302,6 @@ LLVM 2.7 (and continue to work with older LLVM releases >= 2.5).</p> </div> - -<!--=========================================================================--> -<div class="doc_subsection"> -<a name="ldc">LLVM D Compiler</a> -</div> - -<div class="doc_text"> -<p> -Need update. -<!-- -<a href="http://www.dsource.org/projects/ldc">LDC</a> is an implementation of -the D Programming Language using the LLVM optimizer and code generator. -The LDC project works great with the LLVM 2.6 release. General improvements in -this -cycle have included new inline asm constraint handling, better debug info -support, general bug fixes and better x86-64 support. This has allowed -some major improvements in LDC, getting it much closer to being as -fully featured as the original DMD compiler from DigitalMars.--> -</p> -</div> - <!--=========================================================================--> <div class="doc_subsection"> <a name="RoadsendPHP">Roadsend PHP</a> @@ -400,42 +332,6 @@ compiler. <!--=========================================================================--> <div class="doc_subsection"> -<a name="llvm-lua">llvm-lua</a> -</div> - -<div class="doc_text"> -<p> -Need update. -<!-- -<a href="http://code.google.com/p/llvm-lua/">LLVM-Lua</a> uses LLVM to add JIT -and static compiling support to the Lua VM. Lua bytecode is analyzed to -remove type checks, then LLVM is used to compile the bytecode down to machine -code.--> -</p> -</div> - -<!--=========================================================================--> -<div class="doc_subsection"> -<a name="icedtea">IcedTea Java Virtual Machine Implementation</a> -</div> - -<div class="doc_text"> -<p> -Need update. -<!-- -<a href="http://icedtea.classpath.org/wiki/Main_Page">IcedTea</a> provides a -harness to build OpenJDK using only free software build tools and to provide -replacements for the not-yet free parts of OpenJDK. One of the extensions that -IcedTea provides is a new JIT compiler named <a -href="http://icedtea.classpath.org/wiki/ZeroSharkFaq">Shark</a> which uses LLVM -to provide native code generation without introducing processor-dependent -code.--> -</p> -</div> - - -<!--=========================================================================--> -<div class="doc_subsection"> <a name="tce">TTA-based Codesign Environment (TCE)</a> </div> |