[llvm-commits] [hlvm] r38410 - /hlvm/trunk/docs/ReleasePlans.html
Reid Spencer
reid at x10sys.com
Sat Jul 7 17:03:07 PDT 2007
Author: reid
Date: Sat Jul 7 19:03:07 2007
New Revision: 38410
URL: http://llvm.org/viewvc/llvm-project?rev=38410&view=rev
Log:
Update 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=38410&r1=38409&r2=38410&view=diff
==============================================================================
--- hlvm/trunk/docs/ReleasePlans.html (original)
+++ hlvm/trunk/docs/ReleasePlans.html Sat Jul 7 19:03:07 2007
@@ -114,18 +114,19 @@
<td><a href="#integer">Integer Arithmetic Operators</a><br/>Done.</td>
<td><a href="#boolean">Boolean Arithmetic Operators</a><br/>Done.</td>
<td><a href="#floating">Floating Point Arithmetic Operators</a><br/>
- Done with the exception of math library calls.</td>
+ Done except for code generation to integrate with runtime.</td>
</tr><tr>
<td><a href="#controlflow">Control Flow Operators</a><br/>Done.</td>
<td><a href="#blocknest">Block Nesting</a><br/>Done.</td>
<td><a href="#aggrconst">Aggregate Constants</a><br/>Done.</td>
</tr><tr>
- <td><a href="#textops">Text Operators</a><br/>Not Started.</td>
+ <td><a href="#textops">Text Operators</a><br/>
+ String operators defined. Text operators to follow.</td>
<td><a href="#args">Program Arguments</a><br/>Changed to argc/argv.</td>
<td><a href="#jit">JIT Compilation</a><br/>Not Started.</td>
</tr><tr>
<td><a href="#tcgen">Test Case Generator</a><br/>
- 80% A few bugs remain.</td>
+ 85% A few generation bugs remain.</td>
<td></td>
<td></td>
</tr>
More information about the llvm-commits
mailing list