llvm-mirror/lib/Target
Brian Gaeke a36743c473 Add MRegisterInfo subclass for the SparcV9 target (containing only stub
functions for now). This automatically turns on the printing of machine
registers using their own real names, instead of goofy things like %mreg(42),
and allows us to migrate code incrementally to the new interface as we see fit.

The register file description it uses is hand-written, so that the register
numbers will match the ones that the SparcV9 target already uses.
Perhaps someday we'll tablegen it.

llvm-svn: 13145
2004-04-25 06:32:05 +00:00
..
CBackend
PowerPC
SparcV8
SparcV9 Add MRegisterInfo subclass for the SparcV9 target (containing only stub 2004-04-25 06:32:05 +00:00
X86 Use emitWordAt() to emit forward-branch fixups. 2004-04-23 17:11:16 +00:00
Makefile
MRegisterInfo.cpp
Target.td
TargetData.cpp Fix typo. 2004-04-14 21:21:56 +00:00
TargetFrameInfo.cpp
TargetInstrInfo.cpp
TargetMachine.cpp
TargetSchedInfo.cpp