summaryrefslogtreecommitdiff
path: root/include/llvm/Instruction.h
Commit message (Expand)AuthorAge
* More minor reorganizationsChris Lattner2001-07-21
* Remove getTempValuesForMachineCode from the Instruction interfaceChris Lattner2001-07-21
* Added a representation of the machine instructions generatedVikram S. Adve2001-07-20
* Made the following changes:Chris Lattner2001-07-14
* hasSideEffects should be marked virtualChris Lattner2001-07-09
* Implementation of Store & GetElementPtrChris Lattner2001-07-08
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-08
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-08
* Broad superficial changes:Chris Lattner2001-07-07
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-07
* * Rename get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-25
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-08
* Initial revisionChris Lattner2001-06-06