aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/iOperators.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tighten up assertion checking for binary operators, not allowing invalidChris Lattner2002-09-101-2/+27
* Add capability to insert an instruction into a basic block immediately afterChris Lattner2002-09-101-18/+36
* - Exposed SetCondInst::getInverseCondition & ::getSwappedCondition betterChris Lattner2002-09-011-9/+23
* Add new SetCondInst::getInverseCondition() method.Chris Lattner2002-08-201-0/+16
* Simplify the codeChris Lattner2002-08-151-40/+19
* Added more helper functions for binary instructions emulatingVikram S. Adve2002-08-151-0/+65
* Remove support for unary operators.Chris Lattner2002-08-141-18/+2
* Implement two constructor functions for "unary" instructionsChris Lattner2002-08-141-0/+13
* UnaryOperator::create should take a name just like BinaryOperator::createChris Lattner2002-08-091-13/+3
* Create a static version of Instruction::getOpcodeName(opCode) thatVikram S. Adve2002-07-141-45/+0
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-6/+10
* Swap operands now preserves the semantics of the binary operator by changingChris Lattner2001-12-131-0/+26
* 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