It looks like we're not releasing 1.4 with llvm.org as the official domain

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16867 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-10-09 19:19:57 +00:00
parent 03203b423f
commit 9cfa0d95fa

View 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>