Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9RegInfo.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-10 Misha BrukmanFix spelling.
2003-09-01 Chris LattnerLiveRange.h is now in lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerLiveRangeInfo got moved into the lib/CodeGen/RegAlloc...
2003-09-01 Chris LattnerThis file just needs LiveRange.h not IGNode.h
2003-09-01 Chris LattnerNo longer include IGNode.h in the Sparc global header
2003-07-29 Vikram S. AdveAdd code to support stack spill/temp offsets that don...
2003-07-25 Vikram S. Adve(1) Major fix to the way unused regs. are marked and...
2003-07-21 Chris LattnerSimplify code a bit
2003-07-20 Anand ShuklaAdded special consideration for instrumentation strategy
2003-07-10 Vikram S. AdveSeveral fixes to handling of int CC register:
2003-07-06 Vikram S. AdveMajor bug fix though it happened rarely (only on a...
2003-07-02 Vikram S. AdveBug/case fixes:
2003-06-16 Chris LattnerFix invalid number of arguments problem
2003-06-06 Misha Brukman* Changed Bcc instructions to behave like BPcc instructions
2003-06-01 Anand ShuklaAdd map info for arguments to call (copies)
2003-05-31 Vikram S. AdveExtensive changes to the way code generation occurs...
2003-05-27 Misha BrukmanAdded 'r' and 'i' annotations to instructions as SparcI...
2003-05-27 Vikram S. AdveAdded special register class containing (for now) ...
2003-05-21 Misha BrukmanNamespacified `vector' and `cerr' to always use the...
2003-05-20 Misha BrukmanSparc instruction opcodes now all live under the `V9...
2003-05-12 Chris LattnerRemove wierd printout
2003-01-15 Chris LattnerFix warnings
2003-01-15 Chris LattnerAdjust to simpler interfaces
2003-01-15 Chris Lattner#include RegClass.h explicitly
2003-01-15 Chris LattnerMove private header to private directory
2003-01-15 Chris LattnerPrune #includes
2003-01-15 Chris LattnerUse BuildMI more, Create*Instruction less
2003-01-14 Chris LattnerRename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h...
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-12-28 Chris Lattner* Rename machineFrameInfo to targetFrameInfo
2002-10-29 Chris LattnerRemove unneccesary #includes
2002-10-28 Chris LattnerDon't pass default args
2002-10-28 Chris LattnerDon't bother passing in default value
2002-10-28 Chris LattnerFixes to work with updated RegAlloc
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...
next