[www] r227941 - Add CGO workshop schedule.

Tanya Lattner tonic at nondot.org
Mon Feb 2 22:09:07 PST 2015


Author: tbrethou
Date: Tue Feb  3 00:09:07 2015
New Revision: 227941

URL: http://llvm.org/viewvc/llvm-project?rev=227941&view=rev
Log:
Add CGO workshop schedule.

Added:
    www/trunk/devmtg/2015-02-07/
    www/trunk/devmtg/2015-02-07/index.html   (with props)

Added: www/trunk/devmtg/2015-02-07/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2015-02-07/index.html?rev=227941&view=auto
==============================================================================
--- www/trunk/devmtg/2015-02-07/index.html (added)
+++ www/trunk/devmtg/2015-02-07/index.html Tue Feb  3 00:09:07 2015
@@ -0,0 +1,48 @@
+<!--#include virtual="../../header.incl" -->
+
+<div class="www_sectiontitle">LLVM Workshop at CGO</div>
+<table>
+        <tr><td valign="top">
+<ol>
+        <li><a href="#schedule">Schedule</a></li>
+</ol>
+</td><td>
+<ul>
+  <li><b>What</b>: LLVM at CGO.</li>
+  <li><b>When</b>: February 7, 2015</li>
+  <li><b>Where</b>: San Francisco, CA</li>
+</ul>
+</td></tr></table>
+
+<p>
+A LLVM Workshop will be held at CGO 2015. If you are interested in attending the workshop, please register at the <a href="http://cgo.org/cgo2015/">CGO website</a>.
+</p>
+
+<p>
+
+<table id="devmtg">
+<tr><th>Time</th><th>Topic</th></tr>
+<tr><td>8:30</td><td>ntroduction 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>12:00</td><td>LUNCH</td></tr>
+<tr><td>2:00</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>5:00</td><td>Extended Q&A</td></tr>
+
+</p>
+
+<!-- *********************************************************************** -->
+<hr>
+<address>
+  <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
+  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>
+</address>
+
+<!--#include virtual="../../footer.incl" -->

Propchange: www/trunk/devmtg/2015-02-07/index.html
------------------------------------------------------------------------------
    svn:executable = *





More information about the llvm-commits mailing list