Remove dead var
[oota-llvm.git] / lib / Analysis / AliasSetTracker.cpp
2004-11-05 Chris LattnerRemove dead var
2004-09-15 Chris LattnerAdd some assertions
2004-09-14 Chris LattnerImplement an AliasSetTracker::copyValue method
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-27 Chris LattnerRemove a bogus assertion
2004-07-27 Chris LattnerUse context-sensitive alias analysis to avoid pessimiza...
2004-07-26 Chris LattnerAdd some new methods
2004-07-25 Chris LattnerFix a latent bug in the AliasSetTracker that was expose...
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 capability to remove aliasing aliassets from an AST
2004-07-21 Chris LattnerMake the AST interface a bit richer by returning whethe...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-05-23 Chris LattnerRename a method
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-03-17 Chris LattnerFix a HORRIBLY NASTY bug that caused siod to stop worki...
2004-03-15 Chris LattnerOk, the assertion was bogus. Calls that do not read...
2004-03-15 Chris LattnerThis assertion is bogus now that calls do not necessari...
2004-03-15 Chris LattnerDon't be COMPLETELY pessimistic in the face of function...
2003-12-18 Chris LattnerAdd a new AliassetTracker::remove method. Because...
2003-12-14 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-05-03 Chris LattnerFix miscompilation in Fhourstones and bug: LICM/2003...
2003-03-03 Chris LattnerADd two new 'add' methods
2003-02-26 Chris LattnerMake the aliassettracker much more precise by actually...
2003-02-26 Chris LattnerConvert to work with new AliasAnalysis interface by...
2003-02-24 Chris LattnerThis is a substantial rewrite of the AliasSetTracker...
2002-09-26 Chris LattnerFirst try at implementing the AliasSetTracker class...