[www] r228477 - Update schedule
Tanya Lattner
tonic at nondot.org
Fri Feb 6 17:02:54 PST 2015
Author: tbrethou
Date: Fri Feb 6 19:02:53 2015
New Revision: 228477
URL: http://llvm.org/viewvc/llvm-project?rev=228477&view=rev
Log:
Update schedule
Modified:
www/trunk/devmtg/2015-02-07/index.html
Modified: www/trunk/devmtg/2015-02-07/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2015-02-07/index.html?rev=228477&r1=228476&r2=228477&view=diff
==============================================================================
--- www/trunk/devmtg/2015-02-07/index.html (original)
+++ www/trunk/devmtg/2015-02-07/index.html Fri Feb 6 19:02:53 2015
@@ -51,12 +51,13 @@ Topic Overview
<tr><td>8:30</td><td>Introduction to the LLVM Project</td></tr>
<tr><td>9:00</td><td>Getting started hacking on LLVM and Clang</td></tr>
<tr><td>10:00</td><td>BREAK</td></tr>
-<tr><td>10:30</td><td> Overview of core middle-end concepts in LLVM: inlining, GVN, combining & canonicalization, etc.</td></tr>
-<tr><td>11:15</td><td>Diagnosing and fixing bugs in the middle end optimizer</td></tr>
+<tr><td>10:30</td><td>The middle end optimizer</td></tr>
<tr><td>12:00</td><td>LUNCH</td></tr>
-<tr><td>2:00</td><td>Adding optimization passes to the middle end</td></tr>
+<tr><td>2:00</td><td>Diagnosing and fixing bugs in the middle end optimizer</td></tr>
+<tr><td>2:45</td><td>Adding optimization passes to the middle end</td></tr>
<tr><td>3:30</td><td>BREAK</td></tr>
-<tr><td>4:00</td><td>Overview of the LLVM Code Generator, legalization, target specific pseudo instructions, and pattern match instruction selection</td></tr>
+<tr><td>4:00</td><td>Overview of the LLVM Code Generator
+<tr><td>4:30</td><td>Adding custom legalization, target specific pseudo instructions, and instruction pattern</td></tr>
<tr><td>5:00</td><td>Extended Q&A</td></tr>
</table>
</p>
More information about the llvm-commits
mailing list