search for: 08a25ae2

Displaying 3 results from an estimated 3 matches for "08a25ae2".

2012 Nov 21
0
[LLVMdev] Python Backend
On Tue, Nov 20, 2012 at 4:10 PM, Wojciech DaniƂo <wojtek.danilo.ml at gmail.com> wrote: > I will take a look into NVPTX. > > I don't want to deconstruct C++ classes to generate Python code - I want to > generate Python backend :) > Its purpose is to be able to generate Python code from LLVM IR code (not C++ > code! - C++ code is needed for me only to get a sample IR
2012 Nov 21
2
[LLVMdev] Python Backend
...ome executable form > (such as Python) you don't need classes there. Functions to represent > IR functions should be enough. > > Eli > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121121/08a25ae2/attachment.html>
2012 Nov 21
3
[LLVMdev] Python Backend
I will take a look into NVPTX. I don't want to deconstruct C++ classes to generate Python code - I want to generate Python backend :) Its purpose is to be able to generate Python code from LLVM IR code (not C++ code! - C++ code is needed for me only to get a sample IR code). I want to write my custom compiler in the future and I want to be able to output Python code from it (of course not