aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcRegisterInfo.cpp
AgeCommit message (Expand)Author
2004-10-29Remove dependency on MRegisterInfo::getRegClassBrian Gaeke
2004-10-10Implement eliminateCallFramePseudoInstr().Brian Gaeke
2004-09-29Use FpMOVD pseudo-instruction to move doubles around.Brian Gaeke
2004-09-02Back to compiling land for v8Brian Gaeke
2004-08-15Code insertion methods now return void instead of an int.Chris Lattner
2004-08-15These methods no longer take a TargetRegisterClass* operand.Chris Lattner
2004-08-14Update to no longer take MF as an argumentChris Lattner
2004-07-04Add #includesChris Lattner
2004-06-27Allow saving and restoring of double and float registers.Brian Gaeke
2004-06-24The long integer pseudo-regs are history. So long, we hardly knew ye.Brian Gaeke
2004-06-24Rename the load and store opcodes. The non-fp ones only have oneBrian Gaeke
2004-06-22Add pseudo-registers and register class for 64-bit integer values.Brian Gaeke
2004-06-17Make storeRegToStackSlot slightly shorter.Brian Gaeke
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2004-06-15Squash a warning from the Solaris assembler by aligning the stackBrian Gaeke
2004-04-13I don't think we have to have 4 extra allocated (but unused) bytes on the stack.Brian Gaeke
2004-04-07Make generation of stack-slot loads and copies less ugly.Brian Gaeke
2004-04-06First attempt at handling frame index elimination.Brian Gaeke
2004-04-02Add support for many of the MRegisterInfo callbacks.Brian Gaeke
2004-03-06Make prolog align stack properly. Make epilog not touch any registers.Brian Gaeke
2004-03-06Teach getRegClassForType where to find FP registersBrian Gaeke
2004-02-29Implement initial prolog/epilog code insertion methods.Chris Lattner
2004-02-28Bring this directory into "it actually compiles" landChris Lattner
2004-02-25SparcV8 skeletonBrian Gaeke