aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/BasicAliasAnalysis.h
AgeCommit message (Expand)Author
2003-02-26BasicAA doesn't need a public headerChris Lattner
2003-02-26Tweak to work with new AA implementationChris Lattner
2002-11-06Make query operations non-const to allow demand-driven analyses.Vikram S. Adve
2002-09-25ImmutablePass's don't need a runOnFunction, nor do they need to explicitly sayChris Lattner
2002-09-25Convert BasicAA to be an immutable pass instead of a FunctionPassChris Lattner
2002-08-29Fix commentsChris Lattner
2002-08-22doxygenize comments in headerChris Lattner
2002-08-22Checkin new alias analysis infrastructureChris Lattner