aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/iOperators.h
Commit message (Expand)AuthorAgeFilesLines
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* * Eliminate GenericBinaryInst classChris Lattner2002-09-101-20/+8
* - Exposed SetCondInst::getInverseCondition & ::getSwappedCondition betterChris Lattner2002-09-011-5/+26
* Implement classof for SetCondInst so that instcombine doesn't break on dyn_ca...Chris Lattner2002-08-231-0/+11
* Add new SetCondInst::getInverseCondition() method.Chris Lattner2002-08-201-0/+5
* Remove support for unary operators.Chris Lattner2002-08-141-11/+0
* Create a static version of Instruction::getOpcodeName(opCode) thatVikram S. Adve2002-07-141-6/+0
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-3/+3
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-081-3/+2
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-0/+14
* Convert BinaryOperand and UnaryOperator to only take instruction types ofChris Lattner2001-07-071-1/+1
* Broad superficial changes:Chris Lattner2001-07-071-5/+3
* Make a new GenericBinaryInst class, instead of providing lots of sillyChris Lattner2001-06-271-15/+7
* Initial revisionChris Lattner2001-06-061-0/+48