* Make contained ostream not public.
[oota-llvm.git] / include / llvm / Analysis / AliasSetTracker.h
2004-03-15 Chris LattnerTweak argument
2003-12-18 Chris LattnerAdd a new AliassetTracker::remove method. Because...
2003-12-14 Chris LattnerAdd capability to represent volatile AliasSet's
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-03-03 Chris LattnerAdd a few new 'add' methods. Move the iterator around
2003-02-26 Chris LattnerMake the aliassettracker much more precise by actually...
2003-02-24 Chris LattnerThis is a substantial rewrite of the AliasSetTracker...
2002-09-26 Chris LattnerFirst try at implementing the AliasSetTracker class...