[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Brian Gaeke
gaeke at cs.uiuc.edu
Tue May 4 16:23:02 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.171 -> 1.172
---
Log message:
Bugs fixed
---
Diffs of the changes: (+6 -3)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.171 llvm/docs/ReleaseNotes.html:1.172
--- llvm/docs/ReleaseNotes.html:1.171 Tue May 4 12:04:09 2004
+++ llvm/docs/ReleaseNotes.html Tue May 4 16:22:57 2004
@@ -96,6 +96,9 @@
generators, and the interpreter.</li>
<li>Bugpoint can now narrow down code-generation bugs to a loop nest, where
before it could only narrow them down to a function being miscompiled.</li>
+<li><a href="http://llvm.cs.uiuc.edu/PR40">Bugpoint can now debug arbitrary
+modes of llc</a> and lli, by passing them command line flags (e.g.,
+<tt>-regalloc=linearscan</tt>, <tt>-enable-correct-eh-support</tt>, etc.) </li>
<li>The Control Flow Graph in the native code generators is no longer
constrained to be the same as the CFG for the LLVM input code.</li>
<li>The LLVM induction variable analysis routines have been rewritten.</li>
@@ -200,10 +203,10 @@
<li><a href="http://llvm.cs.uiuc.edu/PR313">[X86] JIT miscompiles unsigned short
to floating point cast</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR332">[adce] Crash handling unreachable code that unwinds</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR333">[sparc] LLC can't emit 2 functions of
+the same name, both having constant pools</a></li>
</ol>
-
-
<p>Bugs in the C/C++ front-end:</p>
<ol>
@@ -630,7 +633,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/05/04 17:04:09 $
+ Last modified: $Date: 2004/05/04 21:22:57 $
</address>
</body>
More information about the llvm-commits
mailing list