search for: 8223caaf

Displaying 3 results from an estimated 3 matches for "8223caaf".

2004 Nov 28
0
[LLVMdev] PowerPC JIT available for testing
Well, one of these days we'll be using libltdl (libtool's dynamic library support) to make the interface to dynamic libraries consistent, somewhat portable, and to get rid of system specific differences like this. Reid. On Sun, 2004-11-28 at 10:00, Chris Lattner wrote: > Hi everyone, > > This is just a note to mention that the PowerPC JIT is now operational and > begging for
2004 Nov 28
2
[LLVMdev] PowerPC JIT available for testing
...cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041128/8223caaf/attachment.sig>
2004 Nov 28
5
[LLVMdev] PowerPC JIT available for testing
Hi everyone, This is just a note to mention that the PowerPC JIT is now operational and begging for testing in mainline CVS. There is one known problem (below), but otherwise it works as well as the static PowerPC backend on the test suite. The known problem is that the JIT seems unable to resolve calls to external functions that start with "__", such as __eprintf, __moddi3, etc. This