Static Single Assignment (SSA) Form is a way to represent the flow of information within a computer program. It is currently used in almost every commercial optimizing compiler as well as many research compilers. This talk traces the development of SSA form its beginnings at the IBM Watson Research Labs in the mid 1980's to the many variants in use today.