llvm-6502/lib/Target/SparcV8
Brian Gaeke 6c5526e56e Add support for many of the MRegisterInfo callbacks.
Eliminating call-frame pseudo instrs and frame indices are still stubs.
Flesh out the emitPrologue method based on better ABI knowledge.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12632 91177308-0d34-0410-b5e6-96231b3b80d8
2004-04-02 20:53:37 +00:00
..
InstSelectSimple.cpp Add support for call instructions (0-ary only for now). 2004-04-02 20:53:33 +00:00
Makefile
README.txt
SparcV8.h
SparcV8.td
SparcV8AsmPrinter.cpp Add support for printing pc-relative displacements of functions (as used in 2004-04-02 20:53:35 +00:00
SparcV8CodeEmitter.cpp
SparcV8InstrInfo_F2.td
SparcV8InstrInfo_F3.td
SparcV8InstrInfo.cpp
SparcV8InstrInfo.h
SparcV8InstrInfo.td Add load, store, and NOP instructions. 2004-04-02 20:53:37 +00:00
SparcV8ISelSimple.cpp Add support for call instructions (0-ary only for now). 2004-04-02 20:53:33 +00:00
SparcV8JITInfo.h
SparcV8RegisterInfo.cpp Add support for many of the MRegisterInfo callbacks. 2004-04-02 20:53:37 +00:00
SparcV8RegisterInfo.h
SparcV8RegisterInfo.td
SparcV8TargetMachine.cpp
SparcV8TargetMachine.h

SparcV8 backend skeleton
------------------------

This directory will house a 32-bit SPARC V8 backend employing a expander-based
instruction selector.  Watch this space for more news coming soon!

$Date$