* Both Method & GlobalVariable now subclass GlobalValue
[oota-llvm.git] / lib / Bytecode / Writer / ConstantWriter.cpp
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-09-30 Chris LattnerImplement constant pointers, and null specifically...
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-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-15 Chris LattnerAdd support to the bytecode writer to recognize floatin...
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-27 Chris LattnerConvert ugly postincrement to efficient preincrement
2001-06-06 Chris LattnerInitial revision