Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Target / SparcV9 / InstrSelection / InstrSelectionSupport.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-07-29 Vikram S. AdveAll constant-evaluation code now unified into
2003-07-23 Chris LattnerRemove unnecessary casts
2003-07-23 Chris LattnerRemove using decl
2003-07-06 Vikram S. AdveChoose register instead of immediate for ConstantExpr...
2003-06-07 Misha BrukmanDo not hastily change the Opcode from 'r' to 'i' type...
2003-06-04 Misha BrukmanI have finally seen the light. The code to change the...
2003-06-03 Misha BrukmanMoved code to modify the opcode from 'reg' to 'imm...
2003-05-31 Vikram S. AdveAdded MachineCodeForInstruction object as an argument to
2003-05-30 Misha BrukmanWhen converting virtual registers to immediate constant...
2003-01-15 Chris LattnerMove sparc specific code into the Sparc backend
2003-01-15 Chris LattnerFix bug in previous checkin
2003-01-15 Chris LattnerMinor changes
2003-01-15 Chris LattnerRemove dead code
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-10-29 Chris LattnerUse higher level method
2002-10-28 Chris LattnerMachineInstrInfo no longer #includes this header, so...
2002-10-28 Chris LattnerRename the redundant MachineOperand::getOperandType...
2002-10-28 Chris LattnerAdd #includes now that MachineInstr.h doesn't include...
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-14 Vikram S. AdveSignificant improvement: GEP used by a load or store...
2002-09-29 Vikram S. AdveBug fix in folding getElementPtr instructions: don...
2002-09-27 Vikram S. AdveSign-extend integer constants from original type size...
2002-09-17 Chris LattnerAdd support for GCC 2.96
2002-09-16 Vikram S. AdveAdd a version of ChooseRegOrImmed to handle numerical...
2002-09-12 Chris LattnerFix a bug I introduced into the code generator. :(
2002-09-11 Chris Lattner - Change getelementptr instruction to use long indexe...
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-08-24 Vikram S. AdveMoved code here to extract memory instruction indices...
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-04 Vikram S. AdveAdd function GetConstantValueAsUnsignedInt.
2002-07-30 Chris LattnerRemove unused vector
2002-05-19 Vikram S. AdveBetter folding getelementptr operations with mixed
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-31 Vikram S. AdveFix a bug in previous bug fix.
2002-03-24 Vikram S. AdveMajor overhaul to FoldGetElemPtr to handle mixed array...
2002-03-18 Vikram S. AdveConstants are now added to the constant pool only when...
2002-02-03 Chris Lattner* Switch over to cleaner TmpInstruction model
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-15 Vikram S. AdveEliminate all uses of memInst->getIndicesBROKEN().
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-26 Chris LattnerThe old getIndices has been deprecated, because it...
2001-11-14 Vikram S. AdveDon't assume constant operand can only be in position 1!
2001-11-14 Vikram S. AdveIdiotic error in last fix.
2001-11-14 Vikram S. AdveDon't need to load a NULL pointer constant from memory!
2001-11-14 Chris LattnerRemove much cruft from the MemAccessInst instruction
2001-11-08 Vikram S. AdveMajor overhaul of stack frame management.
2001-11-04 Chris LattnerMinor method rename
2001-10-28 Vikram S. AdveRecord constants that need to be emitted in the assembl...
2001-10-17 Vikram S. Adve1. Add a bottom-up pass on BURG trees that is used...
2001-10-10 Vikram S. AdveMachine-independent code generation routines used in...