diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b550cef5272..6da2ded646e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -292,8 +292,8 @@ variables have different widths.
  • 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.
  • -
  • Dale contributed support for exception handling on Darwin/x86-64 and -Darwin/PPC.
  • +
  • Dale contributed support for exception handling on Darwin/PPC and he and +Anton got x86-64 working.
  • Evan turned on if-conversion by default for ARM, allowing LLVM to take advantage of its predication features.
  • Bruno added PIC support to the MIPS backend, fixed many bugs and improved