Re: Seperate the c front-end from GCC

2008-01-25 Thread Haizhou LING
Hi Fabian, Thank you very much, I will have a look at it. Best Regards, Eric Fabian Scheler wrote: > > Hello, > >> I have to use gcc's C parser and the intermediate representation, so that >> I >> can manipulate the basic blocks and CFG. So I need to plug out the parser >> and the intermediat

Seperate the c front-end from GCC

2008-01-23 Thread Haizhou LING
Hi all, I have to use gcc's C parser and the intermediate representation, so that I can manipulate the basic blocks and CFG. So I need to plug out the parser and the intermediate code. I would like to know if it is possible to plug out the parser and the intermediate representation code. Did som

Is it possible to import a gimple file into gcc so to generate target code?

2008-01-11 Thread Haizhou LING
Suppose we dump the GIMPLE tree into a file by using gcc option. Is it possible to import the GIMPLE file into the gcc and generate the target code? Thanks a lot for your help. -- View this message in context: http://www.nabble.com/Is-it-possible-to-import-a-gimple-file-into-gcc-so-to-generate-