search for: azanella

Displaying 18 results from an estimated 18 matches for "azanella".

Did you mean: zanella
2014 Nov 05
2
[LLVMdev] Issue with std::call_once in PPC64 platform
...t; >> Bill Schmidt <wschmidt at linux.vnet.ibm.com> wrote on 11/04/2014 >> >> 12:11:08 PM: >> >> >> >>> From: Bill Schmidt <wschmidt at linux.vnet.ibm.com> >> >>> To: Samuel F Antao/Watson/IBM at IBMUS >> >>> Cc: azanella at linux.vnet.ibm.com, beanz at apple.com, Hal Finkel >> >>> <hfinkel at anl.gov>, LLVM Dev <llvmdev at cs.uiuc.edu> >> >>> Date: 11/04/2014 12:11 PM >> >>> Subject: Re: Issue with std::call_once in PPC64 platform >> >>> >&g...
2014 Nov 04
2
[LLVMdev] Issue with std::call_once in PPC64 platform
...obably do what Reid was suggesting and use what is already in there for Windows. Thanks, Samuel Bill Schmidt <wschmidt at linux.vnet.ibm.com> wrote on 11/04/2014 12:11:08 PM: > From: Bill Schmidt <wschmidt at linux.vnet.ibm.com> > To: Samuel F Antao/Watson/IBM at IBMUS > Cc: azanella at linux.vnet.ibm.com, beanz at apple.com, Hal Finkel > <hfinkel at anl.gov>, LLVM Dev <llvmdev at cs.uiuc.edu> > Date: 11/04/2014 12:11 PM > Subject: Re: Issue with std::call_once in PPC64 platform > > On Tue, 2014-11-04 at 11:59 -0500, Samuel F Antao wrote: > > Hi...
2012 Jul 31
0
[LLVMdev] Help with PPC64 JIT
...omplete). Is my analysis correct or I am issuing llc/lli wrongly and not activating the PPC64 PIC support? Anyone to advice me on this one? Any help would be appreciated. -- Adhemerval Zanella Netto Software Engineer Linux Technology Center Brazil Toolchain / GLIBC on Power Architecture azanella at linux.vnet.ibm.com / azanella at br.ibm.com +55 61 8642-9890
2014 Nov 04
2
[LLVMdev] Issue with std::call_once in PPC64 platform
...t; >> Thanks, >> Samuel >> >> Bill Schmidt <wschmidt at linux.vnet.ibm.com> wrote on 11/04/2014 >> 12:11:08 PM: >> >>> From: Bill Schmidt <wschmidt at linux.vnet.ibm.com> >>> To: Samuel F Antao/Watson/IBM at IBMUS >>> Cc: azanella at linux.vnet.ibm.com, beanz at apple.com, Hal Finkel >>> <hfinkel at anl.gov>, LLVM Dev <llvmdev at cs.uiuc.edu> >>> Date: 11/04/2014 12:11 PM >>> Subject: Re: Issue with std::call_once in PPC64 platform >>> >>> On Tue, 2014-11-04 at 11:59...
2012 Jul 20
3
[LLVMdev] Help with PPC64 JIT
On Fri, 2012-07-20 at 08:36 +0200, Duncan Sands wrote: > Hi Adhemerval Zanella, the old JIT infrastructure is going away, to be replaced > by "MC-JIT" (try passing -use-mcjit to lli). It sounds like you are working on > the old JIT, so I suggest you work instead on getting MC-JIT working on powerpc. Hi Duncan, Thanks for the pointers. We hadn't stumbled across the
2014 Nov 04
2
[LLVMdev] Issue with std::call_once in PPC64 platform
...hmidt <wschmidt at linux.vnet.ibm.com> wrote on 11/04/2014 11:45:06 AM: > From: Bill Schmidt <wschmidt at linux.vnet.ibm.com> > To: Samuel F Antao/Watson/IBM at IBMUS > Cc: LLVM Dev <llvmdev at cs.uiuc.edu>, beanz at apple.com, Hal Finkel > <hfinkel at anl.gov>, azanella at linux.vnet.ibm.com > Date: 11/04/2014 11:45 AM > Subject: Re: Issue with std::call_once in PPC64 platform > > Hi Samuel, > > I haven't encountered this problem. What gcc/libstdc++ are you using? > BE or LE? > > Copying Adhemerval in case he has heard of any relate...
2012 Jul 31
1
[LLVMdev] Help with PPC64 JIT
...y it adds the PPC64 machine name in Target, add some relocation support in Elf Runtime class. I'm still figuring out a lot of internal llvm and the patch is still WIP. -- Adhemerval Zanella Netto Software Engineer Linux Technology Center Brazil Toolchain / GLIBC on Power Architecture azanella at linux.vnet.ibm.com / azanella at br.ibm.com +55 61 8642-9890 -------------- next part -------------- A non-text attachment was scrubbed... Name: mcjit-ppc64.patch Type: text/x-patch Size: 6401 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120731/5f3...
2013 Feb 19
1
[LLVMdev] Problem to run SPEC2006
Actually I am trying to run SPEC2006 through the Makefiles provided with LLVM Test Suite, so I think it should work properly... On 18 February 2013 15:49, Adhemerval Zanella <azanella at linux.vnet.ibm.com>wrote: > I can't really tell what is happening based on this output, but 'make' is > not the right way > to build SPECcpu2006 components. You need to do either by using the > supplied 'runspec' > command with '-build' action direc...
2012 Jul 19
2
[LLVMdev] Help with PPC64 JIT
...d the 'relocate' function method is indeed just to operate on the relocation addresses, not to change the upcode. Any advices/tips/suggestion would be appreciated. -- Adhemerval Zanella Netto Software Engineer Linux Technology Center Brazil Toolchain / GLIBC on Power Architecture azanella at linux.vnet.ibm.com / azanella at br.ibm.com +55 61 8642-9890
2013 Feb 18
0
[LLVMdev] Problem to run SPEC2006
I can't really tell what is happening based on this output, but 'make' is not the right way to build SPECcpu2006 components. You need to do either by using the supplied 'runspec' command with '-build' action directive or to issue the 'specmake' (which is a make adjusted by spec.org) on the build component folder. I can build 433.milc on PPC64 with clang without
2014 Nov 04
4
[LLVMdev] Issue with std::call_once in PPC64 platform
Hi all, I observe that r220932 (Removing the static initializer in ManagedStatic.cpp by using llvm_call_once to initialize the ManagedStatic mutex.) is causing tablegen to segfault in PPC platforms during static initialization. The crash happens while calling std::call_once introduced by this patch in the wrapper used in getManagedStaticMutex. I understand this call is buggy for some platforms
2013 Feb 18
2
[LLVMdev] Problem to run SPEC2006
Dear LLVMers, I am having trouble to run SPEC2006. I have checked in my log file that the spec root has been correctly found with ./configure, but when I try: make TEST=simple in the External folder I get the following error: make -C /home/izabela/svn_llvm/llvm/projects/test-suite/tools all \ ORIGINAL_CC="clang" \ ORIGINAL_CXX="clang" make[1]: Entering directory
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...rg> Adam Somerville <adamsomerville@gmail.com> Adam Thomas <adamthomas1111@gmail.com> Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Adam Thomson <Adam.Thomson@diasemi.com> Adheer Chandravanshi <adheer.chandravanshi@qlogic.com> Adhemerval Zanella <azanella@linux.vnet.ibm.com> Adhir Ramjiawan <adhirramjiawan0@gmail.com> Adil Mujeeb <mujeeb.adil@gmail.com> Aditya Kali <adityakali@google.com> Aditya Nellutla <aditya.n@ti.com> Adko Branil <adkobranil@yahoo.com> Adnan Ali <adnan.ali@codethink.co.uk> Adr...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...rg> Adam Somerville <adamsomerville@gmail.com> Adam Thomas <adamthomas1111@gmail.com> Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Adam Thomson <Adam.Thomson@diasemi.com> Adheer Chandravanshi <adheer.chandravanshi@qlogic.com> Adhemerval Zanella <azanella@linux.vnet.ibm.com> Adhir Ramjiawan <adhirramjiawan0@gmail.com> Adil Mujeeb <mujeeb.adil@gmail.com> Aditya Kali <adityakali@google.com> Aditya Nellutla <aditya.n@ti.com> Adko Branil <adkobranil@yahoo.com> Adnan Ali <adnan.ali@codethink.co.uk> Adr...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...rg> Adam Somerville <adamsomerville@gmail.com> Adam Thomas <adamthomas1111@gmail.com> Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Adam Thomson <Adam.Thomson@diasemi.com> Adheer Chandravanshi <adheer.chandravanshi@qlogic.com> Adhemerval Zanella <azanella@linux.vnet.ibm.com> Adhir Ramjiawan <adhirramjiawan0@gmail.com> Adil Mujeeb <mujeeb.adil@gmail.com> Adis Hamzić <adis@hamzadis.com> Aditya Kali <adityakali@google.com> Aditya Nellutla <aditya.n@ti.com> Adko Branil <adkobranil@yahoo.com> Adnan Ali...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...rg> Adam Somerville <adamsomerville@gmail.com> Adam Thomas <adamthomas1111@gmail.com> Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Adam Thomson <Adam.Thomson@diasemi.com> Adheer Chandravanshi <adheer.chandravanshi@qlogic.com> Adhemerval Zanella <azanella@linux.vnet.ibm.com> Adhir Ramjiawan <adhirramjiawan0@gmail.com> Adil Mujeeb <mujeeb.adil@gmail.com> Adis Hamzić <adis@hamzadis.com> Aditya Kali <adityakali@google.com> Aditya Nellutla <aditya.n@ti.com> Adko Branil <adkobranil@yahoo.com> Adnan Ali...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...rg> Adam Somerville <adamsomerville@gmail.com> Adam Thomas <adamthomas1111@gmail.com> Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Adam Thomson <Adam.Thomson@diasemi.com> Adheer Chandravanshi <adheer.chandravanshi@qlogic.com> Adhemerval Zanella <azanella@linux.vnet.ibm.com> Adhir Ramjiawan <adhirramjiawan0@gmail.com> Adil Mujeeb <mujeeb.adil@gmail.com> Adis Hamzić <adis@hamzadis.com> Aditya Kali <adityakali@google.com> Aditya Nellutla <aditya.n@ti.com> Adko Branil <adkobranil@yahoo.com> Adnan Ali...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...rg> Adam Somerville <adamsomerville@gmail.com> Adam Thomas <adamthomas1111@gmail.com> Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Adam Thomson <Adam.Thomson@diasemi.com> Adheer Chandravanshi <adheer.chandravanshi@qlogic.com> Adhemerval Zanella <azanella@linux.vnet.ibm.com> Adhir Ramjiawan <adhirramjiawan0@gmail.com> Adil Mujeeb <mujeeb.adil@gmail.com> Adis Hamzić <adis@hamzadis.com> Aditya Kali <adityakali@google.com> Aditya Nellutla <aditya.n@ti.com> Adko Branil <adkobranil@yahoo.com> Adnan Ali...