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

Reid Spencer reid at x10sys.com
Thu Apr 12 07:06:44 PDT 2007



Changes in directory llvm-www:

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

Add page for our GSoC projects.


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

 GSoCProjects.html |   84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 84 insertions(+)


Index: llvm-www/GSoCProjects.html
diff -c /dev/null llvm-www/GSoCProjects.html:1.1
*** /dev/null	Thu Apr 12 09:06:37 2007
--- llvm-www/GSoCProjects.html	Thu Apr 12 09:06:27 2007
***************
*** 0 ****
--- 1,84 ----
+ <!--#include virtual="header.incl" -->
+ 
+ <div class="www_sectiontitle">Google Summer of Code Projects</div>
+ 
+ <ul>
+   <li><a href="#intro">Introduction</a></li>
+   <li><a href="#projects">The Projects</a>
+   <ol>
+     <li><a href="#mips">Mips Target</a></li>
+     <li><a href="#parallel">Parallel/INC Support</a></li>
+     <li><a href="#python">Python Front End On HLVM</a></li>
+     <li><a href="#qemu">QEMU Translator</a></li>
+   </ol></li>
+ </ul>
+ 
+ <!-- *********************************************************************** -->
+ <div class="www_sectiontitle"><a name="what">What Is This?</a>
+ </div>
+ <!-- *********************************************************************** -->
+ <div class="www_text">
+   <p>This year the LLVM project was awarded 4 
+   <a href="http://code.google.com/soc/">Summer of Code</a> (SoC) projects by 
+   Google.  In these projects, Google pays the students to work on open source 
+   projects.  Thank you, Google!</p>
+   <p>This page provides information on the SoC projects that is not availble from
+   the google site. Additionally, the students will track their progress on this
+   page.</p>
+ </div>
+ 
+ <!-- *********************************************************************** -->
+ <div class="www_sectiontitle"><a name="projects">The Projects</a></div>
+ <!-- *********************************************************************** -->
+ <!-- -------------------------------------------------------------------------->
+ <div class="www_subsection"><a name="mips">Mips Target</a></div>
+ <div class="www_text">
+   <table class="www">
+     <tr><th>Project</th><td>LLVM Mips Backend</td></tr>
+     <tr><th>Student</th><td>Bruno Cardoso Lopes</td></tr>
+     <tr><th>Mentor</th><td>Chris Lattner</td></tr>
+   </table>
+ </div>
+ <!-- -------------------------------------------------------------------------->
+ <div class="www_subsection"><a name="parallel">Parallel Framework</a></div>
+ <div class="www_text">
+   <table class="www">
+     <tr><th>Project</th><td>Development of a Parallel Framework for LLVM</td></tr>
+     <tr><th>Student</th><td>Chandler Carruth</td></tr>
+     <tr><th>Mentor</th><td>Reid Spencer</td></tr>
+   </table>
+ </div>
+ <!-- -------------------------------------------------------------------------->
+ <div class="www_subsection"><a name="python">Python Front End To HLVM</a></div>
+ <div class="www_text">
+   <table class="www">
+     <tr><th>Project</th><td>Python Front End To HLVM</td></tr>
+     <tr><th>Student</th><td>Rooslan Khayrov</td></tr>
+     <tr><th>Mentor</th><td>Reid Spencer</td></tr>
+   </table>
+ </div>
+ <!-- -------------------------------------------------------------------------->
+ <div class="www_subsection"><a name="qemu">QEMU Translator</a></div>
+ <div class="www_text">
+   <table class="www">
+     <tr><th>Project</th><td>Using LLVM as a back end for QEMU's dynamic binary
+         translator</td></tr>
+     <tr><th>Student</th><td>Tilmann Scheller</td></tr>
+     <tr><th>Mentor</th><td>Paul Brook</td></tr>
+   </table>
+ </div>
+ 
+ <!-- *********************************************************************** -->
+ 
+ <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>
+ 
+   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
+   Last modified: $Date: 2007/04/12 14:06:27 $
+ </address>
+ 
+ <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list