Report bugs | Sign in
Powered by Melange
Release 0-6-20091207

Student Name: Andre Tavares
Mentor Name: Nick Lewycky
Title: Simulating Static Single Information Form in LLVM
Abstract: The Static Single Information (SSI) form is an extension of SSA form which has the additional property that each definition of a variable will be used only along one path of the control flow graph of the program. The SSI representation is a central part of many different analysis and optimizations that are used in the back end of compilers.