aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/iOperators.cpp
AgeCommit message (Expand)Author
2002-10-31Fix nasty bug in ::isNeg()Chris Lattner
2002-10-31Can simplify code now with the isCommutative() method.Chris Lattner
2002-09-10Tighten up assertion checking for binary operators, not allowing invalidChris Lattner
2002-09-10Add capability to insert an instruction into a basic block immediately afterChris Lattner
2002-09-01 - Exposed SetCondInst::getInverseCondition & ::getSwappedCondition betterChris Lattner
2002-08-20Add new SetCondInst::getInverseCondition() method.Chris Lattner
2002-08-15Simplify the codeChris Lattner
2002-08-15Added more helper functions for binary instructions emulatingVikram S. Adve
2002-08-14Remove support for unary operators.Chris Lattner
2002-08-14Implement two constructor functions for "unary" instructionsChris Lattner
2002-08-09UnaryOperator::create should take a name just like BinaryOperator::createChris Lattner
2002-07-14Create a static version of Instruction::getOpcodeName(opCode) thatVikram S. Adve
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-13Swap operands now preserves the semantics of the binary operator by changingChris Lattner
2001-07-08Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner
2001-07-08Neg instruction removed. Cast instruction implemented.Chris Lattner
2001-07-07Convert BinaryOperand and UnaryOperator to only take instruction types ofChris Lattner
2001-07-07Broad superficial changes:Chris Lattner
2001-06-27Change to use the new GenericBinaryInst class. Support lots more operators.Chris Lattner
2001-06-25Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cppChris Lattner
2001-06-06Initial revisionChris Lattner