aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/AliasAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* Fix PR8728, a miscompilation I recently introduced. When optimizingChris Lattner2010-12-061-0/+5
* add a helper method.Chris Lattner2010-12-061-0/+5
* death to extraneous \n's.Chris Lattner2010-11-301-2/+1
* getLocationForDest should work for memset as well.Chris Lattner2010-11-301-1/+2
* the getLocationForSource/Dest methods can be static.Chris Lattner2010-11-211-2/+2
* add "getLocation" method to AliasAnalysis for getting the source andChris Lattner2010-11-211-0/+3
* Document the units for the Size field.Dan Gohman2010-11-181-4/+4
* Add helper functions for computing the Location of load, store,Dan Gohman2010-11-111-0/+6
* Add comments.Dan Gohman2010-11-111-5/+15
* Add brief doxygen comments for AliasResult enum values.Dan Gohman2010-11-111-1/+5
* Enhance GVN to do more precise alias queries for non-local memoryDan Gohman2010-11-101-0/+6
* Rename AccessesArguments and AccessesArgumentsReadonly, and rewriteDan Gohman2010-11-101-7/+8
* Fix a copy+pasto Duncan noticed.Dan Gohman2010-11-101-2/+2
* Add a doesAccessArgPointees helper function, and update code to useDan Gohman2010-11-101-0/+8
* Factor out the code for testing whether a function accessesDan Gohman2010-11-101-3/+10
* Make ModRefBehavior a lattice. Use this to clean up AliasAnalysisDan Gohman2010-11-101-9/+9
* Convert comments to doxygen syntax.Dan Gohman2010-11-091-23/+23
* AccessesArgumentsReadonly is read-only.Dan Gohman2010-11-091-1/+3
* Add a AccessesArgumentsReadonly ModRefBehavior value, so that the intrinsicDan Gohman2010-11-091-0/+7
* Factor out the logic for onlyReadsMemory into a helper function.Dan Gohman2010-11-091-3/+9
* Delete AccessesArgumentsAndGlobals, which was unused.Dan Gohman2010-11-091-5/+0
* Add some comments noting some correspondences between ModRefBehaviorDan Gohman2010-11-081-0/+6
* 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