Rename the redundant MachineOperand::getOperandType() to MachineOperand::getType()
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9RegInfo.cpp
2002-10-28 Chris LattnerRename the redundant MachineOperand::getOperandType...
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-22 Chris Lattner - Two minor improvements to the MachineInstr class...
2002-10-14 Vikram S. AdvePrint "circular" warning message only in debug mode.
2002-10-13 Vikram S. AdveEliminate duplicate target pointer. Also add a few...
2002-09-28 Vikram S. AdveLive ranges for Return value and return address of...
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-08-12 Chris Lattner - Clean up interface to Sparc register handling a...
2002-07-25 Chris LattnerGCC 3.1 changes, finally the burm file builds the FIRST...
2002-07-24 Chris Lattner*** empty log message ***
2002-07-10 Vikram S. AdveMore important fixes:
2002-07-09 Anand ShuklaAdded std:: to mem_fun for 64-bit gcc
2002-07-08 Vikram S. AdveSignificant changes to correctly spill CC registers...
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-04 Chris LattnerDisable debugging output
2002-05-19 Vikram S. AdveNumerous bug fixes:
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris LattnerSimplify code a bit
2002-04-25 Vikram S. AdveMajor changes to how int and FP arguments are handled...
2002-04-15 Chris LattnerOnly print debug message if DEBUG_RA is on
2002-04-09 Chris LattnerEliminate unneccesary extraneous iterators
2002-04-09 Chris LattnerAdd explicit #includes of Function.h to make up for...
2002-04-09 Chris LattnerConvert AddedInstrMapType to contain AddedInstrns by...
2002-04-08 Chris Lattners/Method/Function
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-03-31 Vikram S. AdveAdded function getCallInstIndirectAddrVal() to set...
2002-03-18 Vikram S. AdveBug fixes for not using unified reg. numbers, and for...
2002-02-24 Chris LattnerClean up std namespace issues
2002-02-05 Chris LattnerConvert operand iterator over to work like an STL iterator
2002-02-05 Chris LattnerMinor change: Methods that return ValueSet's that are...
2002-02-05 Chris Lattner* Code Cleanups
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-05 Chris Lattner* Code Cleanups
2002-02-04 Chris Lattner* ValueSet interface converted from add/remove to inser...
2002-02-04 Chris Lattner* Minor cleanups
2002-02-04 Chris LattnerSparcRegInfo does NOT need anything about instruction...
2002-02-03 Chris LattnerAdd a file level comment
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2002-01-07 Ruchira SasankaAdded more comments
2002-01-07 Ruchira SasankaAdded comments and correct logic for finding register...
2001-11-15 Ruchira Sasankacommented out popAllTempValues since it leads to a...
2001-11-15 Ruchira Sasankachanged since names of some methods in PhyRegAlloc...
2001-11-12 Vikram S. AdveWhen allocating space on stack for writing a register,
2001-11-12 Ruchira SasankaFixed a bug with pervious ColorCallArg
2001-11-12 Ruchira SasankaCanged ColorCallArg so that when a call arg is directly...
2001-11-12 Ruchira SasankaAdded phi elimination code
2001-11-11 Ruchira SasankaFixed FP and SP usage. SP for outgoing args - for every...
2001-11-11 Ruchira Sasankacahnged StackPointer accesses to FramePointer
2001-11-10 Ruchira SasankaCorrected reodering code for instructions inserted...
2001-11-10 Ruchira SasankaDisabled some debuggin messages
2001-11-09 Ruchira SasankaAdded code for correct reordering of call arguments
2001-11-08 Vikram S. AdveRemoved class RegStackOffsets and used class MachineCod...
2001-11-07 Chris LattnerKilling warnings
2001-11-06 Vikram S. AdveBug fix: Printing AdIBef and AdIAft outside the scope...
2001-11-03 Ruchira SasankaAdded code to support correct saving of %ccr across...
2001-11-03 Ruchira SasankaArranged stack frame - needs furhter organization
2001-10-28 Ruchira SasankaAdded support for spilling
2001-10-24 Ruchira SasankaFixed load syntax in EmitAssembly
2001-10-24 Ruchira SasankaFixed logic for checking whether a LR received the...
2001-10-23 Ruchira SasankaCorrected a bug in SparcRegInfo.cpp - to add inserted...
2001-10-22 Vikram S. AdveSplit JMPL into JMPLCALL and JMPLRET so that IsCall...
2001-10-21 Ruchira SasankaAdded support for both call/jmpl instructions
2001-10-19 Ruchira SasankaAdded code so that colorIGNode does not unnecessarily...
2001-10-18 Ruchira SasankaAdded support for condition code loading/stroing in...
2001-10-16 Ruchira SasankaAdded support for caller saving
2001-10-15 Chris LattnerOutput to cerr rather than cout so that debug info...
2001-10-15 Ruchira Sasankaupdated suggesting/coloring of call & return args ...
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-09-30 Ruchira Sasankaadded support for suggesting colors
2001-09-19 Ruchira Sasanka-- fixed a ret val bug
2001-09-18 Ruchira Sasanka-- ruchira
2001-09-15 Ruchira Sasankamodified printing of debug messages
2001-09-15 Ruchira Sasankaadded register allocation code
2001-09-14 Ruchira Sasanka*** empty log message ***
2001-09-14 Chris LattnerMove files.