[llvm-commits] [www] r104579 - /www/trunk/index.html
Chris Lattner
sabre at nondot.org
Mon May 24 19:55:36 PDT 2010
Author: lattner
Date: Mon May 24 21:55:35 2010
New Revision: 104579
URL: http://llvm.org/viewvc/llvm-project?rev=104579&view=rev
Log:
llvm is not a vm
Modified:
www/trunk/index.html
Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=104579&r1=104578&r2=104579&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Mon May 24 21:55:35 2010
@@ -10,7 +10,11 @@
<div class="www_text">
<p>The LLVM Project is a collection of modular and reusable compiler and
- toolchain technologies. From its humble beginnings as a research project at
+ toolchain technologies. Despite its name, LLVM has little to do with
+ traditional virtual machines, though it does provide helpful libraries that
+ can be <a href="http://vmkit.llvm.org">used to build them</a>.</p>
+
+<p>From its humble beginnings as a research project at
the <a href="http://cs.illinois.edu/">University of Illinois</a>, LLVM has
grown to be an umbrella project consisting of a number of different
subprojects, many of which are being used in production by a wide variety of
More information about the llvm-commits
mailing list