[llvm-commits] CVS: llvm-www/DevMtgMay2007.html

Reid Spencer reid at x10sys.com
Mon Apr 2 11:16:51 PDT 2007



Changes in directory llvm-www:

DevMtgMay2007.html updated: 1.27 -> 1.28
---
Log message:

Add Devang's discussion topic and break discussion topics into their own
group.


---
Diffs of the changes:  (+18 -6)

 DevMtgMay2007.html |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)


Index: llvm-www/DevMtgMay2007.html
diff -u llvm-www/DevMtgMay2007.html:1.27 llvm-www/DevMtgMay2007.html:1.28
--- llvm-www/DevMtgMay2007.html:1.27	Mon Apr  2 12:47:52 2007
+++ llvm-www/DevMtgMay2007.html	Mon Apr  2 13:16:34 2007
@@ -9,6 +9,7 @@
     <li><a href="#sess2">Session 2: Learning LLVM</a></li>
     <li><a href="#sess3">Session 3: Using  LLVM</a></li>
     <li><a href="#sess4">Session 4: Improving LLVM</a></li>
+    <li><a href="#discuss">Discussion Topics Submitted</a></li>
   </ol></li>
   <li><a href="#travel">Travel Tips</a>
   <ol>
@@ -136,14 +137,23 @@
   wishful fantasies. What do you think LLVM lacks? Where does it need to go 
   from here? This session will consist of a 5 minute presentation by the issue 
   originator followed by 10 minutes of discussion. This will allow 6 issues to 
-  be discussed in this time slot.
+  be discussed in this time slot.</p>
 <table class="www">
-  <tr><th>Suggested By</th><th>Issue or Discussion Topic</td></tr>
+  <tr><th>Suggested By</th><th>Issue Description</td></tr>
   <tr><td>Owen Anderson</td><td><b>Integration of HLVM into LLVM</b> - its 
-      future as an LLVM subproject, and plans for making LLVM more accessible 
-      to scripting and higher level language front ends.</td></tr>
+    future as an LLVM subproject, and plans for making LLVM more accessible 
+    to scripting and higher level language front ends.</td></tr>
+</table>
+</div>
+
+<div class="www_subsection"><a name="discuss">Discussion Topics Submitted</a></div>
+<div class="www_text">
+  <p>In addition to the planned sessions above, the following discussion topics
+  have been submitted.</p>
+<table class="www">
+  <tr><th>Suggested By</th><th>Issue or Discussion Topic</td></tr>
   <tr><td>Owen Anderson</td><td><b>Future development practices</b>: with a
-      burgeoning number of clients and wider adoption, do we want more orgnized
+      burgeoning number of clients and wider adoption, do we want more organized
       development practices? i.e. release focuses or something?</td></tr>
   <tr><td>Owen Anderson</td><td><b>Adoption Goals</b>: while our adoption has
       increased greatly recently, we're still tiny compared to GCC. What are our
@@ -153,6 +163,8 @@
       given us some great things, but sometimes secrecy makes things
       difficult for those not involved; should there be an LLVM Foundation
       in our (distant?) future?</td></tr>
+  <tr><td>Devang Patel</td><td><b>Using Bugpoint</b>: How to use the bugpoint
+      tool to identifiy misoptimizations and bad code gen bugs.</td></tr>
 </table>
 </div>
 
@@ -234,6 +246,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/04/02 17:47:52 $
+<br/>Last modified: $Date: 2007/04/02 18:16:34 $
 </address>
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list