tweaks from dale.
authorChris Lattner <sabre@nondot.org>
Mon, 11 Feb 2008 07:27:21 +0000 (07:27 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 11 Feb 2008 07:27:21 +0000 (07:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46952 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index b550cef5272eaaee5462053aa74040ed14c11137..6da2ded646e50f52d0bcba1f7d1a0b5c28d225ac 100644 (file)
@@ -292,8 +292,8 @@ variables have different widths.</li>
 <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