search for: tp22704803p22707497

Displaying 4 results from an estimated 4 matches for "tp22704803p22707497".

2009 Mar 25
2
[LLVMdev] Rolling my own LLVM assembly language parser
...ach. However, I was thinking of structuring my thesis work as standalone tools (much like llvm-as and the others) as it would help me structure my work better. I hope this makes sense. Best, James -- View this message in context: http://www.nabble.com/Rolling-my-own-LLVM-assembly-language-parser-tp22704803p22707497.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2009 Mar 25
0
[LLVMdev] Rolling my own LLVM assembly language parser
Hello, > I was thinking of generating my own lexer and parser for LLVM assembly. I'm > aware that between the specification here: Why do you need this? There is already a parser library inside LLVM framework and you can use it directly without any problems. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Mar 25
0
[LLVMdev] Rolling my own LLVM assembly language parser
...turing my thesis work as standalone tools > (much like llvm-as and the others) as it would help me structure my work > better. I hope this makes sense. > > Best, > > James > -- > View this message in context: http://www.nabble.com/Rolling-my-own-LLVM-assembly-language-parser-tp22704803p22707497.html > Sent from the LLVM - Dev mailing list archive at Nabble.com. > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
2009 Mar 25
4
[LLVMdev] Rolling my own LLVM assembly language parser
Hi everyone, I'm currently in the first year of my PhD, and I'm going to be looking at an experimental IR for my thesis. After looking at a variety of research compilers I've come to the conclusion that LLVM is the nicest to work with for my purposes. I was considering writing the code to construct this experimental IR from LLVM assembly, and then at the end of the process (i.e. new