Committed and should be on today's mirror.

Cheers,

-- Jim


On 31-Dec-06, at 03:43 AM, Reid Spencer wrote:

All,

Here is a cumulative patch to keep llvm-gcc working with recent changes
in LLVM. This incorporates the SETCC patch I sent a week ago. This one
also includes all the signless integer type conversions (e.g. ubyte ->
i8) as well as support for the new @sext and @zext parameter attributes
(see LangRef.html for details).

For those of you working on the LLVM head before the Apple developers
get a chance to commit this patch, you will need to apply this manually
to your llvm-gcc working directory and recompile if you update your
LLVM. If you previously applied the SETCC patch, you'd be best off to
remove your working copies, refresh from SVN and then apply this patch.

JIM: This is the one one to commit .. ignore the SETCC one :)

RAFAEL: This includes your change to use UNE instead of ONE for != but
not the portion that removes the intrinsic calls. I wasn't sure about
that and things work leaving it in so I erred on the side of caution.
I'll discuss this with Chris or Evan when they get back.

Reid.
<PR950.patch>
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to