summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/AliasAnalysis.h
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* Rename some member variables from TD to DL.Rafael Espindola2014-02-18
* Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...Michael Kuperstein2013-05-28
* Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp sinceDan Gohman2013-01-31
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Fix funky copy-pasted grammatical error.Sean Silva2012-12-10
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Update comment for malloc being a library call now, rather than an instruction.Dan Gohman2012-11-29
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Make provenance checking conservative in cases whenDan Gohman2012-09-04
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier2012-05-14
* Move isKnownNonNull from private implementation detail of BasicAA to a publicNick Lewycky2012-02-25
* Fix extra whitespace in comment.Nick Lewycky2011-10-15
* Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...Eli Friedman2011-09-26
* Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to beEli Friedman2011-07-29
* Misc mid-level changes for new 'fence' instruction.Eli Friedman2011-07-27
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Fix BasicAA's recursion detection so that it doesn't pessimizeDan Gohman2011-06-04
* Remove unused STL header includes.Jay Foad2011-04-23
* fit in 80 colsChris Lattner2011-01-08
* Stub out a new updating interface to AliasAnalysis, allowing stateful analyse...Owen Anderson2011-01-03
* Introduce a new PartialAlias response for AliasAnalysis. For mostDan Gohman2010-12-10
* Fix PR8728, a miscompilation I recently introduced. When optimizingChris Lattner2010-12-06
* add a helper method.Chris Lattner2010-12-06
* death to extraneous \n's.Chris Lattner2010-11-30
* getLocationForDest should work for memset as well.Chris Lattner2010-11-30
* the getLocationForSource/Dest methods can be static.Chris Lattner2010-11-21
* add "getLocation" method to AliasAnalysis for getting the source andChris Lattner2010-11-21
* Document the units for the Size field.Dan Gohman2010-11-18
* Add helper functions for computing the Location of load, store,Dan Gohman2010-11-11
* Add comments.Dan Gohman2010-11-11
* Add brief doxygen comments for AliasResult enum values.Dan Gohman2010-11-11
* Enhance GVN to do more precise alias queries for non-local memoryDan Gohman2010-11-10
* Rename AccessesArguments and AccessesArgumentsReadonly, and rewriteDan Gohman2010-11-10
* Fix a copy+pasto Duncan noticed.Dan Gohman2010-11-10
* Add a doesAccessArgPointees helper function, and update code to useDan Gohman2010-11-10
* Factor out the code for testing whether a function accessesDan Gohman2010-11-10
* Make ModRefBehavior a lattice. Use this to clean up AliasAnalysisDan Gohman2010-11-10
* Convert comments to doxygen syntax.Dan Gohman2010-11-09
* AccessesArgumentsReadonly is read-only.Dan Gohman2010-11-09
* Add a AccessesArgumentsReadonly ModRefBehavior value, so that the intrinsicDan Gohman2010-11-09
* Factor out the logic for onlyReadsMemory into a helper function.Dan Gohman2010-11-09
* Delete AccessesArgumentsAndGlobals, which was unused.Dan Gohman2010-11-09
* Add some comments noting some correspondences between ModRefBehaviorDan Gohman2010-11-08
* Extend the AliasAnalysis::pointsToConstantMemory interface to allow itDan Gohman2010-11-08
* Delete getIntrinsicModRefBehavior. Clients can just use the normalDan Gohman2010-11-08
* Add comments.Dan Gohman2010-11-08
* Move NoAA out of BasicAliasAnalysis.cpp into its own file, now thatDan Gohman2010-10-19