aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Instruction.h
Commit message (Expand)AuthorAgeFilesLines
* Support new setName interfaceChris Lattner2001-09-071-1/+1
* Make a function const.Vikram S. Adve2001-07-281-1/+1
* More minor reorganizationsChris Lattner2001-07-211-4/+4
* Remove getTempValuesForMachineCode from the Instruction interfaceChris Lattner2001-07-211-5/+7
* Added a representation of the machine instructions generatedVikram S. Adve2001-07-201-4/+22
* Made the following changes:Chris Lattner2001-07-141-1/+1
* hasSideEffects should be marked virtualChris Lattner2001-07-091-1/+1
* Implementation of Store & GetElementPtrChris Lattner2001-07-081-2/+1
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-081-1/+1
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-8/+2
* Broad superficial changes:Chris Lattner2001-07-071-1/+4
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-72/+0
* * Rename get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-251-0/+3
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-081-4/+1
* Initial revisionChris Lattner2001-06-061-0/+199