Provides the classes for generating assembly code targetting the
SPARC architecture.
The main parts of the SPARC backend are the classses
RegFileInfo
, InstrBuilder
,
Frame
, TempBuilder
, Code
and the spec-file CodeGen.spec
.
Much of this is derived from the StrongARM Backend (with many kudos
to Scott and Felix).
Related Documentation
For further information, see:
- Paul, SPARC Architecture, Assembly Language Programming, and C
@author Andrew Berkheimer (andyb@mit.edu)
@author C. Scott Ananian (cananian@alumni.princeton.edu)