search for: pyllvm

Displaying 6 results from an estimated 6 matches for "pyllvm".

Did you mean: myllvm
2009 Oct 25
2
[LLVMdev] Any objections to removing 'win32/...' subtree from LLVM?
Daniel Dunbar tells me it's no longer in use, and poking around shows that it is extremely out of sync with trunk source code.
2009 Oct 29
0
[LLVMdev] Any objections to removing 'win32/...' subtree from LLVM?
No objection. I'm studying LLVM on Win32 using visual studio. CMake works well for it. On Oct 26, 7:44 am, Chandler Carruth <chandl... at google.com> wrote: > Daniel Dunbar tells me it's no longer in use, and poking around shows > that it is extremely out of sync with trunk source code. > _______________________________________________ > LLVM Developers mailing list
2009 Oct 29
2
[LLVMdev] Any objections to removing 'win32/...' subtree from LLVM?
FYI, I'll plan on removing this subtree on Monday of next week if no one else chimes in requesting a reprieve... On Wed, Oct 28, 2009 at 5:59 PM, PyLLVM <pyllvm at gmail.com> wrote: > No objection. > I'm studying LLVM on Win32 using visual studio. > CMake works well for it. > > > On Oct 26, 7:44 am, Chandler Carruth <chandl... at google.com> wrote: >> Daniel Dunbar tells me it's no longer in use, and poki...
2012 Apr 23
0
[LLVMdev] Rpython to LLVM
First test of Rpython to LLVM JIT.  Test results show Rpython-to-LLVM is 4x faster than PyPy, 200x faster than Python2, and 260x faster than Python3. http://pyppet.blogspot.com/2012/04/rpython-to-llvm.html Thanks to Mahadevan for making PyLLVM, and the PyPy team for making Rpython. -brett- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120422/efb558db/attachment.html>
2006 Apr 12
0
[LLVMdev] Status of Python bindings?
...f I will create bindings for just what I need for PyPy or if I will try to support most of the C++ API. If you want some Python LLVM bindings to play with today I would suggest you have a look at what I created 'by hand' (to get a feeling of the issues involved) in the llvmcapi and pyllvm subdirectories of http://codespeak.net/svn/pypy/dist/pypy/translator/llvm/ have fun! Eric On Apr 12, 2006, at 3:52 PM, Pertti Kellomäki wrote: > Hello all, > > I am involved in a compiler project for Transport > Triggered Architectures (think VLIW and you are > pretty close),...
2006 Apr 12
2
[LLVMdev] Status of Python bindings?
Hello all, I am involved in a compiler project for Transport Triggered Architectures (think VLIW and you are pretty close), and we are considering using LLVM. Browsing the list archives, I noticed an announcement of Python bindings for LLVM 1.5. Does anyone know the current status of the bindings? -- Pertti