This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: gcc for a specific architecture


> 	Dear Maintainers,
>
> 	I am working in my M.Sc. Thesis, and I have to modify the gcc
>  compiler in order to use it to generate code for a specific architecture.
>  I think the code generator has to be modified, as well some internal
>  representations. I have to build the basic blocks and the control
>  flow graph, but I think this part is already implemented.

     GCC does all the analysis you are most likely to need. I would comment
a little bit further on this issue but it might be too soon for you to
understand if you haven't got any experience at all with the gcc internals.
You should first read all the information related to the RTL and to the
machine descriptions from http://gcc.gnu.org/onlinedocs/gcc_toc.html.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]