The lastOp operand is never used
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9PreSelection.cpp
2003-10-21 Chris LattnerThe lastOp operand is never used
2003-10-21 Chris LattnerPreselection is _not_ a basicblock pass, because it...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-01 Misha BrukmanThe comment seems irrelevant as the pass has become...
2003-09-01 Chris LattnerMove private interfaces into private .h file
2003-08-06 Vikram S. AdveRemove conversion of fp-to-uint cast into a multi-step...
2003-07-02 Vikram S. Adve(1) Major bug fix: DecomposeArrayRef() replaces its...
2003-06-05 Vikram S. AdveMinor tuning -- avoid a non-inlinable function call...
2003-06-04 Chris LattnerAvoid generating a getelementptr instruction of a function
2003-05-31 Vikram S. AdveSeveral bug fixes: globals in call operands were not...
2003-05-01 Chris LattnerEliminate use of NonCopyable so that doxygen documentat...
2003-04-24 Chris LattnerTrivial cleanup
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-14 Chris LattnerMinor cleanups
2002-10-27 Chris Lattnerchange ++ to +1 when using random access iterators
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-10-13 Vikram S. AdveMajor fix: extract ConstantExpr nodes and decompose...
2002-09-27 Vikram S. AdveDecompose FP-to-UInt casts into FP-to-ULong-toUInt.
2002-09-20 Vikram S. AdveMoving these files from Code/PreSelection to here.