aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/InstrTypes.h
AgeCommit message (Expand)Author
2002-10-13 - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd toChris Lattner
2002-09-10Implement support for inserting an instruction into a basic block right when itChris Lattner
2002-08-25Convert comments to Doxygen styleChris Lattner
2002-08-15Added more helper functions for binary instructions emulatingVikram S. Adve
2002-08-14Remove support for unary operators.Chris Lattner
2002-08-14Expose two new static methods from BinaryOperator: createNeg, createNotChris 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-06-30Fix commentChris Lattner
2002-06-25Added setSuccessor() method to terminator instructionsAnand Shukla
2002-05-23Add a new setSuccessor method to terminator instructionsChris Lattner
2002-04-27Change the semantics of getSuccessor to FAIL if an out of range successor # i...Chris Lattner
2002-02-19Minor cleanups I missedChris Lattner
2002-02-19These constructors are for internal use only. These should have beenChris Lattner
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-10-13New ctor for invoke instChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-09-14Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner
2001-07-20Add an function to BinaryOperator to swap the two operandsChris 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-07-07Remove dtor's that simply call dropAllReferencesChris Lattner
2001-07-07Changed the fundemental architecture of Operands for Instructions. NowChris Lattner
2001-06-25* Rename get.*Operator to create seeing that it would have to be qualifiedChris Lattner
2001-06-22Add accessor methods to binary/unary operatorsChris Lattner
2001-06-08Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner
2001-06-06Initial revisionChris Lattner