public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Where can I get the output of the front-end.
@ 2003-04-03 17:36 Matthieu Moy
  2003-04-03 18:01 ` Steven Bosscher
  2003-04-03 18:50 ` Pop Sébastian
  0 siblings, 2 replies; 5+ messages in thread
From: Matthieu Moy @ 2003-04-03 17:36 UTC (permalink / raw)
  To: gcc

Hi,

I'm  still trying  to re-use  the  front-end of  GCC to  do some  code
analysis. (I'm using the tree-ssa branch)

I begin  to understand how the  data structures are made,  but I don't
understand *where*, in the programm, they are generated. 

What I would like to do is

C++ source -----> SSA tree ---(standard way)----> RTL
                             \
                              `---(my add-on)---> ...

So, I thought of  hacking the ssa -> rtl code, but  I can't find which
function is doing so in gcc ! 

Any help appreciated, thanks,

-- 
Matthieu

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-04-04 18:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-03 17:36 Where can I get the output of the front-end Matthieu Moy
2003-04-03 18:01 ` Steven Bosscher
2003-04-04 18:12   ` Matthieu Moy
2003-04-04 19:07     ` Pop Sébastian
2003-04-03 18:50 ` Pop Sébastian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).