aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/InstrTypes.h
Commit message (Expand)AuthorAgeFilesLines
* 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