llvm-6502/lib/Target/SparcV8
2006-01-26 07:22:22 +00:00
..
.cvsignore
DelaySlotFiller.cpp
FPMover.cpp
Makefile
README.txt
SparcV8.h
SparcV8.td Rest of subtarget support, remove references to ppc 2006-01-26 07:22:22 +00:00
SparcV8AsmPrinter.cpp
SparcV8InstrFormats.td
SparcV8InstrInfo.cpp
SparcV8InstrInfo.h
SparcV8InstrInfo.td
SparcV8ISelDAGToDAG.cpp Rest of subtarget support, remove references to ppc 2006-01-26 07:22:22 +00:00
SparcV8RegisterInfo.cpp
SparcV8RegisterInfo.h
SparcV8RegisterInfo.td
SparcV8Subtarget.cpp Rest of subtarget support, remove references to ppc 2006-01-26 07:22:22 +00:00
SparcV8Subtarget.h Rest of subtarget support, remove references to ppc 2006-01-26 07:22:22 +00:00
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.