Provides the classes for generating assembly code targetting the StrongARM platform.

The main parts of the StrongARM backend are the classses RegFileInfo, InstrBuilder, Frame, and the spec-file CodeGen.spec. Also of note is the TwoWordTemp, which is a extension of the standard Temp that represents a value that is spread across two words (which is needed for double and long variables on the StrongARM).

Related Documentation

For further information, see: @author Andrew Berkheimer (andyb@mit.edu) @author Felix Klock (pnkfelix@mit.edu) @author C. Scott Ananian (cananian@alumni.princeton.edu)