From: Chris Lattner
Date: Fri, 25 Nov 2011 20:36:17 +0000 (+0000)
Subject: add a user
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cc08977d1439a244c82517ed2193e304b91dfc69;p=oota-llvm.git
add a user
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145136 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 8b533e62a43..333d82985d1 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -492,6 +492,22 @@ be used to verify some algorithms.
example program. ispc is licensed under the BSD license.
+
+
+The Julia Programming Language
+
+
+
+
Julia 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 language is designed around multiple dispatch,
+ giving programs a large degree of flexibility. It is ready for use on many
+ kinds of problems.
+
LanguageKit and Pragmatic Smalltalk