aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/AliasAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+1
* add #includeChris Lattner2007-02-121-0/+1
* For PR780:Reid Spencer2006-07-261-1/+1
* For PR780:Reid Spencer2006-06-071-5/+4
* For PR780:Reid Spencer2006-06-071-1/+3
* Change from using a stub function to a stub variable for passing to theReid Spencer2006-06-011-2/+2
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-221-1/+1
* make AliasAnalysis know that VAArg writes memory. This is extremely conserva...Andrew Lenharth2005-06-201-0/+5
* Remove trailing whitespaceMisha Brukman2005-04-211-18/+18
* if a function doesn't access memory at all, it definitely doesn't read it.Chris Lattner2005-03-231-1/+2
* Make code fit in 80 colsChris Lattner2004-12-171-2/+3
* Make the AliasAnalysis interface more precise for common cases.Chris Lattner2004-12-151-11/+94
* Several *major* changes to the AA interfaces:Chris Lattner2004-05-231-11/+43
* 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