Add support for new style casts
[oota-llvm.git] / lib / Bytecode / Writer / InstructionWriter.cpp
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-10 Chris LattnerModuleTyID doesn't exist anyymore
2001-09-07 Chris Lattner* Emit bytecode using a deque instead of a vector to...
2001-07-28 Chris Lattner* Make sure that the size of the type field can also...
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-08 Chris LattnerImplementation of Store & GetElementPtr
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-06 Chris LattnerInitial revision