It looks like we're not releasing 1.4 with llvm.org as the official domain
authorChris Lattner <sabre@nondot.org>
Sat, 9 Oct 2004 19:19:57 +0000 (19:19 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 9 Oct 2004 19:19:57 +0000 (19:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16867 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index d4534c25b07d1512c29f265636e9901f12bdb04c..7cd5debebd6988e098ad2a0301b50ad85b0be634 100644 (file)
@@ -86,7 +86,7 @@ with a broad variety of C++ programs.</p>
 <div class="doc_text">
 
 <ol>
-  <li><a href="http://llvm.org/PR257">move test/Programs out of the main llvm
+  <li><a href="http://llvm.cs.uiuc.edu/PR257">move test/Programs out of the main llvm
     tree</a></li>
 <li></li>
 </ol>
@@ -102,7 +102,7 @@ In this release, the following missing features were implemented:
 <div class="doc_text">
 
 <ol>
-<li><a href="http://llvm.org/PR419">JIT interface should support arbitrary
+<li><a href="http://llvm.cs.uiuc.edu/PR419">JIT interface should support arbitrary
     calls</a></li>
 </ol>
 
@@ -117,9 +117,9 @@ issues were fixed:</a>
 <div class="doc_text">
 
 <ol>
-<li><a href="http://llvm.org/PR426">[llvmg++] Tons of warnings are spewed when 
+<li><a href="http://llvm.cs.uiuc.edu/PR426">[llvmg++] Tons of warnings are spewed when 
     linking to libstdc++</a></li>
-<li><a href="http://llvm.org/PR352">include/{Support,Config} -> 
+<li><a href="http://llvm.cs.uiuc.edu/PR352">include/{Support,Config} -> 
     include/llvm/{Support,Config}</a></li>
 </ol>
 
@@ -144,7 +144,7 @@ improvements:</a>
 
 <div class="doc_text">
 <ol>
-<li><a href="http://llvm.org/PR362">Ugly code generator for  
+<li><a href="http://llvm.cs.uiuc.edu/PR362">Ugly code generator for  
     std::min/std::max</a></li>
 </ol>
 </div>
@@ -160,28 +160,28 @@ were fixed:</a>
 <p>Bugs fixed in the LLVM Core:</p>
 
 <ol>
-<li><a href="http://llvm.org/PR420">[licm] LICM invalidates alias analysis info
+<li><a href="http://llvm.cs.uiuc.edu/PR420">[licm] LICM invalidates alias analysis info
     and uses broken information</a> (optimizer crash)</li>
-<li><a href="http://llvm.org/PR422">[asmwriter] Asmwriter is really slow for
+<li><a href="http://llvm.cs.uiuc.edu/PR422">[asmwriter] Asmwriter is really slow for
     functions with lots of values</a></li>
-<li><a href="http://llvm.org/PR423">[anders-aa] Andersen's AA is completely 
+<li><a href="http://llvm.cs.uiuc.edu/PR423">[anders-aa] Andersen's AA is completely 
     broken in LLVM 1.3</a></li>
-<li><a href="http://llvm.org/PR430">[bcwriter] Empty compaction tables 
+<li><a href="http://llvm.cs.uiuc.edu/PR430">[bcwriter] Empty compaction tables 
     defined</a></li>
 </ol>
 
 <p>Bugs in the C/C++ front-end:</p>
 
 <ol>
-<li><a href="http://llvm.org/PR445">[llvmg++] not enough templates are instantiated</a></li>
-<li><a href="http://llvm.org/PR450">[llvmg++] Extern const globals cannot be 
+<li><a href="http://llvm.cs.uiuc.edu/PR445">[llvmg++] not enough templates are instantiated</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR450">[llvmg++] Extern const globals cannot be 
 marked 'constant' if they have nontrivial ctors or dtors</a></li>
 </ol>
 
 <p>Bugs fixed in the Sparc V9 back-end:</p>
 
 <ol>
-<li><a href="http://llvm.org/PR428">[sparcv9] regalloc assertion
+<li><a href="http://llvm.cs.uiuc.edu/PR428">[sparcv9] regalloc assertion
     failure with certain indirect calls</a></li>
 </ol>