[llvm-commits] [hlvm] r38034 - in /hlvm/trunk/docs: ReleasePlans.html index.html
Reid Spencer
reid at x10sys.com
Sat Jul 7 16:59:10 PDT 2007
Author: reid
Date: Sat Jul 7 18:59:10 2007
New Revision: 38034
URL: http://llvm.org/viewvc/llvm-project?rev=38034&view=rev
Log:
Add an initial version of the release plans document.
Added:
hlvm/trunk/docs/ReleasePlans.html
Modified:
hlvm/trunk/docs/index.html
Added: hlvm/trunk/docs/ReleasePlans.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/ReleasePlans.html?rev=38034&view=auto
==============================================================================
--- hlvm/trunk/docs/ReleasePlans.html (added)
+++ hlvm/trunk/docs/ReleasePlans.html Sat Jul 7 18:59:10 2007
@@ -0,0 +1,136 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <title>HLVM Release Plans</title>
+ <link rel="stylesheet" href="hlvm.css" type="text/css">
+</head>
+<body>
+<div class="title">HLVM Release Plans</div>
+<div class="warning">CAUTION: This document is <em>always</em> a work in progress.</div>
+<ol>
+ <li><a href="#introduction">Introduction</a>
+ <li><a href="#overview">Overview</a></li>
+ <li><a href="#features">Features</a></li>
+ <li><a href="#status">Status</a></li>
+ <li><a href="#released">Released Features</a>
+</ol>
+
+<div class="author">
+ <p>Author:<a href="mailto:rspencer at reidspencer.com">Reid Spencer</a>.</p>
+</div>
+
+<!-- *********************************************************************** -->
+<div class="section"><a name="introduction">Introduction</a></div>
+<!-- *********************************************************************** -->
+
+<div class="warning">
+ <blockquote>
+ <h2>WARNING</h2>
+ <p>This document is ephemeral. We change it all the time. It gets updated
+ with our current plans for the definition of a release. As such, referring
+ to it often will help you understand where HLVM is going in upcoming
+ releases.</p>
+ <p>However, <em>nothing</em> within these plans should be relied upon or
+ taken as a committment from the developers. Open Source projects proceed
+ as time and talent permits and this one is no exception. We are simply
+ trying to provide you with information about what is likely to occur in
+ the next few releases.</p>
+ </blockquote>
+</div>
+<div class="text">
+ <p>This document contains the Release plans for HLVM. Each release is broken
+ down into a set of high-level features that we are intending to implement in
+ that release. For each release, we describe the features and provide a
+ completion matrix to help you track the progress.</p>
+ <p>One of the reasons we publish this information is so that developers can
+ see where they might be able to help. If you have an interest in implementing
+ one of the features, please contact us.</p>
+</div>
+
+<!-- *********************************************************************** -->
+<div class="section"><a name="overview"><b>Overview</b></a></div>
+<!-- *********************************************************************** -->
+<div class="text">
+ <p>The table below shows the releases we are thinking about.</p>
+ <table>
+ <tr><th>Release</th><th>Title</th><th>Links</th></tr>
+ <tr>
+ <td>0.1</td>
+ <td>AST Construction</td>
+ <td><a href="#f0_1">Features</a><a href="#s0_1">Status</a></td>
+ </tr>
+ <tr>
+ <td>0.2</td>
+ <td>Code Generation</td>
+ <td><a href="#f0_2">Features</a><a href="#s0_2">Status</a></td>
+ </tr>
+ </table>
+</div>
+
+<!-- *********************************************************************** -->
+<div class="section"><a name="features">Features</a></div>
+<!-- *********************************************************************** -->
+<!-- ======================================================================= -->
+<div class="subsection"><a name="f0_1">Release 0.1 Features</a></div>
+<div class="text">
+ <h2><a name="buildenv">Build Environment</a></h2>
+ <h2><a name="testharn">Test Harness</a></h2>
+ <h2><a name="ASTNodes">AST Nodes</a></h2>
+ <h2><a name="XMLReader">XML Reader</a></h2>
+ <h2><a name="XMLWriter">XML Writer</a></h2>
+ <h2><a name="xml2xml">hlvm_xml2xml</a></h2>
+ <h2><a name="ASTsuite">AST Test Suite</a></h2>
+</div>
+
+<!-- ======================================================================= -->
+<div class="subsection"><a name="f0_2">Release 0.2 Features</a></div>
+<div class="text">
+ <h2><a name="buildenv">Build Environment</a></h2>
+ <h2><a name="testharn">Test Harness</a></h2>
+ <h2><a name="ASTNodes">AST Nodes</a></h2>
+ <h2><a name="XMLReader">XML Reader</a></h2>
+ <h2><a name="XMLWriter">XML Writer</a></h2>
+ <h2><a name="xml2xml">hlvm_xml2xml</a></h2>
+ <h2><a name="ASTsuite">AST Test Suite</a></h2>
+</div>
+
+<!-- *********************************************************************** -->
+<div class="section"><a name="status">Current Status</a></div>
+<!-- *********************************************************************** -->
+<div class="subsection"><a name="s0_1">Release 0.1 Status</b></a></div>
+<div class="text">
+ <table>
+ <tr><th>Feature</th><th>Feature</th><th>Feature</th></tr>
+ <tr>
+ <td><a name="#buildenv">Build Environment</a><br/>Mostly complete.</td>
+ <td><a name="#testharn">Test Harness</a><br/>Just starting.</td>
+ <td><a name="#ASTNodes">AST Nodes</a><br/>A few nodes developed.</td>
+ </tr><tr>
+ <td><a name="#XMLReader">XML Reader</a><br/>Infrastructure complete.</td>
+ <td><a name="#XMLWriter">XML Writer</a><br/>Infrastructure complete.</td>
+ <td><a name="#xml2xml">hlvm_xml2xml</a><br/>Done.</td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ <a name="#ASTsuite">AST Test Suite</a><br/>Just starting.
+ </td>
+ </tr>
+ </table>
+</div>
+
+<!-- ======================================================================= -->
+<div class="subsection"><a name="s0_2">Release 0.2 Status</a></div>
+<div class="text">
+ <p>No status yet.</p>
+</div>
+
+<!-- *********************************************************************** -->
+<div class="section"><a name="released">Released Features</a></div>
+<!-- *********************************************************************** -->
+<div class="text">
+ <p>No releases yet.</p>
+</div>
+</body>
+</html>
Modified: hlvm/trunk/docs/index.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/index.html?rev=38034&r1=38033&r2=38034&view=diff
==============================================================================
--- hlvm/trunk/docs/index.html (original)
+++ hlvm/trunk/docs/index.html Sat Jul 7 18:59:10 2007
@@ -12,12 +12,17 @@
<table>
<tr><th>Users</th><th>Developers</th></tr>
<tr>
- <td><ul>
+ <td>
+ <ul>
<li><a href="DevelopersGuide.html#LGPL">License (LGPL)</a></li>
- </ul></td>
- <td><ul>
+ <li><a href="ReleasePlans.html">Release Plans</a></li>
+ </ul>
+ </td>
+ <td>
+ <ul>
<li><a href="GettingStarted.html">Getting Started</a></li>
<li><a href="DevelopersGuide.html">Developers Guide</a></li>
- </ul></td>
+ </ul>
+ </td>
</tr>
</table>
More information about the llvm-commits
mailing list