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]
Other format: [Raw text]

Re: cfg representation


On 8/9/07 4:09 PM, Bob Rossi wrote:

> Does anyone know where the code is that does this transformation so I
> can look for myself?

The conversion to GIMPLE does some of that, then the lowering into Low
GIMPLE and the CFG cleanups do the rest.  The files you want to look at
are gimplify.c for all the conversion to GIMPLE, tree-cfg.c for the
building of the CFG and omp-low.c for the conversion into Low GIMPLE.

Documentation on the various parts of this process is a bit spotty, but
you should find details on the various links in the Getting Started
section of the GCC wiki (http://gcc.gnu.org/wiki/GettingStarted)


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