<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Dear LLVM Devs,<br>
<br>
We are a team from German Research School for Simulation Sciences.
We are currently working on DiscoPoP (<u>Disco</u>very of <u>Po</u>tential
<u>P</u>arallelism), which is an LLVM-based tool that assists in
identifying potential parallelism in sequential programs. The tool
uses LLVM to instrument 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. We have a
modified version of Clang with a new option "-dp" to invoke our
tool.<br>
<br>
We have a web page about DiscoPoP:
<a class="moz-txt-link-freetext" href="http://www.grs-sim.de/research/parallel-programming/multicore-programming/discopop-project.html">http://www.grs-sim.de/research/parallel-programming/multicore-programming/discopop-project.html</a>,
and we would like to know if it is possible to have our project
listed on "Projects built with LLVM" page of LLVM website. Our plan
is to make DiscoPoP an open-source tool in the near future.<br>
<br>
Thank you for your attention and we are looking forward to hearing
from you.<br>
<br>
Best regards,<br>
DiscoPoP Dev Team<br>
</body>
</html>