Add support for extern varargs methods & varargs method calls
[oota-llvm.git] / lib / Bytecode / Reader / InstructionReader.cpp
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-08 Chris LattnerImplementation of Store & GetElementPtr
2001-07-08 Chris LattnerImplemented shl, shl, & load instructions
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 LattnerChanged the fundemental architecture of Operands for...
2001-06-25 Chris LattnerRenamed get.*Operator to create seeing that it would...
2001-06-11 Chris LattnerUpdates to support
2001-06-08 Chris LattnerMoved getBinaryOperator to the BinaryOperator class...
2001-06-06 Chris LattnerInitial revision