aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-22 21:34:16 +0000
committerChris Lattner <sabre@nondot.org>2010-04-22 21:34:16 +0000
commit7a12c992edb14326a023739ed95c324e2ba762ef (patch)
tree99a823e878332e80f09c613d037091675944a643 /docs/ReleaseNotes.html
parent8fd77fd1bd06c823499da85187f25e6aa711c84f (diff)
downloadexternal_llvm-7a12c992edb14326a023739ed95c324e2ba762ef.zip
external_llvm-7a12c992edb14326a023739ed95c324e2ba762ef.tar.gz
external_llvm-7a12c992edb14326a023739ed95c324e2ba762ef.tar.bz2
add macruby back
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102132 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 82038c1..b109cfb 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -419,6 +419,24 @@ bytecode down to machine code.
<p>LLVM-Lua 1.2.0 have been tested and is known to work with LLVM 2.7.
</p>
</div>
+
+<!--=========================================================================-->
+<div class="doc_subsection">
+<a name="MacRuby">MacRuby</a>
+</div>
+
+<div class="doc_text">
+<p>
+<a href="http://macruby.org">MacRuby</a> is an implementation of Ruby based on
+core Mac OS technologies, sponsored by Apple Inc. It uses LLVM at runtime for
+optimization passes, JIT compilation and exception handling. It also allows
+static (ahead-of-time) compilation of Ruby code straight to machine code.
+</p>
+<p>The upcoming MacRuby 0.6 release works with LLVM 2.7.
+</p>
+</div>
+
+
<!-- *********************************************************************** -->
<div class="doc_section">
<a name="whatsnew">What's New in LLVM 2.7?</a>