aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/AliasAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* Partially address a README by having functionattrs consider calls toDuncan Sands2010-01-061-0/+4
* add a helperChris Lattner2009-11-231-0/+7
* Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner2009-11-221-16/+0
* Global Aliases are not identifiable objects.Dan Gohman2009-08-271-1/+1
* Make AliasAnalysis and related classes useDan Gohman2009-07-251-6/+9
* Correct a comment: since AccessArguments is nowDuncan Sands2009-02-131-3/+3
* Refactor my previous change to maintain the distinction between AliasAnalysis...Owen Anderson2009-02-051-9/+2
* Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp sinceDan Gohman2009-02-031-1/+9
* Fix a post-RA scheduling dependency bug.Dan Gohman2009-01-301-0/+5
* Update comments. There is no getArgumentAccesses.Dan Gohman2008-12-051-4/+4
* Revert 51775.Evan Cheng2008-05-301-8/+8
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-301-8/+8
* Fix doxygen comment syntax.Dan Gohman2008-05-301-3/+3
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Integrate the readonly/readnone logic more deeplyDuncan Sands2007-12-011-20/+45
* VAArgInst does, in fact, read memory.Owen Anderson2007-11-021-1/+1
* 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