switch TypeHasCycleThroughItself from using an std::set to using a SmallPtrSet,
[oota-llvm.git] / include / llvm / Function.h
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