aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/iOperators.cpp
Commit message (Expand)AuthorAgeFilesLines
* Floating point negates are -0.0 - X, not 0.0 - XChris Lattner2004-02-021-5/+13
* * Finegrainify namespacificationChris Lattner2003-11-201-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* The word `dependent' has no `a'.Misha Brukman2003-08-211-1/+1
* Fix nasty bug in ::isNeg()Chris Lattner2002-10-311-1/+1
* Can simplify code now with the isCommutative() method.Chris Lattner2002-10-311-13/+5
* 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