[www] r216187 - Added the Discopop project.

John Criswell criswell at uiuc.edu
Thu Aug 21 09:41:08 PDT 2014


Author: criswell
Date: Thu Aug 21 11:41:08 2014
New Revision: 216187

URL: http://llvm.org/viewvc/llvm-project?rev=216187&view=rev
Log:
Added the Discopop project.

Modified:
    www/trunk/ProjectsWithLLVM/index.html

Modified: www/trunk/ProjectsWithLLVM/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/ProjectsWithLLVM/index.html?rev=216187&r1=216186&r2=216187&view=diff
==============================================================================
--- www/trunk/ProjectsWithLLVM/index.html (original)
+++ www/trunk/ProjectsWithLLVM/index.html Thu Aug 21 11:41:08 2014
@@ -36,6 +36,7 @@
 <div class="www_text">
 
 <ul>
+<li><a href="#discopop">DiscoPoP: A Parallelism Discovery Tool</a></li>
 <li><a href="#jade">Just-in-time Adaptive Decoder Engine (Jade)</a></li>
 <li><a href="#crack">The Crack Programming Language</a></li>
 <li><a href="#rubinius">Rubinius: a Ruby implementation</a></li>
@@ -73,6 +74,29 @@
 </div>
 
 <!--=========================================================================-->
+<div class="www_subsection">
+<a name="discopop">DiscoPoP: A Parallelism Discovery Tool</a>
+</div>
+
+<div class="www_subsubsection">
+  By the
+  <a href="http://www.grs-sim.de/research/parallel-programming/multicore-programming">DiscoPoP Development Team</a>
+</div>
+
+<div class="www_text">
+  <p>
+  <a href="http://www.grs-sim.de/discopop">DiscoPoP (Discovery of Potential
+    Parallelism)</a> is a tool that assists in identifying potential
+  parallelism in sequential C/C++ programs. It instruments the code for finding
+  both control and data dependences. A series of analyses are built on top of
+  dependence to explore potential parallelism and parallel patterns.
+
+  The instrumentation is done with the help of LLVM. A modified version of
+  Clang with a new option "-dp" is also provided to invoke DiscoPoP.
+  </p>
+</div>
+
+<!--=========================================================================-->
 <div class="www_subsection">
 <a name="jade">Just-in-time Adaptive Decoder Engine (Jade)</a>
 </div>





More information about the llvm-commits mailing list