Changes For Bug 352
[oota-llvm.git] / lib / Analysis / AliasAnalysisEvaluator.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-17 Chris LattnerFix incorrect computation of mod/ref sets. Do not...
2004-07-17 Chris LattnerPrint modref information in a useful way.
2004-07-17 Chris LattnerCleanups: fold two loops into one
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-03-12 Misha BrukmanSimplify code to process CallSites (thanks to Chris).
2004-03-12 Misha BrukmanEvaluate ModRef information in addition to regular...
2003-12-10 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-06-29 Chris LattnerCount operands to instructions as well as just results...
2003-02-26 Chris LattnerAdjust to new AA interface
2003-02-11 Chris LattnerRename options
2003-02-09 Chris LattnerAllow printing of various types of alias analysis results
2003-02-08 Chris LattnerFix division by zero problem
2003-02-06 Chris LattnerAdd a summary
2003-02-06 Chris LattnerSimple N^2 alias anlysis accuracy checker