diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-04-06 19:48:42 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-04-06 19:48:42 +0000 |
| commit | 4e344925691dbc0932744147f9c4199beac8ea59 (patch) | |
| tree | db653b0538eb39b91b857d25856e50ee41d79668 /llvm/docs | |
| parent | b8955205ce12744745b2c1e7eb57f25f3a75788b (diff) | |
| download | bcm5719-llvm-4e344925691dbc0932744147f9c4199beac8ea59.tar.gz bcm5719-llvm-4e344925691dbc0932744147f9c4199beac8ea59.zip | |
Bugs fixed new features implemented
llvm-svn: 12716
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 7402d90b997..2055e5feaf0 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -89,6 +89,7 @@ the C front-end. <ol> <li>The LLVM <a href="LangRef.html#i_select"><tt>select</tt></a> instruction is now fully implemented and supported by all targets.</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> </ol> @@ -127,6 +128,7 @@ In this release, the following build problems were fixed: <ol> <li><a href="http://llvm.cs.uiuc.edu/PR309">[vmcore] Code quality problem due to long operand of getelementptr</a></li> +<li>The X86 backend now generates substantially better code for 64-bit integer operations.</li> </ol> @@ -140,6 +142,7 @@ In this release, the following build problems were fixed: <ol> <li><a href="http://llvm.cs.uiuc.edu/PR306">[loopsimplify] Loop simplify incorrectly updates dominator information</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR310">[tailduplicate] DemoteRegToStack breaks SSA form</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR313">[X86] JIT miscompiles unsigned short to floating point cast</a></li> </ol> |

