[llvm-commits] [www] r112765 - /www/trunk/devmtg/2010-11/index.html

Chris Lattner sabre at nondot.org
Wed Sep 1 16:27:10 PDT 2010


Author: lattner
Date: Wed Sep  1 18:27:10 2010
New Revision: 112765

URL: http://llvm.org/viewvc/llvm-project?rev=112765&view=rev
Log:
mention lldb as well as a bunch of other llvm subprojects.

Modified:
    www/trunk/devmtg/2010-11/index.html

Modified: www/trunk/devmtg/2010-11/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2010-11/index.html?rev=112765&r1=112764&r2=112765&view=diff
==============================================================================
--- www/trunk/devmtg/2010-11/index.html (original)
+++ www/trunk/devmtg/2010-11/index.html Wed Sep  1 18:27:10 2010
@@ -24,17 +24,19 @@
 p://google.com">Google</a>, <a href="http://www.adobe.com/">Adobe</a>, <a href="http://ww
 w.qualcomm.com/">Qualcomm Incorporated</a></b></h2></p>
 -->
-<p>The meeting serves as a forum for both <a href="http://llvm.org">LLVM</a>
-and <a href="http://clang.llvm.org">Clang</a> developers and users to get acquainted, lea
-rn how LLVM is used, and 
+<p>The meeting serves as a forum for <a href="http://llvm.org">LLVM</a>,
+<a href="http://clang.llvm.org">Clang</a>, <a href="http://lldb.llvm.org">LLDB</a> and 
+other LLVM project developers and users to get acquainted, learn how LLVM is used, and 
 exchange ideas about LLVM and its (potential) applications. More broadly, we
 believe the event will be of particular interest to the following people:</p>
 
 <ul>
-<li>Active LLVM and Clang developers and users.</li>
-<li>Anyone interested in using LLVM or Clang.</li>
+<li>Active developers of projects in the LLVM Umbrella
+(LLVM core, Clang, LLDB, libc++, compiler_rt, klee, dragonegg, etc).</li>
+<li>Anyone interested in using these as part of another project.</li>
 <li>Compiler, programming language, and runtime enthusiasts.</li>
-<li>Those interested in using compiler technology in novel and interesting ways.</li>
+<li>Those interested in using compiler and toolchain technology in novel 
+and interesting ways.</li>
 </ul>
 
 <div class="www_sectiontitle" id="registration">Registration & Logistics</div>
@@ -44,7 +46,8 @@
 <div class="www_sectiontitle" id="speakers">Call for Speakers</div>
 
 <p>We are looking for speakers for this year's developers meeting! Specifically
-we'd love talks on the LLVM or Clang core infrastructure or new uses of LLVM or Clang.</p>
+we'd love talks on the LLVM, Clang, LLDB, core infrastructure, new uses and 
+applications of LLVM components, etc.</p>
 <p>If you are interested in presenting at this year's LLVM Developers'  
 Meeting, please submit your talk proposal to us by <b>September 22, 2010</b> via  
 the <a href="http://llvm.org/devmtg/talk.php">website</a>.</p>





More information about the llvm-commits mailing list