This is the mail archive of the gcc-help@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]

add new optimization pass to the GCC optimizations


Hello,

Can we add our own SSA optimizations passes to GCC?
is there a plugin or API that can help doing this ? (since GCC is open source)
to run this optimization, can we easialy add it to other optimizations performed by chosing one of the known GCC flag: O1, O2, ...

Thanks
Asma





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