[www] r264090 - [EuroLLVM] Add some more presentations' slides.

Arnaud A. de Grandmaison via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 13:40:15 PDT 2016


Author: aadg
Date: Tue Mar 22 15:40:15 2016
New Revision: 264090

URL: http://llvm.org/viewvc/llvm-project?rev=264090&view=rev
Log:
[EuroLLVM] Add some more presentations' slides.

Added:
    www/trunk/devmtg/2016-03/Presentations/BOLT_EuroLLVM_2016.pdf   (with props)
    www/trunk/devmtg/2016-03/Presentations/Molly.pdf   (with props)
    www/trunk/devmtg/2016-03/Presentations/Yulei_EUROLLVM2016.pdf   (with props)
Modified:
    www/trunk/devmtg/2016-03/index.html

Added: www/trunk/devmtg/2016-03/Presentations/BOLT_EuroLLVM_2016.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2016-03/Presentations/BOLT_EuroLLVM_2016.pdf?rev=264090&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2016-03/Presentations/BOLT_EuroLLVM_2016.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: www/trunk/devmtg/2016-03/Presentations/Molly.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2016-03/Presentations/Molly.pdf?rev=264090&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2016-03/Presentations/Molly.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: www/trunk/devmtg/2016-03/Presentations/Yulei_EUROLLVM2016.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2016-03/Presentations/Yulei_EUROLLVM2016.pdf?rev=264090&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2016-03/Presentations/Yulei_EUROLLVM2016.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: www/trunk/devmtg/2016-03/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2016-03/index.html?rev=264090&r1=264089&r2=264090&view=diff
==============================================================================
--- www/trunk/devmtg/2016-03/index.html (original)
+++ www/trunk/devmtg/2016-03/index.html Tue Mar 22 15:40:15 2016
@@ -322,7 +322,7 @@ of what they think could be useful for t
 <p>
 <b><a id="presentation7">Building a binary optimizer with LLVM</a></b><br>
 <i>Maksim Panchenko - Facebook</i><br>
-<b>Slides:</b> coming soon<br>
+<b>Slides:</b> <a href="Presentations/BOLT_EuroLLVM_2016.pdf">pdf</a><br>
 <b>Video:</b> coming soon<br>
 Large-scale applications in data centers are built with the highest level of
 compiler optimizations and typically use a carefully tuned set of compiler
@@ -359,7 +359,7 @@ optimizer.
 <i>Ding Ye - University of New South Wales</i><br>
 <i>Hua Yan - University of New South Wales</i><br>
 <i>Jingling Xue - University of New South Wales</i><br>
-<b>Slides:</b> coming soon<br>
+<b>Slides:</b> <a href="Presentations/Yulei_EUROLLVM2016.pdf">pdf</a><br>
 <b>Video:</b> coming soon<br>
 This talk presents SVF, a research tool that enables scalable and precise
 interprocedural Static Value-Flow analysis for sequential and multithreaded C
@@ -427,7 +427,7 @@ pointing to?".
 <p>
 <b><a id="presentation10">Molly: Parallelizing for Distributed Memory using LLVM</a></b><br>
 <i>Michael Kruse - INRIA/ENS</i><br>
-<b>Slides:</b> coming soon<br>
+<b>Slides:</b> <a href="Presentations/Molly.pdf">pdf</a><br>
 <b>Video:</b> coming soon<br>
 Motivated by modern day physics which in addition to experiments also tries to
 verify and deduce laws of nature by simulating the state-of-the-art physical




More information about the llvm-commits mailing list