|
1 | 1 |
|
2 | 2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
3 | 3 | "http://www.w3.org/TR/html4/strict.dtd">
|
4 |
| -<!-- FIXME: we need to add the meta tag to the head tag, which we can't do with |
| 4 | +<!-- FIXME: we need to add the meta tag to the head tag, which we can't do with |
5 | 5 | the current web page. Duplicate this block and hope it all works out. -->
|
6 | 6 | <html>
|
7 | 7 | <head>
|
8 | 8 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
9 | 9 | <title>The LLVM Compiler Infrastructure Project</title>
|
10 | 10 | <link rel="stylesheet" href="/llvm.css" type="text/css">
|
11 |
| - <link rel="alternate" type="application/rss+xml" title="RSS 2.0" |
| 11 | + <link rel="alternate" type="application/rss+xml" title="RSS 2.0" |
12 | 12 | href="http://llvm.org/devmtg/2007-05/podcast.xml">
|
13 | 13 | </head>
|
14 | 14 |
|
|
26 | 26 | <div class="www_text">
|
27 | 27 | <p> ~60 people attended.</p>
|
28 | 28 |
|
29 |
| - <p> These videos are also viewable on <a |
| 29 | + <p> These videos are also viewable on <a |
30 | 30 | href="http://www.youtube.com/view_play_list?p=AA11ACE45D6B0E4C">youtube</a>.</p>
|
31 | 31 |
|
32 | 32 | <p>Chris Hanson contributed a <a href="podcast.xml">podcast feed</a> that you
|
33 |
| - <A href="itpc://llvm.org/devmtg/2007-05/podcast.xml">subscribe to</a> in |
| 33 | + <A href="itpc://llvm.org/devmtg/2007-05/podcast.xml">subscribe to</a> in |
34 | 34 | iTunes or on Apple TV.</p>
|
35 | 35 |
|
36 | 36 | </div>
|
|
42 | 42 | <div class="www_text">
|
43 | 43 | <p>All videos are presented in QuickTime format, all slides are in PDF
|
44 | 44 | format.</p>
|
45 |
| - |
| 45 | + |
46 | 46 | <table class="www">
|
47 | 47 | <tr><th>Event</th><th>Media</th><th>Who</th>
|
48 | 48 | <th>Description</th></tr>
|
49 | 49 | <tr><th rowspan="3"><h3>Session 0:<br/>Introductions</h3></th></tr>
|
50 |
| - |
| 50 | + |
51 | 51 | <tr><td><a href="01-History.mov">video</a></td>
|
52 |
| - |
| 52 | + |
53 | 53 | <td>Vikram Adve<br/>Chris Lattner</td>
|
54 | 54 | <td><b>A brief history of LLVM</b> - During this brief session, Vikram and
|
55 | 55 | Chris (the originators of LLVM) presented a brief history of the early
|
56 | 56 | history of LLVM.</td>
|
57 | 57 | </tr>
|
58 |
| - |
| 58 | + |
59 | 59 | <tr><td><a href="02-Introductions.mov">video</a></td>
|
60 | 60 | <td>Everyone</td>
|
61 | 61 | <td><b>Introductions</b> - Everyone introduced themselves to the group.
|
62 | 62 | </td>
|
63 | 63 | </tr>
|
64 |
| - |
| 64 | + |
65 | 65 | <tr><td><h3>Break</h3></td><td></td><td></td><td></td></tr>
|
66 |
| - |
| 66 | + |
67 | 67 | <tr><th rowspan="5"><h3>Session 1:<br>Learning LLVM</h3></th>
|
68 | 68 | <th>Media</th><th>Speaker</th><th>Description</th></tr>
|
69 |
| - |
| 69 | + |
70 | 70 | <tr><td>
|
71 | 71 | <a href="03-Patel-Passmanager.pdf">slides</a><br>
|
72 | 72 | <a href="03-Patel-Passmanager.mov">video</a>
|
|
90 | 90 | <a href="05-Lewycky-Predsimplify.mov">video</a>
|
91 | 91 | </td>
|
92 | 92 | <td>Nick Lewycky</td>
|
93 |
| - <td><b>Introduction To Predicate Simplifier</b> - A review of the design |
| 93 | + <td><b>Introduction To Predicate Simplifier</b> - A review of the design |
94 | 94 | and implementation of LLVM's Predicate Simplifier Pass, otherwise known
|
95 | 95 | as VRP (Value Range Propagation).
|
96 | 96 | </td>
|
|
102 | 102 | <td><b>HLVM</b> - An overview of HLVM, its current
|
103 | 103 | status and its goals after integration with LLVM.</td>
|
104 | 104 | </tr>
|
105 |
| - |
| 105 | + |
106 | 106 | <tr><td><h3>Lunch</h3></td><td></td><td></td><td></td></tr>
|
107 | 107 |
|
108 | 108 | <tr><th rowspan="5"><h3>Session 2:<br>Using LLVM</h3></th>
|
|
125 | 125 | </tr>
|
126 | 126 | <tr><td><a href="09-Naroff-CFE.pdf">slides</a><br>
|
127 | 127 | <a href="09-Naroff-CFE.mov">video</a>
|
128 |
| - |
| 128 | + |
129 | 129 | </td><td>Steve Naroff</td>
|
130 |
| - <td><b>New LLVM C Front-end</b> - This talk describes a new from-scratch |
| 130 | + <td><b>New LLVM C Front-end</b> - This talk describes a new from-scratch |
131 | 131 | C frontend (which is aiming to support Objective C and C++ someday)
|
132 | 132 | for LLVM, built as a native part of the LLVM system and in the LLVM
|
133 | 133 | design style.</td>
|
|
141 | 141 | together in 10 minutes, talking about LLVM being used for OpenGL and some
|
142 | 142 | speculative talk about dynamic languages.</td>
|
143 | 143 | </tr>
|
144 |
| - |
| 144 | + |
145 | 145 | <tr><td><h4>Break</h4></td><td></td><td></td><td></td></tr>
|
146 | 146 |
|
147 | 147 | <tr><th rowspan="6"><h3>Session 3:<br/>Discussions</h3></th>
|
148 | 148 | <th>Media</th><th>Leader</th><th>Discussion Topic</th>
|
149 | 149 | </tr>
|
150 | 150 | <tr><td><a href="11-Lamb-Concurrency.mov">video</a></td>
|
151 | 151 | <td>Christopher Lamb</td>
|
152 |
| - <td><b>Concurrency Primitives</b> - For multi-threaded shared memory |
| 152 | + <td><b>Concurrency Primitives</b> - For multi-threaded shared memory |
153 | 153 | models.</td>
|
154 | 154 | </tr>
|
155 | 155 | <tr><td><a href="12-Spencer-Roadmap.mov">video</a></td>
|
156 | 156 | <td>Reid Spencer</td>
|
157 |
| - <td><b>LLVM Roadmap</b> - Does the development community care to disclose |
| 157 | + <td><b>LLVM Roadmap</b> - Does the development community care to disclose |
158 | 158 | and maintain advance information about what is being worked on?</td>
|
159 | 159 | </tr>
|
160 | 160 | <tr><td><a href="13-Lattner-Adoption.mov">video</a></td>
|
161 | 161 | <td>Chris Lattner</td>
|
162 |
| - <td><b>Adoption Goals</b> - While our adoption has increased greatly |
| 162 | + <td><b>Adoption Goals</b> - While our adoption has increased greatly |
163 | 163 | recently, we're still tiny compared to other compiler and virtual
|
164 | 164 | machine systems.</td>
|
165 | 165 | </tr>
|
|
260 | 260 |
|
261 | 261 | <!-- *********************************************************************** -->
|
262 | 262 | <hr>
|
263 |
| -<address> |
264 |
| - <a href="///jigsaw.w3.org/css-validator/check/referer"><img |
265 |
| - src="///jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a> |
266 |
| - <a href="///validator.w3.org/check/referer"><img |
267 |
| - src="///www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> |
268 |
| -<br/>Last modified: $Date: 2007/11/07 04:28:49 $ |
269 |
| -</address> |
270 | 263 | <!--#include virtual="../../footer.incl" -->
|
0 commit comments