Hi Pavel, We (the Native Client team) are also interested in helping you get these reviewed and in, especially the x86 backend stuff. Native Client's x86-64 ABI is similar to x32 so we could probably share a good portion of the code if it's structured the right way. -Derek On 1404316081542, Dmitri Gribenko <gribozavr at gmail.com> wrote:> On Wed, Jul 2, 2014 at 3:59 PM, Pavel Chupin <pavel.v.chupin at gmail.com> > wrote: > > Any suggestions and patches review are welcome! > > It would be great to have a bootstrapping buildbot. I have some spare > hardware, feel free to ping me when Clang can bootstrap on x32. > > Dmitri > > -- > main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if > (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/ > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140702/0c02f28e/attachment.html>
On Wed, Jul 2, 2014 at 8:01 PM, Derek Schuff <dschuff at google.com> wrote:> Hi Pavel, > > We (the Native Client team) are also interested in helping you get these > reviewed and in, especially the x86 backend stuff. Native Client's x86-64 > ABI is similar to x32 so we could probably share a good portion of the code > if it's structured the right way. > > -DerekHi Derek, That's great! I'll add you for all upcoming patches review. -- Pavel Chupin Intel Corporation
Hi Derek, What features of x32 would be most relevant from NaCl point of view? Any common issue or particular optimization? On Wed, Jul 2, 2014 at 8:01 PM, Derek Schuff <dschuff at google.com> wrote:> Hi Pavel, > > We (the Native Client team) are also interested in helping you get these > reviewed and in, especially the x86 backend stuff. Native Client's x86-64 > ABI is similar to x32 so we could probably share a good portion of the code > if it's structured the right way. >-- Pavel Chupin Intel Corporation
Probably the highest-level changes in code generation (e.g. changes to X86Subtarget, frame lowering, maybe tablegen'ed stuff) is the stuff that's most likely to overlap and/or conflict. On Tue Jul 08 2014 at 7:08:49 AM, Pavel Chupin <pavel.v.chupin at gmail.com> wrote:> Hi Derek, > What features of x32 would be most relevant from NaCl point of view? > Any common issue or particular optimization? > > On Wed, Jul 2, 2014 at 8:01 PM, Derek Schuff <dschuff at google.com> wrote: > > Hi Pavel, > > > > We (the Native Client team) are also interested in helping you get these > > reviewed and in, especially the x86 backend stuff. Native Client's x86-64 > > ABI is similar to x32 so we could probably share a good portion of the > code > > if it's structured the right way. > > > > -- > Pavel Chupin > Intel Corporation >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140708/6f948f8a/attachment.html>