[llvm-commits] [www] r150945 - /www/trunk/index.html
Chris Lattner
sabre at nondot.org
Sun Feb 19 17:28:38 PST 2012
Author: lattner
Date: Sun Feb 19 19:28:38 2012
New Revision: 150945
URL: http://llvm.org/viewvc/llvm-project?rev=150945&view=rev
Log:
add links to the libclc and polly subprojects.
Modified:
www/trunk/index.html
Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=150945&r1=150944&r2=150945&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Sun Feb 19 19:28:38 2012
@@ -81,6 +81,13 @@
implementation of the Java and .NET Virtual Machines that is built on LLVM
technologies.</p></li>
+<li><p>The <b><a href="http://polly.llvm.org/">polly</a></b> project implements
+ a suite of cache-locality optimizations as well as auto-parallelism and
+ vectorization using a polyhedral model.</p></li>
+
+<li><p>The <b><a href="http://libclc.llvm.org/">libclc</a></b> project aims to
+ implement the OpenCL standard library.</p></li>
+
<li><p>The <b><a href="http://klee.llvm.org">klee</a></b> project implements a
"symbolic virtual machine" which uses a theorem prover to try to evaluate
all dynamic paths through a program in an effort to find bugs and to prove
More information about the llvm-commits
mailing list