[www] r197054 - Remove an old page (2007). No referenced from any other pages on the llvm website
Sylvestre Ledru
sylvestre at debian.org
Wed Dec 11 09:19:13 PST 2013
Author: sylvestre
Date: Wed Dec 11 11:19:13 2013
New Revision: 197054
URL: http://llvm.org/viewvc/llvm-project?rev=197054&view=rev
Log:
Remove an old page (2007). No referenced from any other pages on the llvm website
Removed:
www/trunk/GSoCProjects.html
Removed: www/trunk/GSoCProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/GSoCProjects.html?rev=197053&view=auto
==============================================================================
--- www/trunk/GSoCProjects.html (original)
+++ www/trunk/GSoCProjects.html (removed)
@@ -1,88 +0,0 @@
-<!--#include virtual="header.incl" -->
-
-<div class="www_sectiontitle">Google Summer of Code Projects</div>
-
-<ul>
- <li><a href="#what">What Is This?</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 available 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>
- <tr><th>Link</th><td>
- <a href="http://code.google.com/p/llvm-qemu/">
- http://code.google.com/p/llvm-qemu/</a>
- </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/06/27 19:39:03 $
-</address>
-
-<!--#include virtual="footer.incl" -->
More information about the llvm-commits
mailing list