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]

I have a question for gcc front-end


I am making a back-end compiler to use a gcc front-end

I want to translate gcc intermediate representation to our IR

gcc's IR is tree 

so i want to view gcc IR

but i can't find view gcc IR option

-fdump-translation-unit-all make a .tu file , Is this gcc's IR?

but .tu file doesn't have date token and so on

what is the option about gcc IR ?





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