aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV8/SparcV8RegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass extra regclasses into spilling codeChris Lattner2005-09-301-2/+4
* Fix code that assumes the register info will be dumped into a targetChris Lattner2005-08-191-18/+18
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* Remove dependency on MRegisterInfo::getRegClassBrian Gaeke2004-10-291-2/+15
* Implement eliminateCallFramePseudoInstr().Brian Gaeke2004-10-101-6/+8
* Use FpMOVD pseudo-instruction to move doubles around.Brian Gaeke2004-09-291-0/+2
* Back to compiling land for v8Brian Gaeke2004-09-021-1/+1
* Code insertion methods now return void instead of an int.Chris Lattner2004-08-151-10/+7
* These methods no longer take a TargetRegisterClass* operand.Chris Lattner2004-08-151-12/+9
* Update to no longer take MF as an argumentChris Lattner2004-08-141-2/+2
* Add #includesChris Lattner2004-07-041-0/+1
* Allow saving and restoring of double and float registers.Brian Gaeke2004-06-271-9/+27
* The long integer pseudo-regs are history. So long, we hardly knew ye.Brian Gaeke2004-06-241-1/+1
* Rename the load and store opcodes. The non-fp ones only have oneBrian Gaeke2004-06-241-2/+2
* Add pseudo-registers and register class for 64-bit integer values.Brian Gaeke2004-06-221-2/+2
* Make storeRegToStackSlot slightly shorter.Brian Gaeke2004-06-171-7/+7
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-1/+1
* Squash a warning from the Solaris assembler by aligning the stackBrian Gaeke2004-06-151-1/+2
* I don't think we have to have 4 extra allocated (but unused) bytes on the stack.Brian Gaeke2004-04-131-1/+1
* Make generation of stack-slot loads and copies less ugly.Brian Gaeke2004-04-071-7/+4
* First attempt at handling frame index elimination.Brian Gaeke2004-04-061-8/+11
* Add support for many of the MRegisterInfo callbacks.Brian Gaeke2004-04-021-9/+48
* Make prolog align stack properly. Make epilog not touch any registers.Brian Gaeke2004-03-061-4/+4
* Teach getRegClassForType where to find FP registersBrian Gaeke2004-03-061-3/+2
* Implement initial prolog/epilog code insertion methods.Chris Lattner2004-02-291-6/+14
* Bring this directory into "it actually compiles" landChris Lattner2004-02-281-6/+6
* SparcV8 skeletonBrian Gaeke2004-02-251-0/+99