[www] r352962 - Add GSoC 2019 stub
Anton Korobeynikov via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 2 10:03:18 PST 2019
Author: asl
Date: Sat Feb 2 10:03:17 2019
New Revision: 352962
URL: http://llvm.org/viewvc/llvm-project?rev=352962&view=rev
Log:
Add GSoC 2019 stub
Modified:
www/trunk/OpenProjects.html
Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=352962&r1=352961&r2=352962&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Sat Feb 2 10:03:17 2019
@@ -3,64 +3,20 @@
<div class="www_sectiontitle">Open LLVM Projects</div>
<ul>
- <li><a href="#gsoc18">Google Summer of Code 2018</a>
+ <li><a href="#gsoc19">Google Summer of Code 2019</a>
<ul>
<li>
<b>LLVM Core</b>
- <ul>
- <li><a href="#codegen_testing2018">Improve code generation testing</a></li>
- </ul>
- <ul>
- <li><a href="#llvm_optimized_debugging">Improve debugging of optimized code</a></li>
- </ul>
- <ul>
- <li><a href="#replace_binary_utilities">Command line replacements for GNU Binutils</a></li>
- </ul>
- <ul>
- <li><a href="#llvm_domtree_updater">Implement a single updater class for Dominators</a></li>
- </ul>
- <ul>
- <li><a href="#llvm_function_attributes">Improve function attribute inference</a></li>
- </ul>
+ </li>
+ <li><a href="http://clang.llvm.org/"><b>Clang</b></a>
</li>
<li>
- <a href="http://clang.llvm.org/"><b>Clang</b></a><ul>
- <li><a href="#clang-template-instantiation-sugar">Extend clang AST to
- provide information for the type as written in template
- instantiations</a>
- </li>
- <li>
- <a href="#improve-autocompletion">Improve shell autocompletion for Clang</a>
- </li>
- </ul>
- </a>
- <a href="http://lldb.llvm.org/"><b>LLDB</b></a><ul>
- <li><a href="#lldb-data-formatters">Implement a DSL for LLDB data formatters</a>
- </li>
-
- <li><a href="#lldb-reimplement-lldb-cmdline">Reimplement LLDB's
- command-line commands using the public SB API.</a>
- </li>
- <li><a href="#lldb-batch-testing">Add support for batch-testing to the LLDB
- testsuite.</a>
- </li>
- </ul>
+ <a href="http://lldb.llvm.org/"><b>LLDB</b></a>
</li>
<li>
<b>Packaging</b>
- <ul>
- <li><a href="#apt">Integrate libc++ and OpenMP in apt.llvm.org</a>
- </li>
- <li><a href="#apt-obs">Move the apt.llvm.org CI to OBS</a>
- </li>
- </ul>
</li>
<li>
- <b>Clang Tools Extra</b>
- <ul>
- <li><a href="#doc-html-generator">Implement an HTML generator for clang-doc</a>
- </li>
- </ul>
</li>
</ul>
</li>
@@ -105,14 +61,14 @@
<!-- *********************************************************************** -->
<div class="www_sectiontitle">
- <a name="gsoc18">Google Summer of Code 2018</a>
+ <a name="gsoc19">Google Summer of Code 2019</a>
</div>
<!-- *********************************************************************** -->
<div class="www_text">
<p>
-Welcome prospective Google Summer of Code 2018 Students! This document is your
+Welcome prospective Google Summer of Code 2019 Students! This document is your
starting point to finding interesting and important projects for LLVM, Clang,
and other related sub-projects. This list of projects is not only developed for
Google Summer of Code, but open projects that really need developers to work on
@@ -134,6 +90,21 @@ main <a href="https://developers.google.
<!-- *********************************************************************** -->
+<div class="www_sectiontitle">
+ <a name="gsoc18">Google Summer of Code 2018</a>
+</div>
+<!-- *********************************************************************** -->
+
+<div class="www_text">
+
+<p>Google Summer of Code 2018 contributed a lot to the LLVM project. Below is a
+list of some projects that were offerred during GSoC 2018. For the list of
+accepted and completed projects, please take a look into Google Summer of Code
+<a href="https://summerofcode.withgoogle.com/archive/2018/organizations/5263452624912384/">website.
+</a></p>
+
+
+<!-- *********************************************************************** -->
<div class="www_subsection">
<a>LLVM</a>
</div>
More information about the llvm-commits
mailing list