[llvm-commits] [llvm] r156754 - /llvm/trunk/docs/ReleaseNotes.html

Bill Wendling isanbard at gmail.com
Sun May 13 23:23:51 PDT 2012


Author: void
Date: Mon May 14 01:23:51 2012
New Revision: 156754

URL: http://llvm.org/viewvc/llvm-project?rev=156754&view=rev
Log:
Add blurb about Julia.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=156754&r1=156753&r2=156754&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon May 14 01:23:51 2012
@@ -300,6 +300,22 @@
 
 </div>
 
+<h3>Julia</h3>
+
+<div>
+
+<p><a href="https://github.com/JuliaLang/julia">Julia</a> is a high-level,
+   high-performance dynamic language for technical computing. It provides a
+   sophisticated compiler, distributed parallel execution, numerical accuracy,
+   and an extensive mathematical function library. The compiler uses type
+   inference to generate fast code without any type declarations, and uses
+   LLVM's optimization passes and JIT compiler. The
+   <a href="http://julialang.org/"> Julia Language</a> is designed
+   around multiple dispatch, giving programs a large degree of flexibility. It
+   is ready for use on many kinds of problems.</p>
+
+</div>
+
 <h3>LLVM D Compiler</h3>
 
 <div>





More information about the llvm-commits mailing list