search for: macayaven

Displaying 2 results from an estimated 2 matches for "macayaven".

2010 Oct 21
0
[LLVMdev] Re : Source to source translation.
...f you do not use any optimizations, your C++ code would still need to be lowered to LLVM, which makes it very hard to get the same code back (if at all possible). Maybe something along the lines of TXL would be more appropriate for what you want to do? Matthieu > >De : Carlos Crespo <macayaven at gmail.com> >À : llvmdev at cs.uiuc.edu >Envoyé le : Mer 20 octobre 2010, 22h 57min 07s >Objet : [LLVMdev] Source to source translation. > >Hello, > >I'm trying to do a source to source translation from C++ code to C++ code. I >want the output to contains some auto...
2010 Oct 20
4
[LLVMdev] Source to source translation.
Hello, I'm trying to do a source to source translation from C++ code to C++ code. I want the output to contains some automatically inserted annotations, and the rest of the code exactly the same as it was before the processing. Is this possible with llvm? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: