llvm-6502/lib/Target/Sparc
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
Sparc.h Asm printer support, based on x86 - only prints mnemonics for now 2004-03-04 06:00:41 +00:00
Sparc.td
SparcAsmPrinter.cpp Add support for printing pc-relative displacements of functions (as used in 2004-04-02 20:53:35 +00:00
SparcInstrInfo.cpp
SparcInstrInfo.h
SparcInstrInfo.td Add load, store, and NOP instructions. 2004-04-02 20:53:37 +00:00
SparcRegisterInfo.cpp Add support for many of the MRegisterInfo callbacks. 2004-04-02 20:53:37 +00:00
SparcRegisterInfo.h
SparcRegisterInfo.td
SparcTargetMachine.cpp
SparcTargetMachine.h
SparcV8CodeEmitter.cpp
SparcV8InstrInfo_F2.td Tab completion is our friend. 2004-02-28 19:45:39 +00:00
SparcV8InstrInfo_F3.td Tab completion is our friend. 2004-02-28 19:45:39 +00:00
SparcV8ISelSimple.cpp Add support for call instructions (0-ary only for now). 2004-04-02 20:53:33 +00:00
SparcV8JITInfo.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$