Fix bugs
[oota-llvm.git] / lib / VMCore / Instruction.cpp
2002-08-14 Chris LattnerRemove support for NOT instruction
2002-07-14 Vikram S. AdveCreate a static version of Instruction::getOpcodeName...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-03 Chris LattnerSwitch from MachineCodeForVMInstr model that is built...
2002-01-26 Chris LattnerRemove extraneous #includes
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-09-07 Chris Lattner* Support new setname interface
2001-07-21 Chris LattnerRenamed include/llvm/Codegen to include/llvm/CodeGen
2001-07-21 Chris LattnerFix code to be in a consistent style
2001-07-21 Chris LattnerRemove getTempValuesForMachineCode from the Instruction...
2001-07-20 Vikram S. AdveAdded a representation of the machine instructions...
2001-06-25 Chris LattnerMoved UnaryOperator::create to InstrTypes.cpp until...
2001-06-08 Chris LattnerMoved getBinaryOperator to the BinaryOperator class...
2001-06-06 Chris LattnerInitial revision