Add support for global constants, and for initializers for constants
[oota-llvm.git] / lib / Bytecode / Reader / Reader.cpp
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-14 Chris LattnerFix a bug with not removing method level types after...
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris Lattner* Remove support for internal constant pool
2001-07-28 Chris Lattner* Add calls to failure template so that it is actually...
2001-07-23 Chris LattnerDoh! Wrong accessor. Caused 'can not read bytecode...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-06 Chris LattnerInitial revision