Contributor
Prasad Ghangal

GCC - Development of GIMPLE Front End


Mentors
richardguenther@gmail.com
Organization
GNU Project

The purpose of this project is to develop a tool which will ease the process of unit testing in gcc. Writing a test-case in C to generate the required GIMPLE form for testing a pass is hard, so it’s nice to have a front end through which we can directly feed input to the pass instead to going through C route. GIMPLE FE will allow us to give GIMPLE as a input and run it on required passes.