aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/iOperators.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-081-9/+18
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-1/+31
* Convert BinaryOperand and UnaryOperator to only take instruction types ofChris Lattner2001-07-071-2/+2
* Broad superficial changes:Chris Lattner2001-07-071-15/+21
* Change to use the new GenericBinaryInst class. Support lots more operators.Chris Lattner2001-06-271-8/+15
* Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cppChris Lattner2001-06-251-0/+19
* Initial revisionChris Lattner2001-06-061-0/+37