summaryrefslogtreecommitdiff
path: root/include/llvm/InstrTypes.h
Commit message (Expand)AuthorAge
* For PR950:Reid Spencer2006-11-20
* Add ShiftInst::isLogical/ArithmeticShift methods.Chris Lattner2006-09-17
* Add some out-of-line virtual dtors so that the class has a "home", preventingChris Lattner2006-06-21
* allow these to take a generic Value*Chris Lattner2005-04-24
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Adjust to changes in the User class. Introduce a new UnaryInstructionChris Lattner2005-01-29
* Move the implementation of the clone method for these classes toChris Lattner2004-10-15
* Add methods like BinaryOperator::createAdd that take an instruction to insertChris Lattner2004-06-20
* Add new BinaryOperator::createAdd/Sub/... methods to avoid having to typeChris Lattner2004-06-10
* Add constructors that take a BasicBlock to append to, to the rest ofAlkis Evlogimenos2004-05-27
* Refactor common initialization code in private init() functions.Alkis Evlogimenos2004-05-26
* * Add new constructors to allow insertion of terminator instructions at theChris Lattner2003-11-20
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-16
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* The word `dependent' has no `a'.Misha Brukman2003-08-21
* - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd toChris Lattner2002-10-13
* Implement support for inserting an instruction into a basic block right when itChris Lattner2002-09-10
* Convert comments to Doxygen styleChris Lattner2002-08-25
* Added more helper functions for binary instructions emulatingVikram S. Adve2002-08-15
* Remove support for unary operators.Chris Lattner2002-08-14
* Expose two new static methods from BinaryOperator: createNeg, createNotChris 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
* Fix commentChris Lattner2002-06-30
* Added setSuccessor() method to terminator instructionsAnand Shukla2002-06-25
* Add a new setSuccessor method to terminator instructionsChris Lattner2002-05-23
* Change the semantics of getSuccessor to FAIL if an out of range successor # i...Chris Lattner2002-04-27
* Minor cleanups I missedChris Lattner2002-02-19
* These constructors are for internal use only. These should have beenChris Lattner2002-02-19
* 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
* New ctor for invoke instChris Lattner2001-10-13
* Commit more code over to new cast styleChris Lattner2001-10-02
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-14
* Add an function to BinaryOperator to swap the two operandsChris Lattner2001-07-20
* 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
* Remove dtor's that simply call dropAllReferencesChris Lattner2001-07-07
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-07
* * Rename get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-25
* Add accessor methods to binary/unary operatorsChris Lattner2001-06-22
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-08
* Initial revisionChris Lattner2001-06-06