Teach BasicAA about noalias parameter attributes, but do it correctly this time.
[oota-llvm.git] / lib / Analysis / AliasAnalysisCounter.cpp
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-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-23 Chris LattnerAdd two options to allow -count-aa to print queries...
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2004-12-07 Reid SpencerFor PR387:\
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-03-15 Chris LattnerPass through the boolean queries
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-17 Chris LattnerAvoid divide by zero errors
2003-02-26 Chris LattnerAdjust to new AA interface
2003-02-07 Chris LattnerAllow counting multiple passes, and print the pass...
2003-02-07 Chris LattnerNew general purpose alias analysis result auditor