Change references from Method to Function
[oota-llvm.git] / lib / Bytecode / Reader / ConstantReader.cpp
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerRemove unsized array support
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-03 Chris LattnerFix major bugs in type resolution
2001-10-24 Chris LattnerFrivolous cleanups
2001-10-23 Chris LattnerFix another annoying bug that took forever to track...
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-13 Chris Lattner* Add real support for global variable addresses initia...
2001-10-03 Chris LattnerRename getNullPointer to getNull
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-30 Chris LattnerImplement constant pointers, and null specifically...
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-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-15 Chris LattnerAdd support to the bytecode reader to recognize floatin...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-06 Chris LattnerInitial revision