[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Sat Oct 9 12:20:11 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.241 -> 1.242
---
Log message:
It looks like we're not releasing 1.4 with llvm.org as the official domain
---
Diffs of the changes: (+13 -13)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.241 llvm/docs/ReleaseNotes.html:1.242
--- llvm/docs/ReleaseNotes.html:1.241 Mon Oct 4 19:23:02 2004
+++ llvm/docs/ReleaseNotes.html Sat Oct 9 14:19:57 2004
@@ -86,7 +86,7 @@
<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 @@
<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 @@
<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 @@
<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 @@
<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>
@@ -619,7 +619,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/10/05 00:23:02 $
+ Last modified: $Date: 2004/10/09 19:19:57 $
</address>
</body>
More information about the llvm-commits
mailing list