llvm-6502/lib/Target/SparcV8
Chris Lattner 44ea7b1a6c Use V8ISD::CALL instead of ISD::CALL
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25716 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-27 23:30:03 +00:00
..
.cvsignore
DelaySlotFiller.cpp
FPMover.cpp
Makefile
README.txt
SparcV8.h
SparcV8.td
SparcV8AsmPrinter.cpp
SparcV8InstrFormats.td
SparcV8InstrInfo.cpp
SparcV8InstrInfo.h
SparcV8InstrInfo.td Use V8ISD::CALL instead of ISD::CALL 2006-01-27 23:30:03 +00:00
SparcV8ISelDAGToDAG.cpp Use V8ISD::CALL instead of ISD::CALL 2006-01-27 23:30:03 +00:00
SparcV8RegisterInfo.cpp
SparcV8RegisterInfo.h
SparcV8RegisterInfo.td
SparcV8Subtarget.cpp
SparcV8Subtarget.h
SparcV8TargetMachine.cpp
SparcV8TargetMachine.h

Meta TODO list:
1. Create a new DAG -> DAG instruction selector, by adding patterns to the
   instructions.
2. ???
3. profit!

To-do
-----

* Keep the address of the constant pool in a register instead of forming its
  address all of the time.
* We can fold small constant offsets into the %hi/%lo references to constant
  pool addresses as well.