Re: [llvm-commits] [llvm-gcc4] path for Constant[SU]Int -> ConstantInt

2006-10-20 Thread Reid Spencer
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

Re: [llvm-commits] [llvm-gcc4] path for Constant[SU]Int -> ConstantInt

2006-10-20 Thread Rafael Espíndola
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 _

Re: [llvm-commits] [llvm-gcc4] path for Constant[SU]Int -> ConstantInt

2006-10-20 Thread Reid Spencer
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

Re: [llvm-commits] [llvm-gcc4] path for Constant[SU]Int -> ConstantInt

2006-10-20 Thread Jim Laskey
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;

Re: [llvm-commits] [llvm-gcc4] path for Constant[SU]Int -> ConstantInt

2006-10-20 Thread Reid Spencer
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

[llvm-commits] [llvm-gcc4] path for Constant[SU]Int -> ConstantInt

2006-10-20 Thread Reid Spencer
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))