This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Where can I get the output of the front-end.
- From: Matthieu Moy <Matthieu dot Moy at imag dot fr>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 03 Apr 2003 18:09:35 +0200
- Subject: Where can I get the output of the front-end.
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