llvm-6502/lib/Target/Sparc
2006-01-25 18:52:42 +00:00
..
.cvsignore
DelaySlotFiller.cpp
FPMover.cpp Add explicit #includes of <iostream> 2006-01-22 23:41:00 +00:00
Makefile
README.txt
Sparc.h remove the V8 simple isel 2006-01-23 07:20:15 +00:00
Sparc.td
SparcAsmPrinter.cpp Add explicit #includes of <iostream> 2006-01-22 23:41:00 +00:00
SparcInstrFormats.td
SparcInstrInfo.cpp
SparcInstrInfo.h
SparcInstrInfo.td Don't print a label for the first MBB in a function. 2006-01-15 09:26:27 +00:00
SparcISelDAGToDAG.cpp Set SchedulingForLatency to be the default scheduling preference for all. 2006-01-25 18:52:42 +00:00
SparcRegisterInfo.cpp
SparcRegisterInfo.h
SparcRegisterInfo.td
SparcTargetMachine.cpp remove the V8 simple isel 2006-01-23 07:20:15 +00:00
SparcTargetMachine.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.