aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/InstrTypes.h
Commit message (Expand)AuthorAgeFilesLines
* allow these to take a generic Value*Chris Lattner2005-04-241-4/+4
* Convert tabs to spacesMisha Brukman2005-04-221-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-10/+10
* Adjust to changes in the User class. Introduce a new UnaryInstructionChris Lattner2005-01-291-21/+76
* Move the implementation of the clone method for these classes toChris Lattner2004-10-151-3/+1
* Add methods like BinaryOperator::createAdd that take an instruction to insertChris Lattner2004-06-201-0/+6
* Add new BinaryOperator::createAdd/Sub/... methods to avoid having to typeChris Lattner2004-06-101-0/+16
* Add constructors that take a BasicBlock to append to, to the rest ofAlkis Evlogimenos2004-05-271-1/+22
* Refactor common initialization code in private init() functions.Alkis Evlogimenos2004-05-261-2/+6
* * Add new constructors to allow insertion of terminator instructions at theChris Lattner2003-11-201-0/+1
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-2/+3
* 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
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* The word `dependent' has no `a'.Misha Brukman2003-08-211-1/+1
* - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd toChris Lattner2002-10-131-2/+2
* Implement support for inserting an instruction into a basic block right when itChris Lattner2002-09-101-16/+17
* Convert comments to Doxygen styleChris Lattner2002-08-251-30/+30
* Added more helper functions for binary instructions emulatingVikram S. Adve2002-08-151-2/+18
* Remove support for unary operators.Chris Lattner2002-08-141-39/+0
* Expose two new static methods from BinaryOperator: createNeg, createNotChris Lattner2002-08-141-1/+7
* UnaryOperator::create should take a name just like BinaryOperator::createChris Lattner2002-08-091-1/+2
* Create a static version of Instruction::getOpcodeName(opCode) thatVikram S. Adve2002-07-141-5/+0
* Fix commentChris Lattner2002-06-301-1/+1
* Added setSuccessor() method to terminator instructionsAnand Shukla2002-06-251-1/+3
* Add a new setSuccessor method to terminator instructionsChris Lattner2002-05-231-0/+1
* Change the semantics of getSuccessor to FAIL if an out of range successor # i...Chris Lattner2002-04-271-2/+2
* Minor cleanups I missedChris Lattner2002-02-191-4/+1
* These constructors are for internal use only. These should have beenChris Lattner2002-02-191-16/+17
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+4
* Swap operands now preserves the semantics of the binary operator by changingChris Lattner2001-12-131-4/+8
* New ctor for invoke instChris Lattner2001-10-131-1/+3
* Commit more code over to new cast styleChris Lattner2001-10-021-0/+27
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-141-2/+0
* Add an function to BinaryOperator to swap the two operandsChris Lattner2001-07-201-0/+5
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-081-5/+3
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-3/+5
* Convert BinaryOperand and UnaryOperator to only take instruction types ofChris Lattner2001-07-071-4/+12
* Broad superficial changes:Chris Lattner2001-07-071-5/+5
* Remove dtor's that simply call dropAllReferencesChris Lattner2001-07-071-2/+0
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-57/+11
* * Rename get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-251-7/+8
* Add accessor methods to binary/unary operatorsChris Lattner2001-06-221-0/+9
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-081-2/+14
* Initial revisionChris Lattner2001-06-061-0/+131