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

Chris Lattner lattner at cs.uiuc.edu
Wed Aug 18 10:38:48 PDT 2004



Changes in directory llvm-www:

Developers.html added (r1.1)
---
Log message:

Add an LLVM developers page.

I'm just doing the checkin for Reid, who did all of the work, thanks Reid!


---
Diffs of the changes:  (+71 -0)

Index: llvm-www/Developers.html
diff -c /dev/null llvm-www/Developers.html:1.1
*** /dev/null	Wed Aug 18 12:38:47 2004
--- llvm-www/Developers.html	Wed Aug 18 12:38:36 2004
***************
*** 0 ****
--- 1,71 ----
+ <!--#include virtual="header.incl" -->
+ 
+ <div class="www_sectiontitle">Meet The LLVM Developers</div>
+ 
+ <p>The developers of LLVM have a variety of backgrounds and interests. This page
+ provides links to each developer's home page (or LLVM page if they have one).
+ If you'd like to get a link added to this page, email or contact us!</p>
+ 
+ <table>
+   <tr>
+     <th>Name</th>
+     <th>Picture</th>
+   </tr>
+   <tr>
+     <td><a href="http://www-sal.cs.uiuc.edu/~vadve/">Vikram Adve</a></td>
+     <td><a href="http://www-sal.cs.uiuc.edu/~vadve/">
+         <img src="http://www.cs.uiuc.edu/images/faculty/advevl.jpg"
+         alt="vadve"/></a>
+   </tr>
+   <tr>
+     <td><a href="http://sampo.lasthome.net/">Nate Begeman</a></td>
+     <td><a href="http://sampo.lasthome.net/">
+         <img src="http://sampo.lasthome.net/foob/work.jpg" alt="Sampo" title="Sampo"/>
+     </a></td>
+   </tr>
+   <tr>
+     <td><a href="http://nondot.org/~tonic/">Tanya Brethour</a></td>
+     <td><a href="http://nondot.org/~tonic/">
+         <img src="http://nondot.org/~tonic/tonic.jpg" alt="Tonic"
+         title="Tonic"/>
+     </a></td>
+   </tr>
+   <tr>
+     <td><a href="http://llvm.cs.uiuc.edu/~brukman/index.en.html">Misha Brukman</a></td>
+     <td><a href="http://llvm.cs.uiuc.edu/~brukman/index.en.html">
+       <IMG SRC="http://llvm.org/~brukman/images/nav/m-sm.png" alt="LLVM Bug
+       #100" title="LLVM Bug #100"/>
+     </a></td>
+   </tr>
+   <tr>
+     <td><a href="http://www.bigw.org/~jcriswel/">John Criswell</a></td>
+     <td><a href="http://www.bigw.org/~jcriswel/"><img
+       src="http://www.unitedmedia.com/comics/dilbert/desktop_diversions/images/demons_of_stupidity_th.gif"
+       alt="Dogbert" title="Dogbert"/></a></td>
+   </tr>
+   <tr>
+     <td><a href="http://netfiles.uiuc.edu/gaeke/www/">Brian Gaeke</a></td>
+     <td><a href="http://netfiles.uiuc.edu/gaeke/www/">
+       <IMG SRC="https://netfiles.uiuc.edu/gaeke/www/small-gray-brg.png"
+       alt="Repo^H^Hopt Man" title="Repo^H^Hopt Man"></a>
+     </td>
+   </tr>
+   <tr>
+     <td><a href="http://www.nondot.org/~kungfoomaster/">Brad Jones</a></td>
+     <td><a href="http://www.nondot.org/~kungfoomaster/">
+         <img src="http://www.nondot.org/~kungfoomaster/me/happy.jpg"
+         alt="KungFooMaster" title="KungFooMaster"/></a></td>
+   </tr>
+   <tr>
+     <td><a href="http://nondot.org/sabre/LLVMNotes/">Chris Lattner</a></td>
+     <td><a href="http://nondot.org/sabre/LLVMNotes/">Sabre</a></td>
+   </tr>
+   <tr>
+     <td><a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a></td>
+     <td><a href="http://llvm.x10sys.com/rspencer/">
+       <img src="http://llvm.x10sys.com/rspencer/reid.jpg" alt="Reid" title="Reid">
+     </a></td>
+   </tr>
+ </table>
+ 
+ <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list