search for: 5f31545f

Displaying 3 results from an estimated 3 matches for "5f31545f".

2012 Jul 31
1
[LLVMdev] Help with PPC64 JIT
...lla 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/5f31545f/attachment.bin>
2012 Jul 31
0
[LLVMdev] Help with PPC64 JIT
On 07/20/2012 10:35 AM, Will Schmidt wrote: > 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,
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