summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-05-14 06:23:51 +0000
committerBill Wendling <isanbard@gmail.com>2012-05-14 06:23:51 +0000
commite9a73bbdd7f5667d76c424a3ea7a20ae0cace601 (patch)
tree45f87614b05f301b852d27371ce250c0a2ab3725 /docs/ReleaseNotes.html
parentdc23c1463a674fdcee80976fcada031281b1fc07 (diff)
Add blurb about Julia.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156754 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 52c829ccfb1..367f6cb6ba2 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -300,6 +300,22 @@ Release Notes</a>.</h1>
</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>