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