There is no need to build an archive version of this library
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9RegInfo.cpp
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-06-12 Nate BegemanWhen compiled with GCC 4.0, a latent bug was exposed...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2004-08-24 Brian GaekeThis code is dodgy, but the guaranteed assertion failur...
2004-08-18 Chris LattnerConvert to the new MachineFunctionInfo interface
2004-08-18 Brian GaekeDoxygenify some comments.
2004-08-16 Chris LattnerMove MachineCodeForInstruction.h and MachineFunctionInf...
2004-08-12 Chris LattnerInstead of a virtual method call, lets try a direct...
2004-08-04 Brian GaekeInclude SparcV9TmpInstr.h instead of llvm/CodeGen/Instr...
2004-07-29 Chris LattnerFix #includes of i*.h => Instructions.h as per PR403:
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-04 Brian GaekeFix up some spacing & fix a typo in an assertion in...
2004-06-03 Brian GaekeCollapse together the abstract superclass TargetRegInfo...
2004-06-02 Chris LattnerConvert to the new TargetMachine interface.
2004-04-25 Brian GaekeFix file header comments and include guards -- many...
2004-04-21 Brian GaekeMake SparcV9RegInfo::getRegType() return the right...
2004-04-20 Brian GaekeMake it legal to ask for the type of a specialreg
2004-04-19 Brian GaekeMake it legal to request a load or store of %fsr.
2004-04-19 Brian GaekeTighten up SparcV9FloatCCRegClass::getRegName()'s asser...
2004-02-29 Chris LattnerMove the private MachineInstrAnnot.h into a private...
2004-02-25 Brian GaekeGreat renaming: Sparc --> SparcV9
2004-02-22 Alkis EvlogimenosMove MOTy::UseType enum into MachineOperand. This elimi...
2004-02-13 Alkis EvlogimenosRemove getAllocatedRegNum(). Use getReg() instead.
2004-02-11 Brian GaekeMachineInstr::getOpCode() --> getOpcode() in SPARC...
2004-01-09 Chris LattnerFix more incestuous #includage.
2003-12-17 Misha BrukmanReorganized the Sparc backend to be more modular -...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-08 Brian GaekeFix two typos I found in comments.
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...
next