Reapply r110396, with fixes to appease the Linux buildbot gods.
[oota-llvm.git] / lib / Analysis / AliasSetTracker.cpp
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-03 Dan GohmanThread const correctness through a bunch of AliasAnalys...
2010-07-28 Gabor Greifsimplify
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2009-12-23 David GreeneChange dbgs() back to errs() as Chris requested.
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-11-22 Chris LattnerRemove the AliasAnalysis::getMustAliases method, which...
2009-11-03 Chris Lattnerremove unneeded checks of isFreeCall
2009-10-27 Victor HernandezRename MallocFreeHelper as MemoryBuiltins
2009-10-26 Victor HernandezRename MallocHelper as MallocFreeHelper, since it now...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2009-07-31 Dan GohmanFix some problems with ASTCallbackVH in its use as...
2009-07-30 Dan GohmanUse CallbackVH in AliasSetTracker to avoid getting...
2009-07-25 Dan GohmanMake AliasAnalysis and related classes use
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-03-30 Devang PatelgetEntryFor() may invalidate DenseMap iterator.
2009-03-09 Chris Lattnerreimplement AliasSetTracker in terms of DenseMap instea...
2009-03-03 Zhou ShengIgnore the debug info intrinsics when adding instructio...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-05-22 Chris LattnerFree and vaarg are not really volatile.
2008-05-20 Chris LattnerFix PR2346 by marking vaarg as volatile so that licm...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-04-21 Dan GohmanFix the way AliasSet::print prints "may alias".
2008-04-14 Dan GohmanTeach AliasSetTracker about VAArgInst.
2008-03-20 Devang PatelRestore isCFGOnly property of various analysis passes.
2008-03-19 Devang PatelPassInfo keep tracks whether a pass is an analysis...
2008-03-19 Devang PatelDo not use virtual function to identify an analysis...
2008-03-18 Devang PatelIdentify Analysis pass.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-01 Duncan SandsIntegrate the readonly/readnone logic more deeply
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-10-03 Dan GohmanUse empty() member functions when that's what's being...
2007-05-23 Chris Lattnerwhen merging two alias sets together, be sure to propag...
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-02-05 Reid SpencerMake classes in anonymous namespaces use VISIBILITY_HID...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingRemoved some of the iostream #includes. Moved towards...
2006-09-17 Nick LewyckyExplain change with a comment.
2006-09-17 Nick LewyckyFix PR912. The input to erase() must not be a reference...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-06-27 Chris LattnerHandle alias sets that have been unified, and thus...
2006-06-27 Chris LattnerDon't implement AliasSetTracker::remove in terms of...
2006-06-26 Chris LattnerFix a stale pointer issue that caused 300.twolf to...
2006-01-03 Chris LattnerMake the -print-alias-sets pass work for printing out...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-25 Chris LattnerTreat free operations as volatile, since they cannot...
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2004-12-15 Chris LattnerAdjust to new alias analysis interfaces
2004-12-07 Reid SpencerFor PR387:\
2004-11-27 Chris LattnerWhen merging to alias sets, if they are both must alias...
2004-11-26 Chris LattnerAdd a new interface
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...