search for: b6b2bda0

Displaying 3 results from an estimated 3 matches for "b6b2bda0".

Did you mean: b6b2b990
2012 Nov 20
0
[LLVMdev] Python Backend
> ---------------------------------------------------------------------------------- > 2) > Maybe this question I will answer myself by analising some examples you'll > provide as answer to the first question, but maybe it will worth asking it > now. > So I want to know when to generate a class in Python. So far I know, that in > LLVM there are no classes, only functions,
2012 Nov 21
3
[LLVMdev] Python Backend
...I still > > feel that I have not knowledge enough. > > I hope you ran into http://llvm.org/docs/WritingAnLLVMBackend.html > > Eli > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121121/b6b2bda0/attachment.html>
2012 Nov 20
3
[LLVMdev] Python Backend
Hi! I'm trying to write LLVM Python Backend (to generate Python code out of LLVM IR) I'm still learning LLVM and for now it is very hard to me to even create simple taksk. I want you to ask 3 questions: ---------------------------------------------------------------------------------- 1) I want to base on some existing code to learn how it was build. I wanted to base on CBackend (which