[llvm-commits] CVS: llvm-www/devmtg/2007-05/03-Patel-Passmanager.pdf 04-Cheng-Codegen.pdf 05-Lewycky-Predsimplify.pdf index.html
Chris Lattner
sabre at nondot.org
Tue May 29 19:56:19 PDT 2007
Changes in directory llvm-www/devmtg/2007-05:
03-Patel-Passmanager.pdf added (r1.1)
04-Cheng-Codegen.pdf added (r1.1)
05-Lewycky-Predsimplify.pdf added (r1.1)
index.html updated: 1.4 -> 1.5
---
Log message:
add some slides, thanks to Devang for providing these
---
Diffs of the changes: (+14 -4)
03-Patel-Passmanager.pdf | 0
04-Cheng-Codegen.pdf | 0
05-Lewycky-Predsimplify.pdf | 0
index.html | 18 ++++++++++++++----
4 files changed, 14 insertions(+), 4 deletions(-)
Index: llvm-www/devmtg/2007-05/03-Patel-Passmanager.pdf
Index: llvm-www/devmtg/2007-05/04-Cheng-Codegen.pdf
Index: llvm-www/devmtg/2007-05/05-Lewycky-Predsimplify.pdf
Index: llvm-www/devmtg/2007-05/index.html
diff -u llvm-www/devmtg/2007-05/index.html:1.4 llvm-www/devmtg/2007-05/index.html:1.5
--- llvm-www/devmtg/2007-05/index.html:1.4 Tue May 29 15:43:56 2007
+++ llvm-www/devmtg/2007-05/index.html Tue May 29 21:55:57 2007
@@ -45,18 +45,28 @@
<tr><th rowspan="5"><h3>Session 1:<br>Learning LLVM</h3></th>
<th>Media</th><th>Speaker</th><th>Description</th></tr>
- <tr><td><a href="03-Patel-Passmanager.mov">video</a></td>
+ <tr><td>
+ <a href="03-Patel-Passmanager.pdf">slides</a><br>
+ <a href="03-Patel-Passmanager.mov">video</a>
+ </td>
<td>Devang Patel</td>
<td><b>Demystifying The LLVM Pass Manager</b> - The PassManager, which
manages the execution of all LLVM passes, was recently revised to be
simpler and more useful. This talk will help you understand what the new
pass manager does and how to use it.</td>
</tr>
- <tr><td><a href="04-Cheng-Codegen.mov">video</a></td><td>Evan Cheng</td>
+ <tr><td>
+ <a href="04-Cheng-Codegen.pdf">slides</a><br>
+ <a href="04-Cheng-Codegen.mov">video</a>
+ </td>
+ <td>Evan Cheng</td>
<td><b>The LLVM Code Generator</b> - An overview of the LLVM generic code
generator design and changes to it that are coming in the future.</td>
</tr>
- <tr><td><a href="05-Lewycky-Predsimplify.mov">video</a></td>
+ <tr><td>
+ <a href="05-Lewycky-Predsimplify.pdf">slides</a><br>
+ <a href="05-Lewycky-Predsimplify.mov">video</a>
+ </td>
<td>Nick Lewycky</td>
<td><b>Introduction To Predicate Simplifier</b> - A review of the design
and implementation of LLVM's Predicate Simplifier Pass, otherwise known
@@ -226,6 +236,6 @@
src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
-<br/>Last modified: $Date: 2007/05/29 20:43:56 $
+<br/>Last modified: $Date: 2007/05/30 02:55:57 $
</address>
<!--#include virtual="../../footer.incl" -->
More information about the llvm-commits
mailing list