llvm-6502/lib/Target/Sparc
2006-01-12 01:28:56 +00:00
..
.cvsignore
DelaySlotFiller.cpp
FPMover.cpp
Makefile
README.txt
Sparc.h
Sparc.td
SparcAsmPrinter.cpp
SparcInstrFormats.td
SparcInstrInfo.cpp
SparcInstrInfo.h
SparcInstrInfo.td Use Evan's outflag stuff to implement V8cmpicc. This allows us to write a 2006-01-11 07:49:38 +00:00
SparcISelDAGToDAG.cpp Add bswap, rotl, and rotr nodes 2006-01-11 21:21:00 +00:00
SparcRegisterInfo.cpp New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replace 2006-01-09 18:28:21 +00:00
SparcRegisterInfo.h
SparcRegisterInfo.td
SparcTargetMachine.cpp invert the sense of this switch and its name 2006-01-12 01:28:56 +00:00
SparcTargetMachine.h
SparcV8ISelSimple.cpp

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.