aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/AliasAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* Make comments above APIs reflect what they should do.Chris Lattner2004-04-111-7/+7
* New method to allow more efficient clientsChris Lattner2004-04-111-0/+9
* Clarify interfaceChris Lattner2004-04-101-2/+4
* Deinline a couple of methods. Improve comment.Chris Lattner2004-03-151-12/+7
* Add two new methods which can be used to enable a bunch of transformationsChris Lattner2004-03-151-0/+22
* Doxygenified and cleand up comments.Misha Brukman2004-03-111-0/+1
* Remove some unneeded stuffChris Lattner2004-02-101-3/+1
* Add a new pointsToConstantMemory method to the AliasAnalysis interfaceChris Lattner2004-01-301-1/+8
* IncludeFile hack to pull in BasicAliasAnalysis whenever AliasAnalysis.hBrian Gaeke2003-12-111-0/+9
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Add support for gathering sets of must aliasesChris Lattner2003-06-291-0/+9
* Checkin of new alias analysis interface:Chris Lattner2003-02-261-19/+97
* Make query operations non-const to allow demand-driven analyses.Vikram S. Adve2002-11-061-5/+5
* Add doxygen comments to AliasAnalysis classChris Lattner2002-08-221-25/+25
* Checkin new alias analysis infrastructureChris Lattner2002-08-221-0/+65