[AliasAnalysis] CatchPad and CatchRet can modify escaped memory
[oota-llvm.git] / lib / Analysis / AliasAnalysis.cpp
2009-08-27 Dan GohmanGlobal Aliases are not identifiable objects.
2009-07-25 Dan GohmanMake AliasAnalysis and related classes use
2009-02-14 Duncan SandsGeneralize some alias analysis logic from atomic
2009-02-13 Duncan SandsIf a function only reads memory, then we know that...
2009-02-06 Owen AndersonFix a crasher: we need to check that the function is...
2009-02-05 Owen AndersonRefactor my previous change to maintain the distinction...
2009-02-04 Owen AndersonFinish making AliasAnalysis aware of the fact that...
2009-02-03 Owen AndersonTeach AliasAnalysis that a bunch of the atomic intrinsi...
2009-02-03 Dan GohmanMove isIdentifiedObject and isNoAliasCall into AliasAna...
2008-05-30 Dan GohmanFix a copy+paste error in a comment.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-12 Duncan SandsRevert r44626, which turned off the use of readonly
2007-12-05 Duncan SandsCommit 44487 broke bootstrap of llvm-gcc-4.2. It is
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-12-01 Duncan SandsIntegrate the readonly/readnone logic more deeply
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-02 Lauro Ramos VenancioFix build error.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2006-11-17 Bill WendlingRemoved unneeded <iostream> #include.
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-23 Chris LattnerMake this more efficient by only making one virtual...
2005-03-23 Chris LattnerMake this a bit more aggressive
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2004-12-15 Chris LattnerAdjust to new alias analysis interfaces
2004-12-08 Chris LattnerProperly extern this.
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-05-23 Chris LattnerChanges to work with the changes to the AliasAnalysis...
2004-03-15 Chris LattnerDeinline some virtual methods, provide better mod/ref...
2004-01-30 Chris LattnerImprove mod/ref information based on the pointsToConsta...
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-02-26 Chris LattnerAdd new -no-aa implementation
2003-02-26 Chris LattnerMove BasicAA pass out to it's own header file
2003-02-26 Chris Lattner - Checkin of the alias analysis work:
2003-02-09 Chris LattnerImplement knowledge in BasicAA that &A->field != &A...
2003-02-09 Chris Lattner - Fix BasicAA to correctly detect the non-aliasness...
2003-02-07 Chris LattnerDon't bother counting alias results, allow the AliasAna...
2003-02-03 Chris LattnerAdd statistics to basicAA pass
2002-11-06 Vikram S. AdveMake query operations non-const to allow demand-driven...
2002-09-08 Chris Lattner* Add capability to recognize alias properties of the...
2002-08-29 Chris LattnerRemove unneeded #include
2002-08-22 Chris Lattnerdoxygenize comments
2002-08-22 Chris LattnerAdd missing #include
2002-08-22 Chris LattnerCheck-in new alias analysis infrastructure