summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-02-11 07:27:21 +0000
committerChris Lattner <sabre@nondot.org>2008-02-11 07:27:21 +0000
commit786cb7e44639db56c2d5cd40279778ede2fc005c (patch)
treeba19d69274e2a8ea4985f8ff09b77946d660eb33 /docs
parentdb401e900a040681e9a119a0a64d558cc11af82e (diff)
downloadllvm-786cb7e44639db56c2d5cd40279778ede2fc005c.tar.gz
llvm-786cb7e44639db56c2d5cd40279778ede2fc005c.tar.bz2
llvm-786cb7e44639db56c2d5cd40279778ede2fc005c.tar.xz
tweaks from dale.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46952 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b550cef527..6da2ded646 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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