Change references from Method to Function
[oota-llvm.git] / lib / Bytecode / Reader / Reader.cpp
2002-03-26 Chris LattnerChange references from Method to Function
2002-01-21 Chris LattnerChuck fixed the GCC problems so this hack is now unnecc...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-26 Chris LattnerImplement internal method support
2001-11-12 Chris LattnerI don't know what I was thinking
2001-10-24 Chris LattnerChanges to get some meaningful feedback from the byteco...
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-14 Chris LattnerExternal methods shouldn't have argument lists
2001-10-13 Chris Lattner* Add real support for global variable addresses initia...
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
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