[www] r323567 - fix a few html syntax errors
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 26 13:47:26 PST 2018
Author: adrian
Date: Fri Jan 26 13:47:26 2018
New Revision: 323567
URL: http://llvm.org/viewvc/llvm-project?rev=323567&view=rev
Log:
fix a few html syntax errors
Modified:
www/trunk/OpenProjects.html
Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=323567&r1=323566&r2=323567&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Fri Jan 26 13:47:26 2018
@@ -388,20 +388,20 @@ accepted and completed projects, please
workflow. Improvements would be welcome:
<ul><li>Create a single consistent format instead of the current mix of
- YAML + IR + MIR</ul></li>
+ YAML + IR + MIR</li></ul>
<ul><li>Do not print unnecessary information (we often print default
- values where the reader could deduce them)</ul></li>
+ values where the reader could deduce them)</li></ul>
<ul><li>The format of things like MachineInstr/MachineBasicBlock::dump()
should be the same or very close to the .mir format => change the dump
- functions.</ul></li>
+ functions.</li></ul>
<ul><li>Allow the representation to deduce successors of a basic block in
- common cases</ul></li>
+ common cases</li></ul>
<ul><li>Allow symbolic names instead of just numbers for virtual
- registers</ul></li>
+ registers</li></ul>
<ul><li>Helper passes: Strip IR information, rename blocks and values,
- debug information, ...</ul></li>
- <ul><li>Create a bugpoint mode (or a new tool) to reduce .mir test cases</ul></li>
- <ul><li>Write recommendations and guides for .mir based tests</ul></li>
+ debug information, ...</li></ul>
+ <ul><li>Create a bugpoint mode (or a new tool) to reduce .mir test cases</li></ul>
+ <ul><li>Write recommendations and guides for .mir based tests</li></ul>
</p>
<p><b>Confirmed Mentor:</b> Matthias Braun</p>
More information about the llvm-commits
mailing list