[llvm-commits] [hlvm] r38298 - /hlvm/trunk/docs/ReleasePlans.html

Reid Spencer reid at x10sys.com
Sat Jul 7 17:02:05 PDT 2007


Author: reid
Date: Sat Jul  7 19:02:05 2007
New Revision: 38298

URL: http://llvm.org/viewvc/llvm-project?rev=38298&view=rev
Log:
Update current status.

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=38298&r1=38297&r2=38298&view=diff

==============================================================================
--- hlvm/trunk/docs/ReleasePlans.html (original)
+++ hlvm/trunk/docs/ReleasePlans.html Sat Jul  7 19:02:05 2007
@@ -122,9 +122,11 @@
   <table>
     <tr><th>Feature</th><th>Feature</th><th>Feature</th></tr>
     <tr>
-      <td><a href="#arithmetic">Arithmetic Operators</a><br/>Implemented.</td>
-      <td><a href="#controlflow">Control Flow Operators</a><br/>Not Started</td>
-      <td><a href="#booleanops">Boolean Operators</a><br/>Implemented.</td>
+      <td><a href="#arithmetic">Arithmetic Operators</a><br/>Done.</td>
+      <td><a href="#controlflow">Control Flow Operators</a><br/>CallOp is done.
+        Select, Loop, and Switch are syntactically implemented but no code gen
+        yet.</td>
+      <td><a href="#booleanops">Boolean Operators</a><br/>Done.</td>
     </tr><tr>
       <td><a href="#textops">Text Operators</a><br/>Not Started</td>
       <td><a href="#args">Program Arguments</a><br/>Not Started</td>





More information about the llvm-commits mailing list