aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/AliasAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
...
* Extend the AliasAnalysis::pointsToConstantMemory interface to allow itDan Gohman2010-11-081-7/+8
* Delete getIntrinsicModRefBehavior. Clients can just use the normalDan Gohman2010-11-081-5/+0
* Add comments.Dan Gohman2010-11-081-5/+9
* Move NoAA out of BasicAliasAnalysis.cpp into its own file, now thatDan Gohman2010-10-191-8/+0
* Reapply r116831 and r116839, converting AliasAnalysis to useDan Gohman2010-10-191-17/+17
* Revert r116831 and r116839, which are breaking selfhost builds.Dan Gohman2010-10-191-17/+17
* Oops, check in all the files for converting AliasAnalysis toDan Gohman2010-10-191-17/+17
* Add some utility routines.Dan Gohman2010-09-211-0/+12
* Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman2010-09-141-127/+108
* Extend the getDependence query with support for PHI translation.Dan Gohman2010-09-091-2/+7
* Fix this comment.Dan Gohman2010-09-091-2/+3
* Add a new experimental generalized dependence query interface toDan Gohman2010-09-081-0/+84
* Tidy up the getModRefInfo declarations.Dan Gohman2010-09-071-24/+40
* Update the descriptions of NoModRef and ModRef to be consistentDan Gohman2010-08-301-5/+3
* Implement a proper getModRefInfo for va_arg.Dan Gohman2010-08-061-4/+1
* Add a comment.Dan Gohman2010-08-061-1/+2
* Make AA private, since subclasses shouldn't (aren't don't) access it directly.Dan Gohman2010-08-051-0/+3
* Delete obsolete comments.Dan Gohman2010-08-041-6/+0
* Remove PointerAccessInfo, which nothing was using.Dan Gohman2010-08-031-17/+2
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-031-24/+29
* Update some comments.Dan Gohman2010-08-031-6/+6
* Introduce a symbolic constant for ~0u for use with AliasAnalysis.Dan Gohman2010-08-031-1/+6
* Add a convenient form of AliasAnalysis::alias for the case where the sizesDan Gohman2010-08-031-0/+5
* Remove interprocedural-basic-aa and associated code. The AliasAnalysisDan Gohman2010-07-071-3/+3
* Remove an unused enum.Dan Gohman2010-07-021-21/+0
* Add an Intraprocedural form of BasicAliasAnalysis, which aims toDan Gohman2010-06-291-3/+3
* 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