Please use the patch I just sent with "NEW" in the subject line.
Reid.
On Fri, 2006-10-20 at 14:53 -0300, Rafael Espíndola wrote:
> On 10/20/06, Reid Spencer <[EMAIL PROTECTED]> wrote:
> > Attached is the patch for updating llvm-gcc4 for the ConstantInt change.
>
> Thank you.
> I also needed the
On 10/20/06, Reid Spencer <[EMAIL PROTECTED]> wrote:
Attached is the patch for updating llvm-gcc4 for the ConstantInt change.
Thank you.
I also needed the attached patch to replace getRawValue with getZExtValue.
Reid.
Rafael
gcc.patch
Description: Binary data
_
Here's that PPC/Altivec patch as an attachment.
Reid.
On Fri, 2006-10-20 at 13:26 -0300, Jim Laskey wrote:
> In addition to build on PPC.
>
> Index: gcc/config/rs6000/rs6000.h
> ===
> --- gcc/config/rs6000/rs6000.h(revision
In addition to build on PPC.
Index: gcc/config/rs6000/rs6000.h
===
--- gcc/config/rs6000/rs6000.h (revision 119086)
+++ gcc/config/rs6000/rs6000.h (working copy)
@@ -3812,7 +3812,7 @@
return
false;
Attached is the patch for updating llvm-gcc4 for the ConstantInt change.
Reid.
On Fri, 2006-10-20 at 11:34 -0300, Rafael Espíndola wrote:
> Could you please send the patch attached to the mailing list? The
> inline one has some additional line brakes that make it very hard to
> apply.
>
> Thanks
Index: llvm-abi.h
===
--- llvm-abi.h (revision 184)
+++ llvm-abi.h (working copy)
@@ -199,7 +199,7 @@
} else if (TREE_CODE(type) == RECORD_TYPE) {
for (tree Field = TYPE_FIELDS(type); Field; Field =
TREE_CHAIN(Field))