[llvm-commits] [llvm] r46952 - /llvm/trunk/docs/ReleaseNotes.html

Chris Lattner sabre at nondot.org
Sun Feb 10 23:27:22 PST 2008


Author: lattner
Date: Mon Feb 11 01:27:21 2008
New Revision: 46952

URL: http://llvm.org/viewvc/llvm-project?rev=46952&view=rev
Log:
tweaks from dale.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=46952&r1=46951&r2=46952&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Feb 11 01:27:21 2008
@@ -292,8 +292,8 @@
 <li>Evan contributed support to the X86 backend to model the mod/ref behavior
 of the EFLAGS register explicitly in all instructions.  This gives more freedom
 to the scheduler, and is a more explicit way to model the instructions.</li>
-<li>Dale contributed support for exception handling on Darwin/x86-64 and
-Darwin/PPC.</li> 
+<li>Dale contributed support for exception handling on Darwin/PPC and he and
+Anton got x86-64 working.</li> 
 <li>Evan turned on if-conversion by default for ARM, allowing LLVM to take
 advantage of its predication features.</li>
 <li>Bruno added PIC support to the MIPS backend, fixed many bugs and improved





More information about the llvm-commits mailing list