[llvm-commits] [hlvm] r38374 - /hlvm/trunk/docs/OpenProjects.html
Reid Spencer
reid at x10sys.com
Sat Jul 7 17:02:47 PDT 2007
Author: reid
Date: Sat Jul 7 19:02:47 2007
New Revision: 38374
URL: http://llvm.org/viewvc/llvm-project?rev=38374&view=rev
Log:
Add a note about adding range checking.
Modified:
hlvm/trunk/docs/OpenProjects.html
Modified: hlvm/trunk/docs/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/OpenProjects.html?rev=38374&r1=38373&r2=38374&view=diff
==============================================================================
--- hlvm/trunk/docs/OpenProjects.html (original)
+++ hlvm/trunk/docs/OpenProjects.html Sat Jul 7 19:02:47 2007
@@ -4,6 +4,7 @@
<ul>
<li><a href="#what">What is this?</a></li>
<li><a href="#code">Coding Projects</a></li>
+ <li><a href="#cleanup">Cleanup Projects</a></li>
<li><a href="#doc">Documentation Projects</a></li>
<li><a href="#test">Testing Projects</a></li>
<li><a href="#misc">Miscellaneous Projects</a></li>
@@ -48,6 +49,10 @@
an alternate way to build the AST from a nicer-to-read source would be
useful in helping some people comprehend HLVM. The design should be very
similar to the XML Reader/Writer and be based on the Syck library.</li>
+ <li><em>Range Check Code Gen</em>. This is a well contained project having
+ to do with emitting LLVM code to do range checking for RangeType
+ variables. RangeType's are currently treated like integers without range
+ checking.</li>
</ol>
</div>
More information about the llvm-commits
mailing list