Silence a spurious warning
[oota-llvm.git] / lib / Analysis / AliasAnalysis.cpp
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