aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/AliasAnalysisEvaluator.cpp
AgeCommit message (Expand)Author
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-06-29Count operands to instructions as well as just results. This allows for glob...Chris Lattner
2003-02-26Adjust to new AA interfaceChris Lattner
2003-02-11Rename optionsChris Lattner
2003-02-09Allow printing of various types of alias analysis resultsChris Lattner
2003-02-08Fix division by zero problemChris Lattner
2003-02-06Add a summaryChris Lattner
2003-02-06Simple N^2 alias anlysis accuracy checkerChris Lattner