[www] r327825 - Remove the GSoC 2017 ToC
Sylvestre Ledru via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 19 02:10:02 PDT 2018
Author: sylvestre
Date: Mon Mar 19 02:10:02 2018
New Revision: 327825
URL: http://llvm.org/viewvc/llvm-project?rev=327825&view=rev
Log:
Remove the GSoC 2017 ToC
Modified:
www/trunk/OpenProjects.html
Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=327825&r1=327824&r2=327825&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Mon Mar 19 02:10:02 2018
@@ -77,66 +77,6 @@
</li>
</ul>
</li>
- <li><a href="#gsoc17">Google Summer of Code 2017</a>
- <ul>
- <li>
- <b>LLVM Core</b><ul>
- <li><a href="#bitcode_fuzzing">Fuzzing the Bitcode reader</a></li>
- <li><a href="#debuginfo_overhead">Improve optimizer overhead with debug info</a></li>
- <li><a href="#thinlto_global">ThinLTO: propagating more global informations</a></li>
- <li><a href="#debuginfo_codegen_mismatch">Adding Debug Info shouldn't change the generated code</a></li>
- <li><a href="#hashmap_codegen_mismatch">Changing hashmap iteration order should not change the generated code</a></li>
- <li><a href="#opt_remarks">We need better optimization remarks!</a></li>
- <li><a href="#llvmir_dump">Smarter way of dumping LLVM IR with -emit-after-all</a></li>
- <li><a href="#codegen_testing">Improve code generation testing</a></li>
- </ul>
- </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="#clang-shell-autocompletion-support">Shell auto-completion
- support for clang</a>
- </li>
- <li><a href="#clang-diff-tool">Clang-based C/C++ diff tool</a></li>
- </ul>
- </li><li>
- <a href="http://clang.llvm.org/extra/clang-tidy/"><b>Clang-tidy</b></a><ul>
- <li><a href="#clang-tidy-pointer-deref">Find dereference of pointers</a>
- </li>
- </ul>
- </li><li>
- <a href="http://clang-analyzer.llvm.org/"><b>Clang Static Analyzer</b></a><ul>
- <li><a href="#clang-sa-virt-calls">Warn if virtual calls are made from
- constructors or destructors</a>
- </li>
- <li><a href="#clang-sa-atomics">Model C++11 and C11 atomics in the
- analyzer</a>
- </li>
- </ul>
- </li><li>
- <a href="http://compiler-rt.llvm.org/"><b>Compiler-rt</b></a><ul>
- <li><a href="#compiler-rt-port-to-other-platforms">Port compiler-rt
- components to other platforms</a>
- </li>
- </ul>
- </li><li>
- <a href="http://lld.llvm.org/"><b>LLD</b></a><ul>
- <li><a href="#lld_layout">Improve Code Layout</a>
- </li>
- </ul>
- </li><li>
- <b><a href="http://polly.llvm.org">Polly</a></b><ul>
- <li>
- <a href="#pollypgo">Profile Guided Optimization in Polly</a></li>
- <li><a href="#pollypassmanager">Move Polly to the new LLVM pass manager</a>
- </li>
- </ul>
- </li>
- </ul>
-
- </li>
<li><a href="#what">What is this?</a></li>
<li><a href="#subprojects">LLVM Subprojects: Clang and more</a></li>
<li><a href="#improving">Improving the current system</a>
More information about the llvm-commits
mailing list