tweaks from dale.

llvm-svn: 46952
This commit is contained in:
Chris Lattner 2008-02-11 07:27:21 +00:00
parent b0e9321090
commit 887f5ebfa9
1 changed files with 2 additions and 2 deletions

View 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