Convert tabs to spaces
[oota-llvm.git] / include / llvm / InstrTypes.h
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-29 Chris LattnerAdjust to changes in the User class. Introduce a new...
2004-10-15 Chris LattnerMove the implementation of the clone method for these...
2004-06-20 Chris LattnerAdd methods like BinaryOperator::createAdd that take...
2004-06-10 Chris LattnerAdd new BinaryOperator::createAdd/Sub/... methods to...
2004-05-27 Alkis EvlogimenosAdd constructors that take a BasicBlock to append to...
2004-05-26 Alkis EvlogimenosRefactor common initialization code in private init...
2003-11-20 Chris Lattner* Add new constructors to allow insertion of terminator...
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-09-10 Chris LattnerImplement support for inserting an instruction into...
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-08-15 Vikram S. AdveAdded more helper functions for binary instructions...
2002-08-14 Chris LattnerRemove support for unary operators.
2002-08-14 Chris LattnerExpose two new static methods from BinaryOperator:...
2002-08-09 Chris LattnerUnaryOperator::create should take a name just like...
2002-07-14 Vikram S. AdveCreate a static version of Instruction::getOpcodeName...
2002-06-30 Chris LattnerFix comment
2002-06-25 Anand ShuklaAdded setSuccessor() method to terminator instructions
2002-05-23 Chris LattnerAdd a new setSuccessor method to terminator instructions
2002-04-27 Chris LattnerChange the semantics of getSuccessor to FAIL if an...
2002-02-19 Chris LattnerMinor cleanups I missed
2002-02-19 Chris LattnerThese constructors are for internal use only. These...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-13 Chris LattnerSwap operands now preserves the semantics of the binary...
2001-10-13 Chris LattnerNew ctor for invoke inst
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-07-20 Chris LattnerAdd an function to BinaryOperator to swap the two operands
2001-07-08 Chris LattnerMoved Cast from being a Unary instruction to being...
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-07-07 Chris LattnerConvert BinaryOperand and UnaryOperator to only take...
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerRemove dtor's that simply call dropAllReferences
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-25 Chris Lattner* Rename get.*Operator to create seeing that it would...
2001-06-22 Chris LattnerAdd accessor methods to binary/unary operators
2001-06-08 Chris LattnerMoved getBinaryOperator to the BinaryOperator class...
2001-06-06 Chris LattnerInitial revision