[www] r216187 - Added the Discopop project.
Duncan P. N. Exon Smith
dexonsmith at apple.com
Fri Aug 22 10:25:34 PDT 2014
LGTM.
> On 2014-Aug-21, at 09:55, John Criswell <criswell at illinois.edu> wrote:
>
> Dear All,
>
> If someone could give me a post-commit review for this change, I'd appreciate it.
>
> Regards,
>
> John Criswell
>
> On 8/21/14, 12:41 PM, John Criswell wrote:
>> 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>
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list