Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / Analysis / AliasSetTracker.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-25 Anton KorobeynikovRemove another leak. Due to some reason AliasSetTracker...
2007-10-29 Dan GohmanAdd explicit keywords.
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2006-06-26 Chris LattnerAdd a new method.
2005-11-30 Chris LattnerAdd a simple clear() method
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-27 Chris LattnerChange interface to this method a bit
2004-11-26 Chris LattnerAdd a new interface
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-09-15 Chris LattnerMake sure to update the list end when an element is...
2004-09-14 Chris LattnerAdd an AliasSetTracker::copyValue method
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-26 Chris LattnerNew methods
2004-07-25 Chris LattnerAdd support for free instructions
2004-07-22 Chris LattnerClean up reference counting to stop "leaking" alias...
2004-07-21 Chris LattnerAdd a bunch of new functionality, primarily to do with...
2004-07-21 Chris LattnerMake the AST interface a bit richer by returning whethe...
2004-05-23 Chris LattnerRename a method
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...