[llvm-commits] [hlvm] r38237 - /hlvm/trunk/docs/ReleasePlans.html
    Reid Spencer 
    reid at x10sys.com
       
    Sat Jul  7 17:01:29 PDT 2007
    
    
  
Author: reid
Date: Sat Jul  7 19:01:28 2007
New Revision: 38237
URL: http://llvm.org/viewvc/llvm-project?rev=38237&view=rev
Log:
Add the ValidatePass to the 0.2 release plan.
Modified:
    hlvm/trunk/docs/ReleasePlans.html
Modified: hlvm/trunk/docs/ReleasePlans.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/ReleasePlans.html?rev=38237&r1=38236&r2=38237&view=diff
==============================================================================
--- hlvm/trunk/docs/ReleasePlans.html (original)
+++ hlvm/trunk/docs/ReleasePlans.html Sat Jul  7 19:01:28 2007
@@ -247,6 +247,9 @@
     <li><a name="textops"><em>Text Operators</em></a>. Extend the AST
     library to provide a complete set of operators for manipulating strings of
     text and the LLVM code generation for them.</li>
+    <li><a name="validate"><em>Validate Pass</em></a>. Finish the implementation
+    of the ValidatePass so that AST trees can be fully validated after
+    construction.</li>
     <li><a name="args"><em>Program Arguments</em></a>. Extend the Runtime
     library to correctly pass an HLVM program's arguments as an HLVM array of
     text.</li>
    
    
More information about the llvm-commits
mailing list