On 28 October 2016 at 18:46, Jose Ricardo Ziviani <jos...@linux.vnet.ibm.com> wrote: > From: Jose Ricardo Ziviani <jos...@br.ibm.com> > > This is an initial effort to have RISU working for PPC64LE. > > I also made some changes to isolate risugen, creating two modules > (risugen_arm.pm and risugen_ppc64le.pm) to implement specific > instructions in it. > > Suggestions are welcome! :) > > TODOS: > - improve load/store instruction generation > - improve initial random values for FP and Vector regs. > > Jose Ricardo Ziviani (3): > Implementation of ppc64le module for risugen and risufile > Isolates Arm specific subroutines out from risugen main file > Initial implemention for ppc64le
Thanks for this patchset. The modularisation of architecture support in particular is something we've needed for a while. I've made a few first-pass review comments and some suggestions for breaking up the patchset to make it a bit easier to review. I'll try to go easy on the review requirements since this is fundamentally just a test tool. Getting the copyright statements right is really important though -- I can't apply it without those being fixed. thanks -- PMM