Re: [llvm-commits] Stack and register alignment in linux/ppc calls

2007-03-13 Thread Chris Lattner
On Mar 12, 2007, at 8:36 AM, Nicolas Geoffray wrote: > Here's the final patch with the modifications you suggested. Thx a > lot for your reviewing Chris. > > If everything's OK I'm checking this in soon. Looks great, please do. Please also check the sabre-ppc32 tester the day after this goes

Re: [llvm-commits] Stack and register alignment in linux/ppc calls

2007-03-12 Thread Nicolas Geoffray
Here's the final patch with the modifications you suggested. Thx a lot for your reviewing Chris. If everything's OK I'm checking this in soon. Cheers, Nicolas Chris Lattner wrote: On Mar 6, 2007, at 10:03 AM, Nicolas Geoffray wrote: This patch corrects arguments passing alignment for linux/p

Re: [llvm-commits] Stack and register alignment in linux/ppc calls

2007-03-09 Thread Chris Lattner
On Mar 6, 2007, at 10:03 AM, Nicolas Geoffray wrote: > This patch corrects arguments passing alignment for linux/ppc calls > (ELF ABI). > It affects LowerFORMAL_ARGUMENTS and LowerCALL of PPCISelLowering.cpp. Sure, sorry for the delay. Please add some high-level comments that explain what is

Re: [llvm-commits] Stack and register alignment in linux/ppc calls

2007-03-09 Thread Nicolas Geoffray
If there is no objection, I'm checking this in. Nicolas Nicolas Geoffray wrote: > Small mistake, here's the correct patch. > > Nicolas > > Nicolas Geoffray wrote: >> This patch corrects arguments passing alignment for linux/ppc calls >> (ELF ABI). >> It affects LowerFORMAL_ARGUMENTS and LowerCAL

Re: [llvm-commits] Stack and register alignment in linux/ppc calls

2007-03-06 Thread Nicolas Geoffray
Small mistake, here's the correct patch. Nicolas Nicolas Geoffray wrote: This patch corrects arguments passing alignment for linux/ppc calls (ELF ABI). It affects LowerFORMAL_ARGUMENTS and LowerCALL of PPCISelLowering.cpp. OK to commit? Index: PPCISelLowering.cpp

[llvm-commits] Stack and register alignment in linux/ppc calls

2007-03-06 Thread Nicolas Geoffray
This patch corrects arguments passing alignment for linux/ppc calls (ELF ABI). It affects LowerFORMAL_ARGUMENTS and LowerCALL of PPCISelLowering.cpp. OK to commit? Index: PPCISelLowering.cpp === RCS file: /var/cvs/llvm/llvm/lib/Targ