aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/InstrTypes.h
Commit message (Expand)AuthorAgeFilesLines
* Add an function to BinaryOperator to swap the two operandsChris Lattner2001-07-201-0/+5
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-081-5/+3
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-3/+5
* Convert BinaryOperand and UnaryOperator to only take instruction types ofChris Lattner2001-07-071-4/+12
* Broad superficial changes:Chris Lattner2001-07-071-5/+5
* Remove dtor's that simply call dropAllReferencesChris Lattner2001-07-071-2/+0
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-57/+11
* * Rename get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-251-7/+8
* Add accessor methods to binary/unary operatorsChris Lattner2001-06-221-0/+9
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-081-2/+14
* Initial revisionChris Lattner2001-06-061-0/+131