Split ConstantVals.h into Constant.h and Constants.h
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9InstrInfo.cpp
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 CreateUIntSetInstruction() to handle sign extension...
2002-03-18 Vikram S. AdveUse distinct names for the three types of SetMachineOpe...
2002-02-03 Chris Lattner* Switch to new TmpInstruction model
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-15 Vikram S. AdveRemove int hack to allow unsigned numbers greater than...
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-15 Vikram S. AdveFix int->float conversion.
2001-11-09 Vikram S. AdveAdded function UltraSparcInstrInfo::CreateCodeToCopyFlo...
2001-11-08 Vikram S. AdveAdded new function UltraSparcInstrInfo::CreateCodeToCop...
2001-10-28 Vikram S. AdveGenerate SETX for 64-bit integers!
2001-10-18 Vikram S. AdveMoved implementation of class UltraSparcInstrInfo here.