More templatization.
[oota-llvm.git] / lib / Analysis / AliasAnalysis.cpp
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