aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/AliasAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-0/+35
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-6/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-12/+15
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-15/+22
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+8
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-6/+6
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+4
* Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...Michael Kuperstein2013-05-281-0/+4
* Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp sinceDan Gohman2013-01-311-5/+0
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Fix funky copy-pasted grammatical error.Sean Silva2012-12-101-9/+9
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Update comment for malloc being a library call now, rather than an instruction.Dan Gohman2012-11-291-2/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-6/+6
* Make provenance checking conservative in cases whenDan Gohman2012-09-041-0/+5
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-291-1/+8
* Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier2012-05-141-0/+13
* Move isKnownNonNull from private implementation detail of BasicAA to a publicNick Lewycky2012-02-251-0/+5
* Fix extra whitespace in comment.Nick Lewycky2011-10-151-1/+1
* Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...Eli Friedman2011-09-261-8/+4
* Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to beEli Friedman2011-07-291-0/+30
* Misc mid-level changes for new 'fence' instruction.Eli Friedman2011-07-271-0/+14
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-1/+1
* Fix BasicAA's recursion detection so that it doesn't pessimizeDan Gohman2011-06-041-0/+27
* Remove unused STL header includes.Jay Foad2011-04-231-1/+0
* fit in 80 colsChris Lattner2011-01-081-2/+2
* Stub out a new updating interface to AliasAnalysis, allowing stateful analyse...Owen Anderson2011-01-031-0/+11
* Introduce a new PartialAlias response for AliasAnalysis. For mostDan Gohman2010-12-101-2/+3
* 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