[llvm-commits] CVS: llvm-www/SVNMigration.html

Reid Spencer reid at x10sys.com
Mon Apr 2 11:04:36 PDT 2007



Changes in directory llvm-www:

SVNMigration.html added (r1.1)
---
Log message:

Add a page for tracking information about the CVS -> SVN migration.


---
Diffs of the changes:  (+122 -0)

 SVNMigration.html |  122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 122 insertions(+)


Index: llvm-www/SVNMigration.html
diff -c /dev/null llvm-www/SVNMigration.html:1.1
*** /dev/null	Mon Apr  2 13:04:29 2007
--- llvm-www/SVNMigration.html	Mon Apr  2 13:04:19 2007
***************
*** 0 ****
--- 1,122 ----
+ <!--#include virtual="header.incl" -->
+ <!-- *********************************************************************** -->
+ <div class="www_sectiontitle">Subversion Migration Notes</div>
+ <div class="www_text">
+   <p>This document contains notes about the planned migration of the CVS code
+   repository to Subversion.</p>
+ </div>
+ 
+ <!-- *********************************************************************** -->
+ <div class="www_sectiontitle"><a name="branches">Branch Status</a></div>
+ <div class="www_text">
+   <p>The existing branches have been categorized as shown in the table below. If
+   a branch is scheduled to be removed and you need it, please let 
+   <a href="mailto:rspencer at reidspencer.com">Reid</a> know as soon as
+   possible.</p>
+   <h3>Branches To Be Kept</h3>
+   <table class="www">
+     <tr><th>Name</th><th>Description</th></tr>
+     <tr><td>release_*</td><td>Release branches (10 total)</td></tr>
+     <tr><td>see</td><td>Branch Vikram's group is using for Secure
+         Code?</td></tr>
+     <tr><td>parallel</td><td>Branch for parallel features? (not sure)</td></tr>
+     <tr><td>vector_llvm</td><td>Branch for vector stuff? (not sure)</td></tr>
+   </table>
+ 
+   <h3>Branches To Be Removed</h3>
+   <table class="www">
+     <tr><th>Name</th><th>Description</th></tr>
+     <tr><td>autoconf</td>
+       <td>appears to be an early version, even before the autoconf
+         directory existed</td>
+     </tr>
+     <tr><td>bug_122</td>
+       <td>a bug fix branch that I created long ago. Its not needed any more.
+       </td>
+     </tr>
+     <tr><td>jrsdev</td>
+       <td>has exactly 2 header files in it, one for reoptimizer, the other for 
+         SparcV9</td>
+     </tr>
+     <tr><td>llvm</td>
+       <td>appears to be a *very* early version (docs has only LangRef.html, 
+         and only 3 tools)</td>
+     </tr>
+     <tr><td>regalloc_linearscan</td>
+       <td>has only 3 old header files in it</td>
+     </tr>
+     <tr><td>PowerPC_0</td>
+       <td>Appears to be an early version of the PowerPC target. Seems not
+         important to keep it</td>
+     </tr>
+     <tr><td>pre-11, prerelease_*</td>
+       <td>John created these as the first step towards a release, but it 
+         hasn't been done that way since (there's no prerelease_12 or later).  
+         I think its not important to retain these.</td>
+     </tr>
+     <tr><td>SignlessTypes</td>
+       <td>Reid created this and doesn't need/want it</td>
+     </tr>
+     <tr><td>unlabelled-*</td>
+       <td>these three appear to be mistakes (only a few files each)</td>
+     </tr>
+   </table>
+ </div>
+ 
+ <!-- *********************************************************************** -->
+ <div class="www_sectiontitle"><a name="tags">Tag Status</a></div>
+ <div class="www_text">
+   <p>Below are some tables of tag names to be kept or removed when the migration
+   occurs.</p>
+   <h3>Tags To Be Kept</h3>
+   <table class="www">
+     <tr><th>Name</th><th>Description</th></tr>
+     <tr><td>jtc</td><td>Assuming this is John Criswell's tag and he wants
+         it</td>
+     </tr>
+     <tr><td>jtcllva</td><td>Assuming this is the LLVA tag</td></tr>
+     <tr><td>PARALLEL_ROOT</td><td>Root of the parallel branch</td></tr>
+     <tr><td>RELEASE_*</td><td>These are the final release tags (7 total)</td>
+     </tr>
+     <tr><td>ROOT_RELEASE_*</td><td>These are the original release tags (9 total)
+       </td>
+     </tr>
+     <tr><td>RC15</td><td>This should have been ROOT_RELEASE_15, I think</td>
+     </tr>
+     <tr><td>start</td><td>This seems to be the very first tag. It references an
+         ancient version of llvm and is only of historical interest</td></tr>
+   </table>
+   <h3>Tags To Be Removed</h3>
+   <table class="www">
+     <tr><th>Name</th><th>Description</th></tr>
+     <tr><td>byebye</td><td>Contains just the old lib/Analysis/DataStructure
+         stuff. It is inappropriately named and definitely not needed</td></tr>
+     <tr><td>LLVM_PRE111</td><td>This is a pre-release tag to go with a branch 
+         we're planning to remove.</td>
+     </tr>
+     <tr><td>new_merge_vector</td><td>Appears to be a merging tag. Pretty sure
+         its unneeded at this point</td>
+     </tr>
+     <tr><td>PowerPC_0_0</td><td>Root of a branch we're deleting</td></tr>
+     <tr><td>PRE10</td><td>Root of a branch we're deleting</td></tr>
+     <tr><td>PRE101</td><td>Root of a branch we're deleting</td></tr>
+     <tr><td>PRE11</td><td>Root of a branch we're deleting</td></tr>
+     <tr><td>PRE11_ROOT</td><td>Root of a branch we're deleting</td></tr>
+     <tr><td>PRE2_ROOT</td><td>Root of a branch we're deleting</td></tr>
+     <tr><td>regalloc_linearscan_mergein_main</td><td>Merge point of branch 
+         we're deleting</td></tr>
+     <tr><td>ROOT_VLLVM</td><td>Appears to be a typo</td></tr>
+     <tr><td>ST_incr_*</td><td>SignlessTypes tags, not needed any more</td></tr>
+   </table>
+ 
+ </div>
+ <!-- *********************************************************************** -->
+ <hr>
+ <address>
+   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
+   src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+   <a href="http://validator.w3.org/check/referer"><img
+   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+ <br/>Last modified: $Date: 2007/04/02 18:04:19 $
+ </address>
+ <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list