* Both Method & GlobalVariable now subclass GlobalValue
[oota-llvm.git] / include / llvm / Function.h
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 LattnerAdd support for new style casts
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-10 Chris Lattner* Method::getType should return type cast as MethodType...
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris Lattner* Support new setName interface
2001-07-15 Chris LattnerRename 'isMethodExternal' to 'isExternal'
2001-07-14 Chris LattnerMade the following changes:
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-27 Chris LattnerAdd extra forwarding accessor methods so that getMethod...
2001-06-25 Chris LattnerCFG.h: change the iterator tag
2001-06-06 Chris LattnerInitial revision