llvm-6502/lib/Target/Sparc
Brian Gaeke 4185d03dc5 Add floating-point branches and compares. Compares don't complete
until the next cycle, and there's no interlock, so they effectively
have a delay slot.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14686 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-08 09:08:22 +00:00
..
DelaySlotFiller.cpp Add floating-point branches and compares. Compares don't complete 2004-07-08 09:08:22 +00:00
InstSelectSimple.cpp Fix bug involving bool arguments to binary operators. 2004-07-08 08:08:10 +00:00
Makefile
README.txt
Sparc.h
Sparc.td
SparcAsmPrinter.cpp Fix bug where SwitchSection would fail to change to ".bss" successfully. 2004-07-08 08:08:23 +00:00
SparcInstrInfo.cpp
SparcInstrInfo.h
SparcInstrInfo.td Add floating-point branches and compares. Compares don't complete 2004-07-08 09:08:22 +00:00
SparcRegisterInfo.cpp Add #includes 2004-07-04 17:19:21 +00:00
SparcRegisterInfo.h
SparcRegisterInfo.td
SparcTargetMachine.cpp Add #includes 2004-07-04 17:19:21 +00:00
SparcTargetMachine.h
SparcV8CodeEmitter.cpp
SparcV8InstrInfo_F2.td
SparcV8InstrInfo_F3.td
SparcV8ISelSimple.cpp Fix bug involving bool arguments to binary operators. 2004-07-08 08:08:10 +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$