Implement constant pointers, and null specifically in the parser, bytecode writer...
[oota-llvm.git] / lib / Bytecode / Writer / Writer.cpp
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris Lattner* Emit bytecode using a deque instead of a vector to...
2001-07-14 Chris Lattner* The parent of a constant pool is a symtabvalue, not...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-06 Chris LattnerInitial revision