Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Instruction.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-06 Chris LattnerRemove unneeded dtors
2003-07-31 Tanya LattnerRenamed trapping instruction function to be more consis...
2003-07-31 Tanya LattnerAdded function to determine if an Instruction may trap.
2003-07-28 Misha BrukmanRemoved extra parenthesis and fixed spelling.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-04-16 Chris LattnerRevert modulo scheduling change that should be part...
2003-04-06 Guochun Shiadded some memory for clone function
2003-02-24 Chris LattnerRename Instruction::hasSideEffects() -> mayWriteToMemory()
2002-10-31 Chris LattnerNew isAssociative/isCommutative inspection methods...
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-09-10 Chris LattnerImplement support for inserting an instruction into...
2002-09-06 Chris Lattner* Clean up some comments
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-08-15 Chris LattnerRemove the last traces of the NOT instruction
2002-08-14 Chris LattnerRemove support for unary operators.
2002-07-31 Chris LattnerRemove obsolete, confusing, method
2002-07-14 Vikram S. AdveCreate a static version of Instruction::getOpcodeName...
2002-06-25 Chris Lattner*** empty log message ***
2002-05-10 Chris Lattnerremove deprecated getInstType() method
2002-04-08 Chris Lattner* Add virtual print methods
2002-03-23 Chris LattnerRemove unneccesary forward definitions
2002-02-03 Chris Lattner* Inline destructor
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-13 Chris LattnerSubclasses can change the opcode of an instruction
2001-10-14 Chris LattnerUse the instruction.def file to remain up to date with...
2001-10-13 Chris LattnerAdd new opcode for Invoke instruction
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd support for newer cleaner isa, cast, dyn_cast
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-07 Chris LattnerSupport new setName interface
2001-07-28 Vikram S. AdveMake a function const.
2001-07-21 Chris LattnerMore minor reorganizations
2001-07-21 Chris LattnerRemove getTempValuesForMachineCode from the Instruction...
2001-07-20 Vikram S. AdveAdded a representation of the machine instructions...
2001-07-14 Chris LattnerMade the following changes:
2001-07-09 Chris LattnerhasSideEffects should be marked virtual
2001-07-08 Chris LattnerImplementation of Store & GetElementPtr
2001-07-08 Chris LattnerMoved Cast from being a Unary instruction to being...
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-25 Chris Lattner* Rename get.*Operator to create seeing that it would...
2001-06-08 Chris LattnerMoved getBinaryOperator to the BinaryOperator class...
2001-06-06 Chris LattnerInitial revision