llvm-6502/lib/Target/Sparc
Chris Lattner 9ff6ba1ea1 Change this so that LLC actually tries to run the code generator, though it will
immediately abort due to lack of an instruction selector. :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11963 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-28 20:21:45 +00:00
..
Makefile Clean up rules 2004-02-28 19:43:40 +00:00
README.txt SparcV8 skeleton 2004-02-25 19:28:19 +00:00
Sparc.h SparcV8 skeleton 2004-02-25 19:28:19 +00:00
Sparc.td Tab completion is our friend. 2004-02-28 19:45:39 +00:00
SparcInstrInfo.cpp SparcV8 skeleton 2004-02-25 19:28:19 +00:00
SparcInstrInfo.h SparcV8 skeleton 2004-02-25 19:28:19 +00:00
SparcInstrInfo.td Tab completion is our friend. 2004-02-28 19:45:39 +00:00
SparcRegisterInfo.cpp Bring this directory into "it actually compiles" land 2004-02-28 19:37:18 +00:00
SparcRegisterInfo.h SparcV8 skeleton 2004-02-25 19:28:19 +00:00
SparcRegisterInfo.td Tab completion is our friend. 2004-02-28 19:45:39 +00:00
SparcTargetMachine.cpp Change this so that LLC actually tries to run the code generator, though it will 2004-02-28 20:21:45 +00:00
SparcTargetMachine.h SparcV8 skeleton 2004-02-25 19:28:19 +00:00
SparcV8CodeEmitter.cpp SparcV8 skeleton 2004-02-25 19:28:19 +00:00
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
SparcV8JITInfo.h SparcV8 skeleton 2004-02-25 19:28:19 +00:00

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$