Teach BasicAA about noalias parameter attributes, but do it correctly this time.
[oota-llvm.git] / lib / Analysis / AliasAnalysisEvaluator.cpp
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 WendlingRemoved more <iostream> includes
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerRemove the 'printname' argument to WriteAsOperand....
2006-11-28 Bill WendlingRemoved some of the iostream #includes. Moved towards...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-29 Chris Lattnerthere is no point comparing against null pointer.
2005-03-26 Chris LattnerFactor out percentage printing into its own function...
2005-03-26 Chris LattnerInterchange this loop so that we test all pointers...
2005-03-17 Chris LattnerDo not include the Function* for direct call/invoke...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2004-11-26 Chris LattnerWhen evaluating an AA, pass in size info
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