aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/iOperators.cpp
AgeCommit message (Expand)Author
2004-07-29Merge i*.cpp definitions into Instructions.cpp as part of bug403.Alkis Evlogimenos
2004-07-29Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos
2004-06-27Fold iType into Value::VTyChris Lattner
2004-06-10Share some codeChris Lattner
2004-05-27Add constructors that take a BasicBlock to append to, to the rest ofAlkis Evlogimenos
2004-02-02Floating point negates are -0.0 - X, not 0.0 - XChris Lattner
2003-11-20* Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-21The word `dependent' has no `a'.Misha Brukman
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