Fix problem with a cast instruction that must be expanded to type 0
[oota-llvm.git] / lib / Bytecode / Writer / InstructionWriter.cpp
2001-10-21 Chris LattnerFix problem with a cast instruction that must be expand...
2001-10-13 Chris Lattner* Use new style casts more
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
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